* added ntfs write support via fuse (ntfs-3g)

* manually downloaded ntfs-3g package for dfsbuild
This commit is contained in:
age 2007-08-13 22:35:16 +00:00
parent c3784c8e98
commit c33ae31267
2 changed files with 7 additions and 1 deletions

View File

@ -320,6 +320,12 @@ def run_mount(args):
"-o", "uid=%d,gid=%d,umask=0000" % (trustUID, trustGID),
device,
destination ]
## use fuse (ntfs-3g) for ntfs
elif fsType == "ntfs":
mount_args = [ allowedProgs["mount"],
"-t", "ntfs-3g",
device,
destination ]
elif is_tmpfs:
mount_args = [ allowedProgs["mount"],
"-t", "tmpfs",

2
debian/control vendored
View File

@ -10,7 +10,7 @@ Package: cryptobox-server
Architecture: any
Pre-Depends: adduser
Depends: python-central (>= 0.5.6), cryptsetup (>=20050111), e2fsprogs (>= 1.27), python (>=2.4), python-clearsilver, super, dosfstools, python-cherrypy, python-configobj, python-m2crypto
Suggests: samba, apache2, stunnel4
Suggests: samba, apache2, stunnel4, ntfs-3g
Replaces: cryptobox
XB-Python-Version: ${python:Versions}
Description: Web interface for an encrypting fileserver