Hi
I mount an USB Harddisk with this command
#mount /dev/sda1 /home/e-smith/files/ibays/filserver/files
and that works very good, but how do i set this up in eg fstab, so that it will work after reboot?
I have searched the forum, and i have tried this:
/dev/sda1 /home/e-smith/files/ibays/filserver/files auto auto,defaults 0 0
What am i doing wrong here?