Advertisement
thufir

Untitled

Dec 25th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. root@dur:~#
  2. root@dur:~# mount /dev/sda2 /media/sda2
  3. mount: you must specify the filesystem type
  4. root@dur:~#
  5.  
  6.  
  7. root@dur:~#
  8. root@dur:~# ls -al /dev/mapper
  9. total 0
  10. drwxr-xr-x 2 root root 100 Dec 25 17:45 .
  11. drwxr-xr-x 15 root root 4460 Dec 25 19:45 ..
  12. crw------- 1 root root 10, 236 Dec 25 17:45 control
  13. lrwxrwxrwx 1 root root 7 Dec 25 17:45 dur-root -> ../dm-0
  14. lrwxrwxrwx 1 root root 7 Dec 25 17:45 dur-swap_1 -> ../dm-1
  15. root@dur:~#
  16.  
  17.  
  18. root@dur:~#
  19. root@dur:~# fdisk -l
  20.  
  21. Disk /dev/sda: 80.0 GB, 80026361856 bytes
  22. 255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
  23. Units = sectors of 1 * 512 = 512 bytes
  24. Sector size (logical/physical): 512 bytes / 512 bytes
  25. I/O size (minimum/optimal): 512 bytes / 512 bytes
  26. Disk identifier: 0x000d2c34
  27.  
  28. Device Boot Start End Blocks Id System
  29. /dev/sda1 * 2048 152176639 76087296 83 Linux
  30. /dev/sda2 152178686 156301311 2061313 5 Extended
  31. /dev/sda5 152178688 156301311 2061312 82 Linux swap / Solaris
  32.  
  33. Disk /dev/sdb: 30.8 GB, 30750031872 bytes
  34. 255 heads, 63 sectors/track, 3738 cylinders, total 60058656 sectors
  35. Units = sectors of 1 * 512 = 512 bytes
  36. Sector size (logical/physical): 512 bytes / 512 bytes
  37. I/O size (minimum/optimal): 512 bytes / 512 bytes
  38. Disk identifier: 0x0000f2be
  39.  
  40. Device Boot Start End Blocks Id System
  41. /dev/sdb1 2048 499711 248832 83 Linux
  42. /dev/sdb2 501758 60057599 29777921 5 Extended
  43. /dev/sdb5 501760 60057599 29777920 8e Linux LVM
  44.  
  45. Disk /dev/mapper/dur-root: 28.4 GB, 28374466560 bytes
  46. 255 heads, 63 sectors/track, 3449 cylinders, total 55418880 sectors
  47. Units = sectors of 1 * 512 = 512 bytes
  48. Sector size (logical/physical): 512 bytes / 512 bytes
  49. I/O size (minimum/optimal): 512 bytes / 512 bytes
  50. Disk identifier: 0x00000000
  51.  
  52. Disk /dev/mapper/dur-root doesn't contain a valid partition table
  53.  
  54. Disk /dev/mapper/dur-swap_1: 2113 MB, 2113929216 bytes
  55. 255 heads, 63 sectors/track, 257 cylinders, total 4128768 sectors
  56. Units = sectors of 1 * 512 = 512 bytes
  57. Sector size (logical/physical): 512 bytes / 512 bytes
  58. I/O size (minimum/optimal): 512 bytes / 512 bytes
  59. Disk identifier: 0x00000000
  60.  
  61. Disk /dev/mapper/dur-swap_1 doesn't contain a valid partition table
  62. root@dur:~#
  63. root@dur:~# lvdisplay
  64. --- Logical volume ---
  65. LV Name /dev/dur/root
  66. VG Name dur
  67. LV UUID bqK8yp-VgIg-UZdS-nsXO-SFka-NWkX-odW0wa
  68. LV Write Access read/write
  69. LV Status available
  70. # open 0
  71. LV Size 26.43 GiB
  72. Current LE 6765
  73. Segments 1
  74. Allocation inherit
  75. Read ahead sectors auto
  76. - currently set to 256
  77. Block device 252:0
  78.  
  79. --- Logical volume ---
  80. LV Name /dev/dur/swap_1
  81. VG Name dur
  82. LV UUID dBpQrP-U3kp-c4jU-HaSG-BVVb-RfCe-4QI91H
  83. LV Write Access read/write
  84. LV Status available
  85. # open 0
  86. LV Size 1.97 GiB
  87. Current LE 504
  88. Segments 1
  89. Allocation inherit
  90. Read ahead sectors auto
  91. - currently set to 256
  92. Block device 252:1
  93.  
  94. root@dur:~#
  95. root@dur:~# mount
  96. /dev/sda1 on / type ext4 (rw,errors=remount-ro)
  97. proc on /proc type proc (rw,noexec,nosuid,nodev)
  98. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  99. none on /sys/fs/fuse/connections type fusectl (rw)
  100. none on /sys/kernel/debug type debugfs (rw)
  101. none on /sys/kernel/security type securityfs (rw)
  102. udev on /dev type devtmpfs (rw,mode=0755)
  103. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  104. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  105. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  106. none on /run/shm type tmpfs (rw,nosuid,nodev)
  107. gvfs-fuse-daemon on /home/thufir/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=thufir)
  108. root@dur:~#
  109. root@dur:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement