unabhängig von meinem aktuellen Beitrag zur Vergrößerung einer Festplatte ohne LVM, habe ich soeben auf einem meiner Hosts folgendes entdeckt: ich habe zwei Root-Partitionen eingehängt und kann mir das nicht erklären. Hier mal einige Outputs:
Code: Alles auswählen
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/xvda1 during installation
UUID=a84a7290-dff1-9ed1-3305-9581671a4d4d / ext4 errors=remount-ro 0 1
# swap was on /dev/xvda5 during installation
UUID=718591ae-4991-38de-b191-395a5a5533c92 none swap sw 0 0
Code: Alles auswählen
# df -h
Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf
rootfs 7,6G 3,1G 4,1G 43% /
udev 10M 0 10M 0% /dev
tmpfs 302M 144K 301M 1% /run
/dev/disk/by-uuid/a84a7290-dff1-9ed1-3305-9581671a4d4d 7,6G 3,1G 4,1G 43% /
tmpfs 5,0M 0 5,0M 0% /run/lock
tmpfs 679M 0 679M 0% /run/shm
Code: Alles auswählen
# mount -l
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=381178,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=308300k,mode=755)
/dev/disk/by-uuid/a84a7290-dff1-9ed1-3305-9581671a4d4d on / type ext4 (rw,relatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=695020k)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
none on /proc/xen type xenfs (rw,relatime)