daily pastebin goal
41%
SHARE
TWEET

Untitled

a guest Feb 5th, 2015 170 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ubuntu@ubuntu:~$ sudo fdisk -l
  2.  
  3. Disk /dev/sda: 3911 MB, 3911188480 bytes
  4. 130 heads, 38 sectors/track, 1546 cylinders, total 7639040 sectors
  5. Units = sectors of 1 * 512 = 512 bytes
  6. Sector size (logical/physical): 512 bytes / 512 bytes
  7. I/O size (minimum/optimal): 512 bytes / 512 bytes
  8. Disk identifier: 0xd1581ecc
  9.  
  10.    Device Boot      Start         End      Blocks   Id  System
  11. /dev/sda1   *        2048     7639039     3818496    b  W95 FAT32
  12.  
  13. Disk /dev/sdb: 160.0 GB, 160041885696 bytes
  14. 255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
  15. Units = sectors of 1 * 512 = 512 bytes
  16. Sector size (logical/physical): 512 bytes / 512 bytes
  17. I/O size (minimum/optimal): 512 bytes / 512 bytes
  18. Disk identifier: 0xc404e261
  19.  
  20.    Device Boot      Start         End      Blocks   Id  System
  21. /dev/sdb1   *        2048      206847      102400    7  HPFS/NTFS/exFAT
  22. /dev/sdb2          206848   205750271   102771712    7  HPFS/NTFS/exFAT
  23. /dev/sdb3       205750272   312580095    53414912   83  Linux
  24. ubuntu@ubuntu:~$ sudo mount /dev/sdb /mnt
  25. mount: you must specify the filesystem type
  26. ubuntu@ubuntu:~$ sudo mount /dev/sdb3 /mnt
  27. ubuntu@ubuntu:~$ sudo mount --bind /dev /mnt/dev
  28. mount: mount point /mnt/dev does not exist
  29. ubuntu@ubuntu:~$ sudo mount /dev/sdb /mnt
  30. mount: /dev/sdb already mounted or /mnt busy
  31. mount: according to mtab, /dev/sdb3 is already mounted on /mnt
  32. ubuntu@ubuntu:~$
  33. ubuntu@ubuntu:~$
RAW Paste Data
Top