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] LVM and resize2fs

On Thu, Oct 7, 2010 at 3:25 PM, Jonathan Tripathy <jonnyt@xxxxxxxxxxx> wrote:
> As it turns out, /dev/vg0 is just a normal folder with symlinks to
> /dev/mapper, so i just removed the file with rm and all is well with the
> world again :)

/dev/mapper is a normal directory too.  the only non-normal entities
are the files, which are block device files.  that is, their inodes
have a 'block device' flag, and the major and minor numbers.  having
those, you could recreate them with 'mknod'.

-- 
Javier

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

<Prev in Thread] Current Thread [Next in Thread>