cat /usr/bin/mount_music.sh #!/bin/bash mount -t cifs -o ro,username=utwig,password=sekrit,vers=3\.0 //10.13.37.137/music /mnt/music ls /usr/bin/mount_music.sh -l ...
I've got me the following partitions:<BR>/<BR>/var<BR>/home<BR>/usr<BR>/swap<BR>/tmp<P>and I'm just about to put them in fstab.. But what should the options be for ...