This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| lacie_stock [2012/09/08 16:11] – created 82.234.233.9 | lacie_stock [2012/09/08 16:33] (current) – 82.234.233.9 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== LaCie stock system | + | ====== LaCie operating systems |
| - | ===== EEPROM ===== | + | This section gathers all informations about the different LaCie stock systems. |
| - | ==== Organization | + | ===== Legacy system (before 2011-2012) ===== |
| + | |||
| + | ==== EEPROM ==== | ||
| + | |||
| + | === Organization | ||
| The EEPROM is available for reading and writing under Linux at the pseudo file **/ | The EEPROM is available for reading and writing under Linux at the pseudo file **/ | ||
| Line 15: | Line 19: | ||
| |15 |Fake sleepmode | |15 |Fake sleepmode | ||
| - | ==== Auto power on ==== | + | === Auto power on === |
| Normally, after applying power, you have to push the button to turn on the ns2. If you want it to switch on automatically, | Normally, after applying power, you have to push the button to turn on the ns2. If you want it to switch on automatically, | ||
| The bit is at offset 14 in the eeprom, changing it from 0 to 1 will enable auto switch on. | The bit is at offset 14 in the eeprom, changing it from 0 to 1 will enable auto switch on. | ||
| - | ===== U-Boot ===== | + | ==== Disk partitions |
| - | ==== Environment | + | * sda1: extended, 2056 Mb |
| + | * sda2: xfs, md raid0/ | ||
| + | * sda5: swap, md raid1, 263,18 Mb | ||
| + | * sda6: Linux kernel U-Boot Image, 8,23 Mb | ||
| + | * sda7: ext3, md raid1, minimal root partition, 8,23 Mb | ||
| + | * sda8: ext3, md raid1, original firmware partition, 871,88 Mb | ||
| + | * sda9: ext3, md raid1, snapshots/ | ||
| + | * sda10: filled with zeroes (may be used for an alternate kernel), 8,23 Mb | ||
| + | |||
| + | ==== U-Boot | ||
| + | |||
| + | === Default environment | ||
| - | These are the default environment variables in the stock U-Boot provided by Lacie: | ||
| < | < | ||
| baudrate=115200 | baudrate=115200 | ||
| Line 88: | Line 102: | ||
| stdout=nc | stdout=nc | ||
| </ | </ | ||
| + | |||
| + | === Boot === | ||
| + | |||
| + | The Linux kernel is loaded from disk. | ||
| + | |||
| + | ==== Linux ==== | ||
| + | |||
| + | Here are the possible versions for the Linux kernel: | ||
| + | * 2.6.22.18. | ||
| + | * 2.6.31.14. | ||
| + | |||
| + | Here are the possible versions for the Linux Marvell patch: | ||
| + | * LSP 5.0.3 | ||
| + | * LSP 5.1.3 | ||
| + | |||
| + | ==== Userland ==== | ||
| + | |||
| + | * Coreutils: busybox | ||
| + | * HTTP: lighttpd | ||
| + | * FTP: ProFTPd | ||
| + | * SMB: Samba (unix extensions disabled by default; to enable them, change the corresponding line in / | ||
| + | * Bonjour: Avahi/ | ||
| + | * SSH: Openssh (disabled by default; to enable it, uncomment the corresponding line in / | ||
| + | * Rsync: disabled by default, to enable it define a new daemon in /etc/initng on sda9 to launch "/ | ||
| + | * Deep sleep mode: can be enabled from the web interface, but if ssh has been enabled it is simpler to call / | ||