Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ubuntu@ubuntu:~$ sudo parted -l
- Model: ATA WDC WD1002FAEX-0 (scsi)
- Disk /dev/sda: 1000GB
- Sector size (logical/physical): 512B/512B
- Partition Table: msdos
- Number Start End Size Type File system Flags
- 1 1049kB 106MB 105MB primary ntfs boot
- 2 106MB 1000GB 1000GB primary ntfs
- Error: /dev/sdb: unrecognised disk label
- Model: USB DISK 28X (scsi)
- Disk /dev/sdc: 2064MB
- Sector size (logical/physical): 512B/512B
- Partition Table: msdos
- Number Start End Size Type File system Flags
- 1 16.4kB 2064MB 2064MB primary fat16 boot, lba
- ubuntu@ubuntu:~$ sudo fdisk -l
- Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
- 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
- Units = sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disk identifier: 0x73bfd73e
- Device Boot Start End Blocks Id System
- /dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
- /dev/sda2 206848 1953521663 976657408 7 HPFS/NTFS/exFAT
- Disk /dev/sdb: 203.9 GB, 203928109056 bytes
- 255 heads, 63 sectors/track, 24792 cylinders, total 398297088 sectors
- Units = sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disk identifier: 0xffffffff
- Disk /dev/sdb doesn't contain a valid partition table
- Disk /dev/sdc: 2063 MB, 2063597568 bytes
- 16 heads, 32 sectors/track, 7872 cylinders, total 4030464 sectors
- Units = sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disk identifier: 0x3714322d
- Device Boot Start End Blocks Id System
- /dev/sdc1 * 32 4030463 2015216 e W95 FAT16 (LBA)
- ubuntu@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment