Skip to content

Instantly share code, notes, and snippets.

@vvikramjhu
Last active October 2, 2017 07:40
Show Gist options
  • Save vvikramjhu/ff637be79c5220a0dd913e8819631cb4 to your computer and use it in GitHub Desktop.
Save vvikramjhu/ff637be79c5220a0dd913e8819631cb4 to your computer and use it in GitHub Desktop.
it@it:~$ sudo parted -l \ nc termbin.com 9999
Model: ATA LITEONIT LSS-24L (scsi)
Disk /dev/sda: 24.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
Model: ATA ST1000LM024 HN-M (scsi)
Disk /dev/sdb: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Number Start End Size File system Name Flags
1 1049kB 1050MB 1049MB ntfs Basic data partition hidden, diag
2 1050MB 1322MB 273MB fat32 EFI system partition boot, hidden
3 1322MB 2371MB 1049MB fat32 Basic data partition hidden
4 2371MB 2505MB 134MB Microsoft reserved partition msftres
5 2505MB 110GB 107GB ntfs Basic data partition msftdata
7 110GB 164GB 53.7GB ext3
6 164GB 271GB 107GB ext3
17 271GB 288GB 17.2GB linux-swap(v1)
18 288GB 410GB 122GB ntfs msftdata
8 410GB 626GB 216GB ntfs Basic data partition msftdata
9 626GB 842GB 216GB ntfs Basic data partition msftdata
10 842GB 950GB 108GB ntfs Basic data partition msftdata
11 950GB 951GB 472MB ntfs hidden, diag
12 951GB 951GB 367MB ntfs hidden, diag
13 951GB 952GB 367MB ntfs hidden, diag
14 952GB 952GB 367MB ntfs hidden, diag
15 952GB 979GB 26.8GB ntfs Basic data partition msftdata
16 979GB 1000GB 21.5GB ntfs Basic data partition hidden, diag
Model: Lexar USB Flash Drive (scsi)
Disk /dev/sdc: 32.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 16.4kB 32.0GB 32.0GB primary ntfs boot
it@it:~$ sudo mount /dev/sdb2 /mnt; ls -lhaR /mnt | nc termbin.com 9999
http://termbin.com/04zr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment