Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1.  
  2. root@ubuntu:~/test# blkid
  3. /dev/loop0: TYPE="squashfs"
  4. /dev/sdb1: LABEL="RM-CM-)servM-CM-) au systM-CM-(me" UUID="268A2DE58A2DB26B" TYPE="ntfs"
  5. /dev/sdb2: UUID="68682FFE682FCA20" TYPE="ntfs"
  6. /dev/sdb3: LABEL="DATA" UUID="6ADA6839DA680423" TYPE="ntfs"
  7. /dev/sdg1: LABEL="Ubuntu 14.04.1 LTS i386" TYPE="iso9660"
  8. root@ubuntu:~/test# blkid
  9. /dev/loop0: TYPE="squashfs"
  10. /dev/sdb1: LABEL="RM-CM-)servM-CM-) au systM-CM-(me" UUID="268A2DE58A2DB26B" TYPE="ntfs"
  11. /dev/sdb2: UUID="68682FFE682FCA20" TYPE="ntfs"
  12. /dev/sdb3: LABEL="DATA" UUID="6ADA6839DA680423" TYPE="ntfs"
  13. /dev/sdg1: LABEL="Ubuntu 14.04.1 LTS i386" TYPE="iso9660"
  14.  
  15.  
  16. root@ubuntu:~/test# parted -l
  17. Model: ATA WDC WD2500JD-22H (scsi)
  18. Disk /dev/sda: 250GB
  19. Sector size (logical/physical): 512B/512B
  20. Partition Table: msdos
  21.  
  22. Number Start End Size Type File system Flags
  23. 1 32.3kB 250GB 250GB primary boot
  24.  
  25.  
  26. Model: ATA ST31000333AS (scsi)
  27. Disk /dev/sdb: 1000GB
  28. Sector size (logical/physical): 512B/512B
  29. Partition Table: msdos
  30.  
  31. Number Start End Size Type File system Flags
  32. 1 1049kB 106MB 105MB primary ntfs boot
  33. 2 106MB 529GB 529GB primary ntfs
  34. 3 529GB 1000GB 471GB primary ntfs
  35.  
  36.  
  37. Model: Patriot Memory (scsi)
  38. Disk /dev/sdg: 7816MB
  39. Sector size (logical/physical): 512B/512B
  40. Partition Table: msdos
  41.  
  42. Number Start End Size Type File system Flags
  43. 1 32.8kB 1035MB 1035MB primary boot, hidden
  44.  
  45.  
  46.  
  47. root@ubuntu:~/test# grub-fstest /dev/sda ls -- -l
  48. Device proc: Filesystem type procfs - Sector size 512B - Total size 0KiB
  49. Device loop0: No known filesystem detected - Sector size 512B - Total size 244198584KiB
  50. Partition loop0,msdos1,bsd2: No known filesystem detected - Partition start at 235809976KiB - Total size 8388608KiB
  51. Partition loop0,msdos1,bsd1: Filesystem type ufs2 - Last modification time 2014-10-20 16:12:56 Monday, UUID 5409f50a5ee28249 - Partition start at 39.5KiB - Total size 235809936.5KiB
  52. Partition loop0,msdos1: No known filesystem detected - Partition start at 31.5KiB - Total size 244198552.5KiB
  53. Device host: Filesystem type hostfs - Sector size 512B - Total size 0KiB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement