WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Is there a problem with FUSE and XEN ?

To: Xen Users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Is there a problem with FUSE and XEN ?
From: Velten Spägele <xen@xxxxxxxxx>
Date: Tue, 10 Jul 2007 18:21:36 +0200
Delivery-date: Tue, 10 Jul 2007 09:19:29 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070604 Thunderbird/2.0.0.4 Mnenhy/0.7.5.666
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Is there a problem with FUSE and XEN ?, Velten Spägele <=