Results 1 to 2 of 2
i want to try it mandrivea 2009, but i want to be able to mount my storage drives have em auto mounted at boot...
- 01-11-2009 #1
hard to permantly mount a harddrive?
i want to try it mandrivea 2009, but i want to be able to mount my storage drives have em auto mounted at boot
- 01-11-2009 #2
First run
to see what partition you want to mount.Code:fdisk -l
Make a directory where do you want to mount ex: /mnt/MyStorage
then edit your /etc/fstab
where sda1 is the name of the partition and ext3 the filesystem.Code:/dev/sda1 /mnt/MyStorage ext3 users,auto 0 0
Cheers!



