Good morning,

I followed the instructions here 
https://www.freebsd.org/doc/handbook/usb-disks.html to mount a Western Digital 
8TB USB drive, which (using auto mount) created the mount point /media/da1p1 
but when cd into the directory and do an 'ls' it takes a long time returning 
total 0, and when I try something like 'touch t' I get and an 'Input/output 
error'. dmesg output below. I actually don't need to auto mount I need to mount 
the drive at boot so I simply want to add it to my fstab, I was just testing 
the auto mount features for fun.

When I try to do it manually i get:
root@correo:/ # mount -t msdosfs /dev/da1p1 /media/USBBackupDrive
mount_msdosfs: /dev/da1p1: Invalid argument

same with:
root@correo:/ # mount /dev/da1p1 /media/USBBackupDrive
mount: /dev/da1p1: Invalid argument

Any help would be greatly appreciated,
Shawn


dmesg output:
ciss0: *** Surface Analysis Pass Information, LDrv=0 Number of passes=3139
ciss0: *** Surface Analysis Pass Information, LDrv=0 Number of passes=3140
ciss0: *** Surface Analysis Pass Information, LDrv=0 Number of passes=3141
ugen0.6: <Western Digital> at usbus0
umass0: <Western Digital My Book 25DA, class 0/0, rev 3.00/30.02, addr 5> on 
usbus0
umass0:  SCSI over Bulk-Only; quirks = 0x8000
umass0:2:0:-1: Attached to scbus2
da1 at umass-sim0 bus 0 scbus2 target 0 lun 0
da1: <WD My Book 25DA 3002> Fixed Direct Access SPC-4 SCSI device
da1: Serial Number 564B4A4D44554758
da1: 400.000MB/s transfers
da1: 7630885MB (15628052480 512 byte sectors: 255H 63S/T 972801C)
da1: quirks=0x2<NO_6_BYTE>
ses0 at umass-sim0 bus 0 scbus2 target 0 lun 1
ses0: <WD SES Device 3002> Fixed Enclosure Services SPC-4 SCSI device
ses0: Serial Number 564B4A4D44554758
ses0: 400.000MB/s transfers
ses0: SCSI-3 ENC Device
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5
WARNING: autofs_trigger_one: request for /media/da1p1/ completed with error 5

_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"

Reply via email to