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

Re: [Xen-users] can't mount vfat fs on lvm created by winxp guest

To: Yann Boutin <yann.boutin@xxxxxxx>
Subject: Re: [Xen-users] can't mount vfat fs on lvm created by winxp guest
From: Tim Post <tim.post@xxxxxxxxxxx>
Date: Sat, 28 Apr 2007 13:10:04 +0800
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 27 Apr 2007 22:08:58 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20070427210239.GA21547@gentoo>
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>
Organization: Gridnix
References: <20070427210239.GA21547@gentoo>
Reply-to: tim.post@xxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Fri, 2007-04-27 at 23:02 +0200, Yann Boutin wrote:
> Greetings, 
> I've had no success with mounting a vfat file system created by a 
> Windows XP guest on a lvm volume.
> 
> # mount -t vfat /dev/vg1/win1 /mnt/

This is also a common problem when sharing pen drives and similar
between Windows and GNU/Linux (or any other odd fat bd)

try mount -t vfat -o umask=000 /dev/vg1/win1 /mnt

If you go to the mount man page, it explains some things that can
'break' vfat, such as everything by default being mounted with the umask
of the current process.

see man 8 mount and look for "Mount options for fat"

You may need to play with this a bit. The above gets my pen drive
mounted correctly, may work for you.

This is really a GNU/Linux admin issue, not so much Xen but I figured
I'd chirp in anyway since it is kinda cryptic. 

Best,
--Tim



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users