and i Mount My harddisk like this
- উক্তি: সব গুলো নির্বাচন করুন
mount /dev/hdb1 /mnt/c
mount /dev/hdb5 /mnt/d
mount /dev/hdb6 /mnt/e
mount /dev/hdb7 /mnt/f
mount /dev/hdb8 /mnt/g
mount /dev/hdb9 /mnt/h
mount /dev/hdb10 /mnt/i
mount /dev/hdb11 /mnt/j
Now I want when ever I login or restart my HDD will be auto mounted.
at start. I whon't gonna need to manually mount again and again.
I heard that /etc/fstab file do this job.
Can tell me how to auto mount my drive at startup like ubuntu.?
here is my fstab
- উক্তি: সব গুলো নির্বাচন করুন
/dev/hdb12 / ext3 defaults 1 1
/dev/hdb13 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
See the pic for better view








