Hi, i have a problem with NTFS I connected my old HDD with NTFS Partionions to my XEN-Server and tried to install ntfs-3g to use it over samba server in a Dom0. I had some problems while installing FUSE :# dpkg -i fuse-utils_2.6.5-1_i386.deb (Reading database ... 29404 files and directories currently installed.) Preparing to replace fuse-utils 2.6.5-1 (using fuse-utils_2.6.5-1_i386.deb) ... /etc/init.d/fuse: line 24: /lib/init/vars.sh: No such file or directory invoke-rc.d: initscript fuse, action "stop" failed. dpkg: warning - old pre-removal script returned error exit status 1 dpkg - trying script from the new package instead ... /etc/init.d/fuse: line 24: /lib/init/vars.sh: No such file or directory invoke-rc.d: initscript fuse, action "stop" failed. dpkg: error processing fuse-utils_2.6.5-1_i386.deb (--install): subprocess new pre-removal script returned error exit status 1 /etc/init.d/fuse: line 24: /lib/init/vars.sh: No such file or directory invoke-rc.d: initscript fuse, action "start" failed. dpkg: error while cleaning up: subprocess post-installation script returned error exit status 1 Errors were encountered while processing: fuse-utils_2.6.5-1_i386.deb But after creating an empty /lib/init/vars.sh it was possible to install :# apt-get install ntfs-3g Reading Package Lists... Done Building Dependency Tree... Done The following NEW packages will be installed: ntfs-3g 0 upgraded, 1 newly installed, 0 to remove and 134 not upgraded. Need to get 0B/25.9kB of archives. After unpacking 90.1kB of additional disk space will be used. Selecting previously deselected package ntfs-3g. (Reading database ... 28257 files and directories currently installed.) Unpacking ntfs-3g (from .../ntfs-3g_1%3a1.516-1_i386.deb) ... Setting up ntfs-3g (1:1.516-1) ... Setting ntfs-3g suid root with group fuse...done Users from ''fuse'' group can now mount NTFS volume. :# mount /dev/hdc1 /HDD160/c/ mount: unknown filesystem type ''ntfs'' :# mount -t ntfs-3g /dev/hdc1 /HDD160/c/ FATAL: Module fuse not found. fusermount: fuse device not found, try ''modprobe fuse'' first FUSE mount point creation failed Unmounting /dev/hdc1 (C:) :# modprobe fuse FATAL: Module fuse not found. :# So how can i use ntfs-3g in a Dom0 ? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users