I got a new NWSP2 with an 1TByte disk, and set it up as described (Version 11). It boots but unfortunetely it has no volume to share.
There were no error messages while setting up the disk. Also an update to Version 12 was possible.
Maybe an automount feature was a little bit boring and resposible for a mistake I didn't mention.:
This is the partition list.
- Code: Select all
root@SPD8020-Base:/ # fdisk /dev/sda
The number of cylinders for this disk is set to 121601.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): p
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 64 514048+ 83 Linux
/dev/sda2 65 128 514080 83 Linux
/dev/sda3 129 192 514080 82 Linux swap
/dev/sda4 193 121601 975217792+ 5 Extended
/dev/sda5 193 292 803218+ 83 Linux
/dev/sda6 293 293 8001 83 Linux
/dev/sda7 294 357 514048+ 83 Linux
/dev/sda8 358 121601 973892398+ 83 Linux
The partition SDA8 is not mounted, there is no /share/1000 directory.
The df command shows
- Code: Select all
root@SPD8020-Base:/ # df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 198368 137868 50260 73% /
/dev/sda2 198368 137868 50260 73% /
/dev/sda5 790556 17556 764968 2% /rw_fs
tmpfs 200 60 140 30% /rw_fs/tmp/usr/var
/dev/root 198368 126024 62104 67% /lacie-boot
root@SPD8020-Base:/ #
There is a boot.log file but I am not able to type it (boot.log: not found).
Do you have any idea what to do?
Werner