Bug #13711
openUSB Flash Drive does not automount correctly
0%
Description
Running OpenIndana Hipster illumos-8222814ef8 updated on 10th April 2021 and can not mount USB Flash drives. Drives are detected correctly
Apr 11 18:45:57 tesla usba: [ID 349649 kern.info] USB Flash Disk FBF1101121303975
Apr 11 18:45:57 tesla genunix: [ID 936769 kern.info] scsa2usb8 is /pci@0,0/pci1022,1483@1,2/pci1b21,1142@0/storage@8
Apr 11 18:45:57 tesla genunix: [ID 408114 kern.info] /pci@0,0/pci1022,1483@1,2/pci1b21,1142@0/storage@8 (scsa2usb8) online
Apr 11 18:45:57 tesla scsi: [ID 583861 kern.info] sd23 at scsa2usb8: target 0 lun 0
Apr 11 18:45:57 tesla genunix: [ID 936769 kern.info] sd23 is /pci@0,0/pci1022,1483@1,2/pci1b21,1142@0/storage@8/disk@0,0
Apr 11 18:45:57 tesla genunix: [ID 408114 kern.info] /pci@0,0/pci1022,1483@1,2/pci1b21,1142@0/storage@8/disk@0,0 (sd23) online
Are visible with rmformat -l
3. Logical Node: /dev/rdsk/c14t0d0p0
Physical Node: /pci@0,0/pci1022,1483@1,2/pci1b21,1142@0/storage@8/disk@0,0
Connected Device: USB Flash Disk 1100
Device Type: Removable
Bus: USB
Size: 1.9 GB
Label: <Unknown>
When using gparted 0.4.5 drive is correctly identified as fat32, when attempting to manually mount the drive
- mount -F pcfs /dev/dsk/c14t0d0p0 /tmp/usb
mount: /dev/dsk/c14t0d0p0 is not a DOS filesystem.
Related issues
Updated by r a about 2 years ago
I found it was possible to manually mount the USB flash drive using the following command
- mount -F pcfs /dev/dsk/c14t0d0p0:1 /tmp/usb
Updated by r a almost 2 years ago
After performing a BIOS update, I forgot to remove the USB memory drive from the USB port and booted into OpenIndiana. After I had logged in the USB drive did appear on my desktop as it had been mounted and was accessible. After selecting to eject the drive, the drive was unmounted and the USB drive unplugged. After waiting a few minutes, the USB drive was plugged back in but the USB drive was not automounted. rmformat -l was showing the drive available. I could manually mount the drive using mount -F pcfs /dev/desk/<drive identifier> /tmp/usb
Updated by David Stes over 1 year ago
- Related to Bug #14226: service/hal needs restart after hardware change added