| View previous topic :: View next topic |
| Author |
Message |
FranBlakes

Joined: Wed Dec 01, 2010 9:16 pm Posts: 82 Location: Worcs.
|
Posted: Sat Nov 03, 2012 10:57 am Post subject: Make NAS so it cannot be unmounted |
|
|
Currently in my fstab I have the following:
//192.168.1.4/music/ /home/fran/NASmusic cifs guest,uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0
//192.168.1.4/videos/ /home/fran/NASvideos cifs guest,uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0
What do I need to do to make it so it can't be unmounted? _________________ Ubuntu 10.04.4 LTS! |
|
| Back to top |
|
 |
Dutch_Master LXF regular
Joined: Tue Mar 27, 2007 2:49 am Posts: 2359
|
Posted: Sat Nov 03, 2012 1:28 pm Post subject: |
|
|
| Code: | //192.168.1.4/music/ /home/fran/NASmusic cifs defaults 0 0
//192.168.1.4/videos/ /home/fran/NASvideos cifs defaults 0 0
| But I can't see a reason why you want it "unmountable", because it'll come back and bite you seriously. Maybe not tomorrow, but it will! |
|
| Back to top |
|
 |
FranBlakes

Joined: Wed Dec 01, 2010 9:16 pm Posts: 82 Location: Worcs.
|
Posted: Sat Nov 03, 2012 2:04 pm Post subject: |
|
|
All my music and videos are on a NAS drive
Rhythmbox points to where the music has been mounted. So I want the locations so they can't be unmounted. _________________ Ubuntu 10.04.4 LTS! |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|