The Following 3 Users Say Thank You to Nathan For This Useful Post: | ||
![]() |
2009-12-30
, 23:05
|
Posts: 104 |
Thanked: 47 times |
Joined on Sep 2009
@ Kassel, Hesse, Germany
|
#32
|
![]() |
2009-12-30
, 23:25
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#33
|
![]() |
2009-12-31
, 00:29
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#34
|
I wouldn't even use TrueCrypt. It's non-free and not open source and legally dangerous, as explained in https://fedoraproject.org/wiki/ForbiddenItems#TrueCrypt and http://lists.freedesktop.org/archive...er/000276.html. Also see the Wikipedia article about it.
We have much better encryption solutions, on the block level and on the file level (e.g. using ecryptfs).
![]() |
2009-12-31
, 13:48
|
Posts: 185 |
Thanked: 103 times |
Joined on Aug 2008
|
#35
|
mount.cifs //fileserver/movies /home/user/MyDocs/mount -ouser=admin,pass=pass,ip=192.168.1.50
![]() |
2009-12-31
, 14:58
|
Posts: 104 |
Thanked: 47 times |
Joined on Sep 2009
@ Kassel, Hesse, Germany
|
#36
|
So lets says I got all of this working and mounted a drive with the code:
or something similar. How would I create a script to auto mount on startup? Step by step instructions would be awesome, I haven't done this in a long time (messed around with this on the n810 but got fed up).Code:mount.cifs //fileserver/movies /home/user/MyDocs/mount -ouser=admin,pass=pass,ip=192.168.1.50
![]() |
2009-12-31
, 15:20
|
Posts: 185 |
Thanked: 103 times |
Joined on Aug 2008
|
#37
|
![]() |
2009-12-31
, 15:53
|
Posts: 104 |
Thanked: 47 times |
Joined on Sep 2009
@ Kassel, Hesse, Germany
|
#38
|
![]() |
2009-12-31
, 16:22
|
|
Posts: 850 |
Thanked: 626 times |
Joined on Sep 2009
@ Vienna, Austria
|
#39
|
//server.name.or.ip/share /home/user/some_directory cifs noauto,uid=29999,ro,nosuid,nodev,user=<user>,pass=<pass>,ip=<ip>
![]() |
2010-01-02
, 18:50
|
|
Posts: 1,309 |
Thanked: 1,187 times |
Joined on Nov 2008
|
#40
|
It uses upstart.
To fix as root: