My fstab output doesn't show my slave!!!!!
hi guys! after spending 2 days (48hours) figuring out how to format, partition, mount and to change permission to a slave drive, I found out that I don't see my slave drive in the fstab output, was going on!!
I just want to find a logic on this system.
this is some information:
desktop:~$ sudo fdisk -l
Password:
Disk /dev/hda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 19080 153260068+ 83 Linux
/dev/hda2 19081 19457 3028252+ 5 Extended
/dev/hda5 19081 19457 3028221 82 Linux swap / Solaris
Disk /dev/hdb: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 9964 80035798+ 83 Linux
FSTAB OUTPUT:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda1
UUID=7599b640-2ea2-4ef9-b063-491339638ef3 / ext3 defaults,errors=remount-ro 0 1
# /dev/hda5
UUID=2760dcf4-1e25-4497-9a72-c1ed02182d9d none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
Every time I reboot my slave, it mounts and i can read and write to it, and now i sooo happy that i want to know what happened so i can help another newbie.
As you see the fstab output, there is not any slave (hdb1) mounted
I hope you will help me with this one too.
Last edited by faby1321; 01-05-2008 at 10:06 PM.
|