Advertisement
Guest User

Untitled

a guest
Aug 15th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. mpx@FX-4100-Linux:~$ sudo fdisk -l
  2.  
  3. Disk /dev/sda: 64.0 GB, 64023257088 bytes
  4. 255 heads, 63 sectors/track, 7783 cylinders, total 125045424 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: 0x000b4528
  9.  
  10. Device Boot Start End Blocks Id System
  11. /dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
  12. /dev/sda2 206848 81922047 40857600 7 HPFS/NTFS/exFAT
  13. /dev/sda3 81924094 125044735 21560321 5 Extended
  14. /dev/sda5 81924096 117231615 17653760 83 Linux
  15. /dev/sda6 117233664 125044735 3905536 82 Linux swap / Solaris
  16.  
  17. Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
  18. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  19. Units = sectors of 1 * 512 = 512 bytes
  20. Sector size (logical/physical): 512 bytes / 512 bytes
  21. I/O size (minimum/optimal): 512 bytes / 512 bytes
  22. Disk identifier: 0x76e29c3b
  23.  
  24. Device Boot Start End Blocks Id System
  25. /dev/sdb1 2048 1596102655 798050304 7 HPFS/NTFS/exFAT
  26. /dev/sdb2 * 1596109534 1679995295 41942881 5 Extended
  27. /dev/sdb3 1701480448 1953523711 126021632 83 Linux
  28. /dev/sdb5 1596109536 1679995295 41942880 30 Unknown
  29.  
  30. Disk /dev/sdc: 4009 MB, 4009754624 bytes
  31. 124 heads, 62 sectors/track, 1018 cylinders, total 7831552 sectors
  32. Units = sectors of 1 * 512 = 512 bytes
  33. Sector size (logical/physical): 512 bytes / 512 bytes
  34. I/O size (minimum/optimal): 512 bytes / 512 bytes
  35. Disk identifier: 0xa14d88bc
  36.  
  37. Device Boot Start End Blocks Id System
  38. mpx@FX-4100-Linux:~$ sudo dd if=/dev/sdc bs=512 count=1 | hexdump -C
  39. 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  40. 1+0 oppføringer inn
  41. 1+0 oppføringer ut
  42. *
  43. 512 byte (512 B) kopiert000001b0 00 00 00 00 00 00 00 00 bc 88 4d a1 00 00 00 00 |..........M.....|
  44. 000001c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  45. *
  46. , 0,00145932 s, 351 kB/s
  47. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  48. 00000200
  49. mpx@FX-4100-Linux:~$ sudo mkfs.ext4 -L USB /dev/sdc1
  50. mke2fs 1.42.5 (29-Jul-2012)
  51. Could not stat /dev/sdc1 --- Ingen slik fil eller filkatalog
  52.  
  53. The device apparently does not exist; did you specify it correctly?
  54. mpx@FX-4100-Linux:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement