Guest User

Untitled

a guest
Oct 16th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. root@Albus ~]# pvs
  2. PV VG Fmt Attr PSize PFree
  3. /dev/sda3 data1 lvm2 a- 1.76T 0
  4. [root@Albus ~]# fdisk -l
  5.  
  6. Disk /dev/sda: 1999.8 GB, 1999844147200 bytes
  7. 255 heads, 63 sectors/track, 243133 cylinders
  8. Units = cylinders of 16065 * 512 = 8225280 bytes
  9.  
  10. Device Boot Start End Blocks Id System
  11. /dev/sda1 * 1 64 514048+ 83 Linux
  12. /dev/sda2 65 2022 15727635 83 Linux
  13. /dev/sda3 2023 236997 1887436687+ 8e Linux LVM
  14. /dev/sda4 236998 243133 49287420 5 Extended
  15. /dev/sda5 236998 238041 8385898+ 82 Linux swap / Solaris
  16. /dev/sda6 238042 238694 5245191 83 Linux
  17. /dev/sda7 238695 239086 3148708+ 83 Linux
  18.  
  19. Disk /dev/dm-0: 1932.7 GB, 1932701728768 bytes
  20. 255 heads, 63 sectors/track, 234970 cylinders
  21. Units = cylinders of 16065 * 512 = 8225280 bytes
  22.  
  23. Disk /dev/dm-0 doesn't contain a valid partition table
  24. [root@Albus ~]# lvdisplay /dev/data1
  25. --- Logical volume ---
  26. LV Name /dev/data1/data1
  27. VG Name data1
  28. LV UUID 7nWtzO-WgFn-txVC-qnbR-dKVB-0EAc-1OMLeP
  29. LV Write Access read/write
  30. LV Status available
  31. # open 0
  32. LV Size 1.76 TB
  33. Current LE 57599
  34. Segments 1
  35. Allocation inherit
  36. Read ahead sectors auto
  37. - currently set to 256
  38. Block device 253:0
  39.  
  40. [root@Albus ~]# cd /tmp/
  41. [root@Albus tmp]# ks
  42. -bash: ks: command not found
  43. [root@Albus tmp]# ls
  44. lost+found
  45. [root@Albus tmp]# mkdir test
  46. [root@Albus tmp]# mount /dev/data1/data1 test
  47. mount: you must specify the filesystem type
  48. [root@Albus tmp]# less /etc/fstab
  49. [root@Albus tmp]# mount -a
  50. mount: wrong fs type, bad option, bad superblock on /dev/data1/data1,
  51. missing codepage or other error
  52. In some cases useful info is found in syslog - try
  53. dmesg | tail or so
Add Comment
Please, Sign In to add comment