daily pastebin goal
28%
SHARE
TWEET

Untitled

a guest Sep 18th, 2016 67 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. james@james-Desktop:/boot$ sudo parted -ls; sudo dmsetup ls; sudo pvs; sudo lvs; sudo mount; df -i
  2. [sudo] password for james:
  3. Model: ATA INTEL SSDSC2CT12 (scsi)
  4. Disk /dev/sda: 120GB
  5. Sector size (logical/physical): 512B/512B
  6. Partition Table: msdos
  7.  
  8. Number  Start   End    Size   Type      File system  Flags
  9.  1      1049kB  256MB  255MB  primary   ext2         boot
  10.  2      257MB   120GB  120GB  extended
  11.  5      257MB   120GB  120GB  logical
  12.  
  13.  
  14. Model: ATA Hitachi HTS54502 (scsi)
  15. Disk /dev/sdb: 250GB
  16. Sector size (logical/physical): 512B/512B
  17. Partition Table: msdos
  18.  
  19. Number  Start   End    Size   Type     File system  Flags
  20.  1      1049kB  250GB  250GB  primary  ext4
  21.  
  22.  
  23. Model: Linux device-mapper (linear) (dm)
  24. Disk /dev/mapper/ubuntu--vg-swap_1: 7437MB
  25. Sector size (logical/physical): 512B/512B
  26. Partition Table: loop
  27.  
  28. Number  Start  End     Size    File system     Flags
  29.  1      0.00B  7437MB  7437MB  linux-swap(v1)
  30.  
  31.  
  32. Model: Linux device-mapper (linear) (dm)
  33. Disk /dev/mapper/ubuntu--vg-root: 112GB
  34. Sector size (logical/physical): 512B/512B
  35. Partition Table: loop
  36.  
  37. Number  Start  End    Size   File system  Flags
  38.  1      0.00B  112GB  112GB  ext4
  39.  
  40.  
  41. Error: /dev/mapper/sda5_crypt: unrecognised disk label
  42.  
  43. sda5_crypt  (252:0)
  44. ubuntu--vg-swap_1   (252:2)
  45. ubuntu--vg-root (252:1)
  46.   PV                     VG        Fmt  Attr PSize   PFree
  47.   /dev/mapper/sda5_crypt ubuntu-vg lvm2 a--  111.55g    0
  48.   LV     VG        Attr      LSize   Pool Origin Data%  Move Log Copy%  Convert
  49.   root   ubuntu-vg -wi-ao--- 104.62g                                          
  50.   swap_1 ubuntu-vg -wi-ao---   6.93g                                          
  51. /dev/mapper/ubuntu--vg-root on / type ext4 (rw,errors=remount-ro)
  52. proc on /proc type proc (rw,noexec,nosuid,nodev)
  53. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  54. none on /sys/fs/cgroup type tmpfs (rw)
  55. none on /sys/fs/fuse/connections type fusectl (rw)
  56. none on /sys/kernel/debug type debugfs (rw)
  57. none on /sys/kernel/security type securityfs (rw)
  58. udev on /dev type devtmpfs (rw,mode=0755)
  59. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  60. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  61. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  62. none on /run/shm type tmpfs (rw,nosuid,nodev)
  63. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  64. none on /sys/fs/pstore type pstore (rw)
  65. /dev/sda1 on /boot type ext2 (rw)
  66. rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
  67. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  68. nfsd on /proc/fs/nfsd type nfsd (rw)
  69. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=james)
  70. gvfsd-fuse on /root/.gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev)
  71. Filesystem      Inodes  IUsed   IFree IUse% Mounted on
  72. udev            872861    673  872188    1% /dev
  73. tmpfs           876908    772  876136    1% /run
  74. /dev/dm-1      6856704 644544 6212160   10% /
  75. none            876908      2  876906    1% /sys/fs/cgroup
  76. none            876908      4  876904    1% /run/lock
  77. none            876908      9  876899    1% /run/shm
  78. none            876908     28  876880    1% /run/user
  79. /dev/sda1        62248    340   61908    1% /boot
  80. james@james-Desktop:/boot$ sudo parted -ls
  81. Model: ATA INTEL SSDSC2CT12 (scsi)
  82. Disk /dev/sda: 120GB
  83. Sector size (logical/physical): 512B/512B
  84. Partition Table: msdos
  85.  
  86. Number  Start   End    Size   Type      File system  Flags
  87.  1      1049kB  256MB  255MB  primary   ext2         boot
  88.  2      257MB   120GB  120GB  extended
  89.  5      257MB   120GB  120GB  logical
  90.  
  91.  
  92. Model: ATA Hitachi HTS54502 (scsi)
  93. Disk /dev/sdb: 250GB
  94. Sector size (logical/physical): 512B/512B
  95. Partition Table: msdos
  96.  
  97. Number  Start   End    Size   Type     File system  Flags
  98.  1      1049kB  250GB  250GB  primary  ext4
  99.  
  100.  
  101. Model: Linux device-mapper (linear) (dm)
  102. Disk /dev/mapper/ubuntu--vg-swap_1: 7437MB
  103. Sector size (logical/physical): 512B/512B
  104. Partition Table: loop
  105.  
  106. Number  Start  End     Size    File system     Flags
  107.  1      0.00B  7437MB  7437MB  linux-swap(v1)
  108.  
  109.  
  110. Model: Linux device-mapper (linear) (dm)
  111. Disk /dev/mapper/ubuntu--vg-root: 112GB
  112. Sector size (logical/physical): 512B/512B
  113. Partition Table: loop
  114.  
  115. Number  Start  End    Size   File system  Flags
  116.  1      0.00B  112GB  112GB  ext4
  117.  
  118.  
  119. Error: /dev/mapper/sda5_crypt: unrecognised disk label
RAW Paste Data
Top