![]() |
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
Ah the problem is the n900 doesn't use the standard init.d stuff. LOL no wonder it wasn't working at all!
It uses upstart. To fix as root: Code:
depmod -a Code:
echo start on startup > /etc/event.d/cifs |
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
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). |
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
Great work guys, it works now!
PS: I am a bit of a Linux noob (but I'm learning)! |
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
Quote:
However for cross system compatibility (Linux, Windows, Mac OS) -- Truecrypt is the primary solution. None of the other solutions to my knowledge work _reliably_ on Windows. If you want a Linux only solution, yes their are better solutions. But since I compiled it for my own use (including the attached ntfs & cifs), I figured I would share with the community. Nathan. |
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
So lets says I got all of this working and mounted a drive with the code:
Code:
mount.cifs //fileserver/movies /home/user/MyDocs/mount -ouser=admin,pass=pass,ip=192.168.1.50 |
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
Quote:
|
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
Quote:
|
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
Quote:
But if you're playing with such stuff, you should know it. |
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
here a working /etc/fstab example:
Code:
//server.name.or.ip/share /home/user/some_directory cifs noauto,uid=29999,ro,nosuid,nodev,user=<user>,pass=<pass>,ip=<ip> i haven't tested without noauto, but it could really stretch your boot-time if the device waits for some time-out when you're nowhere near your local net. also, this is a CLEARTEXT password! so create a user with minimal rights on the server just for this purpose, the "pass=" parameter is not optional if you want to use fstab. edit: /etc/fstab is autogenerated, so the above line has to be put somewhere else to be permanent, but i got no time to look now :) |
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
Nathan, I appreciate your effort, as it's the only thing I've seen this far that gives CIFS/Samba support. I will not try this, as it is too much "tinker until it temporarily works" for my comfort level, but I do appreciate it.
I hope someone will take this a few steps forwards so we can one day find key words like "samba" in extras-testing. Hopefully without the words "this firmware version". |
All times are GMT. The time now is 14:46. |
vBulletin® Version 3.8.8