Project

General

Profile

Actions

Bug #13711

open

USB Flash Drive does not automount correctly

Added by r a about 2 years ago. Updated almost 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Difficulty:
Medium
Tags:

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

  1. mount -F pcfs /dev/dsk/c14t0d0p0 /tmp/usb
    mount: /dev/dsk/c14t0d0p0 is not a DOS filesystem.

Related issues

Related to OpenIndiana Distribution - Bug #14226: service/hal needs restart after hardware changeResolved

Actions
Actions #1

Updated by r a about 2 years ago

I found it was possible to manually mount the USB flash drive using the following command

  1. mount -F pcfs /dev/dsk/c14t0d0p0:1 /tmp/usb
Actions #2

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

Actions #3

Updated by David Stes over 1 year ago

  • Related to Bug #14226: service/hal needs restart after hardware change added
Actions

Also available in: Atom PDF