Editing Easy Debian

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.

Warning: This page is 52 kilobytes long; some browsers may have problems editing pages approaching or longer than 32kb. Please consider breaking the page into smaller sections.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 318: Line 318:
  gtk-theme-name="Raleigh"
  gtk-theme-name="Raleigh"
-
; encfs, sshfs : sshfs allows one to mount a remote file system through ssh (and therefore depends on ssh-client, see above); encfs is a user-space encrypted file system, which allows to encrypt entire folders, see http://www.arg0.net/encfs. Both, encfs and sshfs, require the fuse kernel module, which is already available in the Maemo system, although normally not yet loaded. Because there is no group "fuse" under Maemo, it's best to change the group ownership of /dev/fuse to users, and have all that automated through the startup script $CHROOT/var/run/onfirstchroot-ext.rc (needs to be executable). Add the following lines to this script:
+
; encfs : a user-space encrypted file system, which allows to encrypt entire folders, see http://www.arg0.net/encfs. Encfs requires the fuse kernel module, which is already available in the Maemo system, although normally not yet loaded. Because there is no group "fuse" under Maemo, it's best to change the group ownership of /dev/fuse to users, and have all that automated through the startup script $CHROOT/var/run/onfirstchroot-ext.rc (needs to be executable). Add the following lines to this script:
  modprobe fuse
  modprobe fuse
  sleep 1
  sleep 1
Line 325: Line 325:
  apt-get update
  apt-get update
  apt-get install encfs
  apt-get install encfs
-
apt-get install sshfs
 
  adduser user fuse
  adduser user fuse
  apt-get clean
  apt-get clean
:After that user (and not only root) can create and use encrypted file systems in Easy Debian. See http://www.arg0.net/encfs for how to use it.
:After that user (and not only root) can create and use encrypted file systems in Easy Debian. See http://www.arg0.net/encfs for how to use it.
-
:To mount a remote file system one just issues "sshfs user@remote.domain: mountpoint"
 
-
:To unmount either an encrypted or ssh-mounted file system one does "fusermount -u mountpoint"
 
; nicotine : graphical client for the SoulSeek peer-to-peer system
; nicotine : graphical client for the SoulSeek peer-to-peer system

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)