DragonFly BSD
DragonFly users List (threaded) for 2006-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: USB Pen drive


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 4 Jul 2006 09:09:12 -0700 (PDT)

:...
: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@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]