fvdw wrote:Hi tatae
still some issue I see to get the script working to mount the disks
maybe we can help Jocko a little
connect with putty and try to mount /dev/sdb8 manually
- Code: Select all
mount /dev/sdb8 /share/1001
Of course we assume that the mountpoint (the directory /share/1001) exists
If this works then it is jock's script causing the problem
in / share I created:
1000 1001 1002 1003 1004
- Code: Select all
~ # mount /dev/sdb8 /share/1001
EXT3-fs: barriers not enabled
kjournald starting. Commit interval 5 seconds
EXT3-fs (sdb8): using internal journal
EXT3-fs (sdb8): recovery complete
EXT3-fs (sdb8): mounted filesystem with ordered data mode
~ #
for sdc8 (1002) sdd8 (1003) sde8 (1004)......
- Code: Select all
~ # mount /dev/sdc8 /share/1002
EXT3-fs (sdc8): error: can't find ext3 filesystem on dev sdc8.
ISOFS: Unable to identify CD-ROM format.
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem on dev sdc8.
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem on dev sdc8.
NTFS-fs error (device sdc8): read_ntfs_boot_sector(): Primary boot sector is invalid.
NTFS-fs error (device sdc8): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
NTFS-fs error (device sdc8): ntfs_fill_super(): Not an NTFS volume.
mount: you must specify the filesystem type
~ #