I would like to take this line in my /etc/fstab and add it to my Amarok 1.4.10 devices (Amarok 2.3 is still a little too fussy! )
If I wanted to break this down into a mount line and an unmount line with the proper UID/mask etc, what would I need to do?
Also, let's say my media device uses /dev/sde1 instead of /dev/sdd1 one day because I forgot to remove another device. Can I make the mount dynamic so that it is aware that my device moved?
Code:
/dev/sdd1 /media/Joe_stone vfat noatime,auto,users,uid=1000,gid=100,umask=007 0 0
Also, let's say my media device uses /dev/sde1 instead of /dev/sdd1 one day because I forgot to remove another device. Can I make the mount dynamic so that it is aware that my device moved?
Comment