Hello, I am using FreeBSD 10.0-RELEASE and trying to mount my WD 320GB hard drive via USB. I have searched for answers since this is a common procedure but I am getting errors I don't understand. I had previously used a live CD to format the drive with a fat32 file system so that I could use it in Windows but I would like to use the drive with FreeBSD also as I already do with my USB sticks. These are the commands I am using and the results:
One thing I should mention is that at the moment I do not have a hard drive enclosure so I have the drive hooked up to an external power source and using a SATA-to-USB adapter to connect it to my FreeBSD machine. I don't know if that should matter. I'm getting an enclosure but just wanted to see in the meantime if the drive would mount. Any help please?
Code:
# ls /dev/da*
/dev/da0 /dev/da0s1
# mount -o large -t msdosfs /dev/da0s1 /mnt_point
(da0:umass-sim0:0:0:0): READ(10). CDB: 28 00 00 00 01 00 00 00 02 00
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: UNIT ATTENTION asc:28,0 (Not ready to ready change, medium may have changed)
(da0:umass-sim0:0:0:0): Retrying command (per sense data)
mount_msdosfs: /dev/da0s1: Invalid argument
One thing I should mention is that at the moment I do not have a hard drive enclosure so I have the drive hooked up to an external power source and using a SATA-to-USB adapter to connect it to my FreeBSD machine. I don't know if that should matter. I'm getting an enclosure but just wanted to see in the meantime if the drive would mount. Any help please?