Advertisement
Guest User

wubi mount error

a guest
Aug 3rd, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. a187@ubuntu:~$ fdisk -l
  2. a187@ubuntu:~$ fdisk -l
  3. a187@ubuntu:~$ sudo fdisk -l
  4. [sudo] password for a187:
  5.  
  6. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  7.  
  8.  
  9. Disk /dev/sda: 3000.6 GB, 3000591900160 bytes
  10. 256 heads, 63 sectors/track, 363376 cylinders, total 5860531055 sectors
  11. Units = sectors of 1 * 512 = 512 bytes
  12. Sector size (logical/physical): 512 bytes / 4096 bytes
  13. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  14. Disk identifier: 0x2d3cb0bc
  15.  
  16. Device Boot Start End Blocks Id System
  17. /dev/sda1 1 4294967295 2147483647+ ee GPT
  18. Partition 1 does not start on physical sector boundary.
  19.  
  20. WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
  21.  
  22.  
  23. Disk /dev/sdb: 3000.6 GB, 3000592982016 bytes
  24. 256 heads, 63 sectors/track, 363376 cylinders, total 5860533168 sectors
  25. Units = sectors of 1 * 512 = 512 bytes
  26. Sector size (logical/physical): 512 bytes / 4096 bytes
  27. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  28. Disk identifier: 0x38f1359e
  29.  
  30. Device Boot Start End Blocks Id System
  31. /dev/sdb1 1 4294967295 2147483647+ ee GPT
  32. Partition 1 does not start on physical sector boundary.
  33.  
  34. Disk /dev/sdc: 300.1 GB, 300067970560 bytes
  35. 240 heads, 63 sectors/track, 38761 cylinders, total 586070255 sectors
  36. Units = sectors of 1 * 512 = 512 bytes
  37. Sector size (logical/physical): 512 bytes / 512 bytes
  38. I/O size (minimum/optimal): 512 bytes / 512 bytes
  39. Disk identifier: 0xba0d8800
  40.  
  41. Device Boot Start End Blocks Id System
  42. /dev/sdc1 2048 586067967 293032960 7 HPFS/NTFS/exFAT
  43.  
  44. Disk /dev/sdd: 40.0 GB, 40019582464 bytes
  45. 240 heads, 63 sectors/track, 5169 cylinders, total 78163247 sectors
  46. Units = sectors of 1 * 512 = 512 bytes
  47. Sector size (logical/physical): 512 bytes / 512 bytes
  48. I/O size (minimum/optimal): 512 bytes / 512 bytes
  49. Disk identifier: 0xa301a301
  50.  
  51. Device Boot Start End Blocks Id System
  52. /dev/sdd1 * 206848 78157945 38975549 7 HPFS/NTFS/exFAT
  53. a187@ubuntu:~$ sudo mount /dev/sda1
  54. mount: can't find /dev/sda1 in /etc/fstab or /etc/mtab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement