Hi all,
I have a 250Gb external hard disk (it is a dock with two slots for two hard disks) connected by the USB port, I am using just one disk. I can mount it perfectly well from the terminal with:
And now, How could I configure /etc/fstab in order to mount this disc automatically from boot?
I tried many times, but I did always in the wrong way.
I have a 250Gb external hard disk (it is a dock with two slots for two hard disks) connected by the USB port, I am using just one disk. I can mount it perfectly well from the terminal with:
Code:
mount -t msdosfs -o large /dev/da0 /mnt/discdur/
And now, How could I configure /etc/fstab in order to mount this disc automatically from boot?
I tried many times, but I did always in the wrong way.