USB Pen drive
Matthew Dillon
dillon at apollo.backplane.com
Tue Jul 4 09:10:07 PDT 2006
:...
:interleave: 1
:trackskew: 0
:cylinderskew: 0
:headswitch: 0 # microseconds
:track-to-track seek: 0 # microseconds
:drivedata: 0
:
:
:5 partitions:
:# size offset fstype [fsize bsize cpg/sgs]
: d: 4030464 0 unused 0 0 # (Cyl. 0 - 7871)
: e: 4030432 32 MSDOS # (Cyl. 0*- 7871)
:
:-- snip --
:
:Now, I'd like to fool around some more and get this thing working, but
:I have no idea what to do next. Any pointers from anybody, please?
:
:Thanks,
:Karthik.
What does fdisk have to say? Do:
fdisk da0 (or whatever the usb stick attached itself as).
Note that DragonFly disklabel's are specific to DragonFly. You won't
be able to read a NetBSD disklabel from a DragonFly box. Also,
generally, you have to specify the slice that the label exists in,
e.g.
disklabel da0s1
disklabel da0s2
disklabel da0s3
disklabel da0s4
depending.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Users
mailing list