![]() |
TrueCrypt, Cifs.ko, ntfs.ko are now Packages
3 Attachment(s)
I just got a n900 and of course I really wanted to be able to talk to my linux samba server and I wanted truecrypt (ntfs tc volume) support.
I first experimented with building the samba package (appears it requires kernel cifs support to actually mount anything) -- I might submit this as it is working package afaik, later. Then I experimented with fuse samba/smb modules. (Couldn't get them to mount properly.) So I finally went the kernel route (first time messing with Kernel, I was a bit leary). But I got both cifs.ko and ntfs.ko compiled and working. Cifs, ntfs, and now Truecrypt are now real packages in the extras-testing/devel. --- To activate cifs kernel support (this is only for this bootup). Code:
insmod cifs.ko Code:
echo start on startup > /etc/event.d/cifs Code:
rmmod cifs Code:
mount -t cifs //<server>/<path> /<your>/<local>/<path> -o user=<user>,pass=<pass>,ip=<ip of server>,direct The "direct" parameter will speed up your connection as long as your network is fast. This eliminates buffering in your n900 cif driver. In my tests the speed doubled. --- You need Fuse Installed for Truecrypt to work. For Truecrypt support: Code:
truecrypt <tc container> <mount point> -m nokernelcrypto --- I've attached them to the post for those who are interested. EasyCrypt might work with truecrypt; I haven't tried it yet. ---- The new version of WizardMounter --> http://talk.maemo.org/showthread.php?t=44188 Nathan |
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
Use the packages in Extras-Testing for easy installation.
Nathan |
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
Don't know how to package this. Just wanted to say: nice work!
|
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
does maped drive stays after the reboot? how fast is the transfer rate on wlan?
|
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
Great work, it works!
Maybe it is also handy to have 'umount.cifs' compiled? I have created a mount (/mnt/share) to my server and I want this to link to /home/user/MyDocs/share: ln -s /mnt/share /home/user/MyDocs/share But 'operation is not permitted', why? (I'm logged in as root) |
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
/mnt/share /home/user/MyDocs/ is a FAT filesystem. No symbolic links possible.
|
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
Quote:
|
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
Quote:
Quote:
Nathan. |
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
Quote:
Nathan. |
Re: How to Distribute? (TrueCrypt, Cifs.ko, ntfs.ko, mount.cifs)
Quote:
As a linux noob my ideal solution would be to run a script (or better auto mount) then get file manger to see it so i can browse around. Is it possible? |
All times are GMT. The time now is 11:55. |
vBulletin® Version 3.8.8