Hi,
i've got an USB drive which i want to reformat. I just can't seem to get it working.
Plugging it in shows the following messages in /var/log/messages:
From this time on, i tried the following:
I am out of clues, got any advice?
i've got an USB drive which i want to reformat. I just can't seem to get it working.
Plugging it in shows the following messages in /var/log/messages:
Bash:
kernel: ugen7.2: <Silicon Motion,Inc. SM3259AA MEMORY BAR> at usbus7
kernel: umass0 on uhub0
kernel: umass0: <Silicon Motion,Inc. SM3259AA MEMORY BAR, class 0/0, rev 2.00/1.00, addr 2> on usbus7
kernel: umass0: SCSI over Bulk-Only; quirks = 0x4000
kernel: umass0:8:0: Attached to scbus8
kernel: da0 at umass-sim0 bus 0 scbus8 target 0 lun 0
kernel: da0: <SMI USB MEMORY BAR 1000> Removable Direct Access SPC-3 SCSI device
kernel: da0: 40.000MB/s transfers
kernel: da0: Attempt to query device size failed: NOT READY, Medium not present
kernel: da0: quirks=0x2<NO_6_BYTE>
From this time on, i tried the following:
Bash:
root@xxx:~ # dd if=/dev/zero of=/dev/da0 bs=2m count=1
dd: /dev/da0: Device not configured
1+0 records in
0+0 records out
0 bytes transferred in 0.002558 secs (0 bytes/sec)
Bash:
root@xxx:~ # fdisk -i /dev/da0
fdisk: can't get disk parameters on /dev/da0
fdisk: cannot open disk /dev/da0: No such file or directory
Bash:
root@xxx:~ # newfs_msdos /dev/da0
newfs_msdos: meta data exceeds file system size
Bash:
root@xxx:~ # ls /dev/da0*
/dev/da0
Bash:
root@xxx:~ # gpart show da0
gpart: No such geom: da0.
root@xxx:~ # gpart create -s gpt da0
gpart: provider: Operation not supported by device
Bash:
root@xxx:~ # file -s /dev/da0
/dev/da0: ERROR: cannot read `/dev/da0' (Device not configured)
I am out of clues, got any advice?