When I to access a fat32 formatted USB drive I get the "Cannot mount the volume" error message with the title of this post under "Details". I looked around on these forums and found a few others with the same error message, specifically:
this one
this one
this one
And a few others but to no avail. The errors either weren't the same or the solutions didn't work for me.
I gathered some information. My /etc/rc.conf
Contents of tail -F /var/log/messages while plugging in USB:
Output of dmesg:
And camcontrol devlist:
And dbus-launch lshal | grep da0:
block.device = '/dev/ada0' (string)
freebsd.device_file = '/dev/ada0' (string)
block.device = '/dev/ada0p2' (string)
block.device = '/dev/ada0p3' (string)
block.device = '/dev/ada0p4' (string)
block.device = '/dev/da0' (string)
freebsd.device_file = '/dev/da0' (string)
block.device = '/dev/da0s1' (string)
Not sure what the heck I'm doing wrong. Sorry in advance if this is the wrong forum and/or bad formatting.
this one
this one
this one
And a few others but to no avail. The errors either weren't the same or the solutions didn't work for me.
I gathered some information. My /etc/rc.conf
Code:
hostname="redacted"
zfs_enable="YES"
kld_list="sysctlinfo"
wlans_iwm0="wlan0"
ifconfig_wlan0="WPA DHCP"
linux_enable="YES"
dbus_enable="YES"
dsbdriverd_enable="YES"
lightdm_enable="YES"
autofs_enable="YES"
ntpd_sync_on_start="YES"
ntpd_enable="YES"
hald_enable="YES"
moused_enable="YES"
mouse_type="auto"
Contents of tail -F /var/log/messages while plugging in USB:
Code:
Feb 3 20:49:44 furybsd kernel: da0 at umass-sim0 bus 0 scbus1 target 0 lun 0
Feb 3 20:49:44 furybsd kernel: da0: <SanDisk' Cruzer Fit 1.00> Removable Direct Access SPC-4 SCSI device
Feb 3 20:49:44 furybsd kernel: da0: Serial Number 4C530000021116118032
Feb 3 20:49:44 furybsd kernel: da0: 40.000MB/s transfers
Feb 3 20:49:44 furybsd kernel: da0: 29340MB (60088320 512 byte sectors)
Feb 3 20:49:44 furybsd kernel: da0: quirks=0x2<NO_6_BYTE>
Output of dmesg:
Code:
da0 at umass-sim0 bus 0 scbus1 target 0 lun 0
da0: <SanDisk' Cruzer Fit 1.00> s/n 4C530000021116118032 detached
(da0:umass-sim0:0:0:0): Periph destroyed
umass0: detached
ugen0.5: <SanDisk Cruzer Fit> at usbus0
umass0 on uhub0
umass0: <SanDisk Cruzer Fit, class 0/0, rev 2.00/1.00, addr 5> on usbus0
umass0: SCSI over Bulk-Only; quirks = 0xc100
umass0:1:0: Attached to scbus1
da0 at umass-sim0 bus 0 scbus1 target 0 lun 0
da0: <SanDisk' Cruzer Fit 1.00> Removable Direct Access SPC-4 SCSI device
da0: Serial Number 4C530000021116118032
da0: 40.000MB/s transfers
da0: 29340MB (60088320 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>
And camcontrol devlist:
Code:
<SanDisk' Cruzer Fit 1.00> at scbus1 target 0 lun 0 (da0,pass1)
And dbus-launch lshal | grep da0:
block.device = '/dev/ada0' (string)
freebsd.device_file = '/dev/ada0' (string)
block.device = '/dev/ada0p2' (string)
block.device = '/dev/ada0p3' (string)
block.device = '/dev/ada0p4' (string)
block.device = '/dev/da0' (string)
freebsd.device_file = '/dev/da0' (string)
block.device = '/dev/da0s1' (string)
Not sure what the heck I'm doing wrong. Sorry in advance if this is the wrong forum and/or bad formatting.