Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. fdisk /dev/da0
  2. ******* Working on device /dev/da0 *******
  3. parameters extracted from in-core disklabel are:
  4. cylinders=121601 heads=255 sectors/track=63 (16065 blks/cyl)
  5.  
  6. Figures below won't work with BIOS for partitions not in cyl 1
  7. parameters to be used for BIOS calculations are:
  8. cylinders=121601 heads=255 sectors/track=63 (16065 blks/cyl)
  9.  
  10. Media sector size is 512
  11. Warning: BIOS sector numbering starts with sector 1
  12. Information from DOS bootblock is:
  13. The data for partition 1 is:
  14. sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
  15. start 63, size 1953520002 (953867 Meg), flag 80 (active)
  16. beg: cyl 0/ head 1/ sector 1;
  17. end: cyl 768/ head 254/ sector 63
  18. The data for partition 2 is:
  19. <UNUSED>
  20. The data for partition 3 is:
  21. <UNUSED>
  22. The data for partition 4 is:
  23. <UNUSED>
  24.  
  25. fdisk -BI [drive]
  26. bsdlabel -wB [drive]s1
  27. newfs [drive]s1a
  28.  
  29. mount [drive]s1a /mnt
  30.  
  31. # newfs /dev/da0s1
  32. # mount -t ufs /dev/da0s1 /mnt/usbdisk
  33. # ls -ltr /mnt/usbdisk
  34. total 2
  35. drwxrwxr-x 2 root operator 512 Nov 6 18:11 .snap
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement