[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Using LVM snapshots to backup NTFS partitions forwindows guests
On 24/10/2007, James Harper <james.harper@xxxxxxxxxxxxxxxx> wrote: > Hi everyone! Not very complicated. I've been doing that a few times in the last few days while trying to get CentOS 5 installer running under Debian Etch with Xen 3.0.3. "fdisk -l -u /dev/xen/lvm-name" will give you the offsets. The "Units = " line will give you the multiplier (always was 512 for me). Then you can do: Find an available loop device: # losetup -f /dev/loop1 # losetup -o `expr offset-from-fdisk \* 512` /dev/loop1 image-file-or-lvm After that yuou can do # mount /dev/loop1 /mnt/mount-point This is on Debian Etch (mount package version 2.12). Hope this helps, --Amos _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |