daily pastebin goal
17%
SHARE
TWEET

Untitled

a guest Nov 17th, 2012 2 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ubuntu@ubuntu:~$ sudo  parted --list /dev/sda
  2. Model: ATA Hitachi HTS54503 (scsi)
  3. Disk /dev/sda: 320GB
  4. Sector size (logical/physical): 512B/512B
  5. Partition Table: msdos
  6.  
  7. Number  Start   End     Size    Type      File system     Flags
  8.  1      1049kB  15.0GB  15.0GB  primary   ntfs
  9.  2      15.0GB  15.1GB  107MB   primary   ntfs            boot
  10.  3      15.1GB  175GB   160GB   primary   ntfs
  11.  4      207GB   320GB   114GB   extended
  12.  5      215GB   265GB   50.0GB  logical   ext4
  13.  6      265GB   317GB   52.0GB  logical   ext4
  14.  7      317GB   320GB   2923MB  logical   linux-swap(v1)
  15.  
  16.  
  17. Model: SanDisk Cruzer Edge (scsi)
  18. Disk /dev/sdb: 16.0GB
  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  16.0GB  16.0GB  primary  fat32        boot, lba
  24.  
  25.  
  26. ubuntu@ubuntu:~$ su fdisk -l -u /dev/sda
  27. su: invalid option -- 'u'
  28. Usage: su [options] [LOGIN]
  29.  
  30. Options:
  31.   -c, --command COMMAND         pass COMMAND to the invoked shell
  32.   -h, --help                    display this help message and exit
  33.   -, -l, --login                make the shell a login shell
  34.   -m, -p,
  35.   --preserve-environment        do not reset environment variables, and
  36.                                 keep the same shell
  37.   -s, --shell SHELL             use SHELL instead of the default in passwd
  38.  
  39. ubuntu@ubuntu:~$ sudo fdisk -l -u /dev/sda
  40.  
  41. Disk /dev/sda: 320.1 GB, 320072933376 bytes
  42. 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
  43. Units = sectors of 1 * 512 = 512 bytes
  44. Sector size (logical/physical): 512 bytes / 512 bytes
  45. I/O size (minimum/optimal): 512 bytes / 512 bytes
  46. Disk identifier: 0x4a47b84f
  47.  
  48.    Device Boot      Start         End      Blocks   Id  System
  49. /dev/sda1            2048    29366271    14682112    7  HPFS/NTFS/exFAT
  50. /dev/sda2   *    29366820    29575664      104422+   7  HPFS/NTFS/exFAT
  51. /dev/sda3        29575665   341381119   155902727+   7  HPFS/NTFS/exFAT
  52. /dev/sda4       403440406   625141759   110850677    5  Extended
  53. /dev/sda5       420212736   517867519    48827392   83  Linux
  54. /dev/sda6       517869568   619429887    50780160   83  Linux
  55. /dev/sda7       619431936   625141759     2854912   82  Linux swap / Solaris
  56. ubuntu@ubuntu:~$
RAW Paste Data
Top