daily pastebin goal
2%
SHARE
TWEET

Untitled

thufir Dec 25th, 2012 28 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@dur:~#
  2. root@dur:~# vgscan
  3.   Reading all physical volumes.  This may take a while...
  4.   Found volume group "dur" using metadata type lvm2
  5. root@dur:~#
  6. root@dur:~#
  7. root@dur:~#
  8. root@dur:~# pvs
  9.   PV         VG   Fmt  Attr PSize  PFree
  10.   /dev/sdb5  dur  lvm2 a-   28.39g    0
  11. root@dur:~#
  12. root@dur:~# lvdisplay
  13.   --- Logical volume ---
  14.   LV Name                /dev/dur/root
  15.   VG Name                dur
  16.   LV UUID                bqK8yp-VgIg-UZdS-nsXO-SFka-NWkX-odW0wa
  17.   LV Write Access        read/write
  18.   LV Status              available
  19.   # open                 0
  20.   LV Size                26.43 GiB
  21.   Current LE             6765
  22.   Segments               1
  23.   Allocation             inherit
  24.   Read ahead sectors     auto
  25.   - currently set to     256
  26.   Block device           252:0
  27.    
  28.   --- Logical volume ---
  29.   LV Name                /dev/dur/swap_1
  30.   VG Name                dur
  31.   LV UUID                dBpQrP-U3kp-c4jU-HaSG-BVVb-RfCe-4QI91H
  32.   LV Write Access        read/write
  33.   LV Status              available
  34.   # open                 0
  35.   LV Size                1.97 GiB
  36.   Current LE             504
  37.   Segments               1
  38.   Allocation             inherit
  39.   Read ahead sectors     auto
  40.   - currently set to     256
  41.   Block device           252:1
  42.    
  43. root@dur:~#
  44. root@dur:~# mount
  45. /dev/sda1 on / type ext4 (rw,errors=remount-ro)
  46. proc on /proc type proc (rw,noexec,nosuid,nodev)
  47. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  48. none on /sys/fs/fuse/connections type fusectl (rw)
  49. none on /sys/kernel/debug type debugfs (rw)
  50. none on /sys/kernel/security type securityfs (rw)
  51. udev on /dev type devtmpfs (rw,mode=0755)
  52. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  53. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  54. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  55. none on /run/shm type tmpfs (rw,nosuid,nodev)
  56. gvfs-fuse-daemon on /home/thufir/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=thufir)
  57. root@dur:~#
  58. root@dur:~#
RAW Paste Data
Top