I have the same problem, I have tried two external USB hard disks, one WD and the other HP. Both are formatted ext4.
The machine is a Thinkpad T400, clean install of PC-BSD with just LXDE and XFCE installed.
With the device plugged in before boot:
Mount tray tool does not show it.
It does appear in left pane of file manager (PCManFM) but cannot be mounted (message: mount: /dev/da0s1: Operation not supported by device)
|
Code:
|
# dmesg |grep da0
...
(da0:umass-sim0:0:0:0): got CAM status 0x4
(da0:umass-sim0:0:0:0): fatal error, failed to attach to device
(da0:umass-sim0:0:0:0): lost device - 0 outstanding, 4 refs
(da0:umass-sim0:0:0:0): removing device entry
(da0:umass-sim0:0:0:0): got CAM status 0x4
(da0:umass-sim0:0:0:0): fatal error, failed to attach to device
(da0:umass-sim0:0:0:0): lost device - 0 outstanding, 4 refs
(da0:umass-sim0:0:0:0): removing device entry
...
da0 at umass-sim0 bus 0 scbus5 target 0 lun 0
da0: <WD My Passport 0748 1015> Fixed Direct Access SCSI-6 device
da0: 40.000MB/s transfers
da0: 953837MB (1953458176 512 byte sectors: 255H 63S/T 121597C) |
In terminal:
|
Code:
|
# mount -t ext4 /dev/da0s1 /usr/home/wjc721/usbdisk
mount: /dev/da0s1: Operation not supported by device |
Plugging device in after boot
The mount tray tool does not detect the device
It does not appear in the left pane of the file manager
|
Code:
|
cat /var/log/messages
...
Mar 10 14:28:45 pcbsd-7176 kernel: ugen3.3: <Western Digital> at usbus3 (disconnected)
Mar 10 14:28:45 pcbsd-7176 kernel: umass0: at uhub3, port 1, addr 3 (disconnected)
Mar 10 14:28:45 pcbsd-7176 kernel: (pass2:umass-sim0:0:0:0): passdevgonecb: devfs entry is gone
Mar 10 14:29:00 pcbsd-7176 kernel: ugen3.3: <Western Digital> at usbus3
Mar 10 14:29:00 pcbsd-7176 kernel: umass0: <MSC Bulk-Only Transport> on usbus3
Mar 10 14:29:00 pcbsd-7176 kernel: umass0: SCSI over Bulk-Only; quirks = 0x4001
Mar 10 14:29:00 pcbsd-7176 kernel: umass0:5:0:-1: Attached to scbus5
Mar 10 14:29:07 pcbsd-7176 volmand: CREATE da0
Mar 10 14:29:07 pcbsd-7176 kernel: (da0:umass-sim0:0:0:0): got CAM status 0x4
Mar 10 14:29:07 pcbsd-7176 kernel: (da0:umass-sim0:0:0:0): fatal error, failed to attach to device
Mar 10 14:29:07 pcbsd-7176 kernel: (da0:umass-sim0:0:0:0): lost device - 0 outstanding, 4 refs
Mar 10 14:29:07 pcbsd-7176 kernel: (da0:umass-sim0:0:0:0): removing device entry
Mar 10 14:29:08 pcbsd-7176 volmand: DESTROY da0
Mar 10 14:29:08 pcbsd-7176 kernel: (probe0:umass-sim0:0:0:1): INQUIRY. CDB: 12 0 0 0 24 0
Mar 10 14:29:08 pcbsd-7176 kernel: (probe0:umass-sim0:0:0:1): CAM status: CCB request completed with an error
Mar 10 14:29:08 pcbsd-7176 kernel: (probe0:umass-sim0:0:0:1): Retrying command
Mar 10 14:29:09 pcbsd-7176 kernel: (probe0:umass-sim0:0:0:1): INQUIRY. CDB: 12 0 0 0 24 0
Mar 10 14:29:09 pcbsd-7176 kernel: (probe0:umass-sim0:0:0:1): CAM status: CCB request completed with an error
Mar 10 14:29:09 pcbsd-7176 kernel: (probe0:umass-sim0:0:0:1): Retrying command
Mar 10 14:29:09 pcbsd-7176 kernel: (probe0:umass-sim0:0:0:1): INQUIRY. CDB: 12 0 0 0 24 0
Mar 10 14:29:09 pcbsd-7176 kernel: (probe0:umass-sim0:0:0:1): CAM status: CCB request completed with an error
Mar 10 14:29:09 pcbsd-7176 kernel: (probe0:umass-sim0:0:0:1): Retrying command
Mar 10 14:29:10 pcbsd-7176 kernel: (probe0:umass-sim0:0:0:1): INQUIRY. CDB: 12 0 0 0 24 0
Mar 10 14:29:10 pcbsd-7176 kernel: (probe0:umass-sim0:0:0:1): CAM status: CCB request completed with an error
Mar 10 14:29:10 pcbsd-7176 kernel: (probe0:umass-sim0:0:0:1): Retrying command
Mar 10 14:29:10 pcbsd-7176 kernel: (probe0:umass-sim0:0:0:1): INQUIRY. CDB: 12 0 0 0 24 0
Mar 10 14:29:10 pcbsd-7176 kernel: (probe0:umass-sim0:0:0:1): CAM status: CCB request completed with an error
Mar 10 14:29:10 pcbsd-7176 kernel: (probe0:umass-sim0:0:0:1): Error 5, Retries exhausted |
|
Code:
|
# mount -t ext4 /dev/da0s1 /usr/home/wjc721/usbdisk
mount: /dev/da0s1: Operation not supported by device |
All of the above was with the WD. The HP behaves similarly. Here are messages after plugging into the booted machine:
|
Code:
|
Mar 10 14:30:30 pcbsd-7176 kernel: umass0: at uhub3, port 1, addr 3 (disconnected)
Mar 10 14:30:30 pcbsd-7176 kernel: (pass2:umass-sim0:0:0:0): passdevgonecb: devfs entry is gone
Mar 10 14:32:00 pcbsd-7176 kernel: ugen3.3: <Hewlett-Packard> at usbus3
Mar 10 14:32:01 pcbsd-7176 kernel: umass0: <Bulk Only Interface> on usbus3
Mar 10 14:32:01 pcbsd-7176 kernel: umass0: SCSI over Bulk-Only; quirks = 0x0100
Mar 10 14:32:01 pcbsd-7176 kernel: umass0:5:0:-1: Attached to scbus5
Mar 10 14:32:01 pcbsd-7176 kernel: da0 at umass-sim0 bus 0 scbus5 target 0 lun 0
Mar 10 14:32:01 pcbsd-7176 kernel: da0: <Hitachi HTS542516K9SA00 > Fixed Direct Access SCSI-2 device
Mar 10 14:32:01 pcbsd-7176 kernel: da0: 40.000MB/s transfers
Mar 10 14:32:01 pcbsd-7176 kernel: da0: 152627MB (312581808 512 byte sectors: 255H 63S/T 19457C)
Mar 10 14:32:01 pcbsd-7176 volmand: CREATE da0
Mar 10 14:32:01 pcbsd-7176 volmand: CREATE da0s1
Mar 10 14:34:22 pcbsd-7176 su: wjc721 to root on /dev/pts/0 |
This is very frustrating!
But otherwise Kris, Dru and the rest of the PCBSD team, PCBSD is awesome and when these little issues are ironed out (nVidea included) - wow.