Thank you for your reply. I have this in my /etc/fstab file:
Code:
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
/dev/hdb1 /mnt/captive-local_disk captive-ntfs defaults,noauto 0 0
/dev/hda1 /mnt/captive-noname captive-ntfs defaults,noauto 0 0
/dev/hdc /media/cdrecorder auto pamconsole,fscontext=system_u:object_r:removable_t,ro,exec,noauto,managed 0 0
/dev/fd0 /media/floppy auto pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0
As you can see clearly, the /dev/hda1 and /dev/hdb1 should be mounted at /mnt/captive-local and /mnt/captive-noname respectively. But when I start my computer in Linux mode, the /mnt/captive-local and /mnt/captive-noname directories are there but are empty.
When I enter root mode and type in:
Code:
mount /mnt/captive-noname
Only then it mounts this directory and an 'ls' in this directory gives me the listing.
Can you please tell me a setting by which these are automatically mounted every time I restart my computer.
Regards,