[PVE-User] fstab and uuid

Lorenzo Quatrini lorenzo.quatrini at gmail.com
Thu Jan 21 12:55:59 CET 2010


Dietmar Maurer ha scritto:
> I just replaced the ISO on our server. The installer now uses UUID= for the boot device.
> 
> http://pve.proxmox.com/wiki/Downloads
> 
> MD5SUM for the new ISO is 9933270f21eebdd1fb8d2bdd2085d059
> 
> - Dietmar
> 
Thank you very much!
May I suggest to add a note on the wiki for upgrades?
I run additional tests, and the UUID and device mapper are taking care of the
name change.

Old kernel:
proxmox:~# uname -r
2.6.24-8-pve
proxmox:~# cat /proc/partitions
major minor  #blocks  name

   8     0   71288832 sda
   8     1     524288 sda1
   8     2   70764117 sda2
   8    64  314572800 sde
   8   128  314572800 sdi
 254     0    4194304 dm-0
 254     1   17563648 dm-1
 254     2   44814336 dm-2
 254     3  314572800 dm-3
 254     4   33554432 dm-4
proxmox:~# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/pve/root          17G  941M   15G   6% /
tmpfs                 1.5G     0  1.5G   0% /lib/init/rw
udev                   10M  2.7M  7.4M  27% /dev
tmpfs                 1.5G     0  1.5G   0% /dev/shm
/dev/mapper/pve-data   43G   18G   25G  42% /var/lib/vz
/dev/sda1             504M   52M  427M  11% /boot

New Kernel:
proxmox:~# uname -r
2.6.24-10-pve
proxmox:~# cat /proc/partitions
major minor  #blocks  name

   8    48  314572800 sdd
   8   112  314572800 sdh
   8   128   71288832 sdi
   8   129     524288 sdi1
   8   130   70764117 sdi2
 254     0    4194304 dm-0
 254     1   17563648 dm-1
 254     2   44814336 dm-2
 254     3  314572800 dm-3
 254     4   33554432 dm-4
proxmox:~# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/pve-root   17G  941M   15G   6% /
tmpfs                 1.5G     0  1.5G   0% /lib/init/rw
udev                   10M  2.7M  7.4M  27% /dev
tmpfs                 1.5G     0  1.5G   0% /dev/shm
/dev/mapper/pve-data   43G   18G   25G  42% /var/lib/vz
/dev/sdi1             504M   52M  427M  11% /boot

Regards
Lorenzo



More information about the pve-user mailing list