You are not logged in.
I think this is a long shot as normal USB drives mount/unmount automatically successfully.
I purchased a Sandisk Clip Sport Plus and it demonstrates odd behavior - specifically it only mounts when connected on boot but not when unplugged and inserted after boot (or reinserted).
I am running XFCE with udisks2 installed. Any pointers welcome on things that could have gone wrong (maybe it is a device issue though)?
Offline
Just to add:
If I have the Sandisk connected on boot, running an 'lsblk' shows the device at /dev/sda with partition at /dev/sda1. I can mount / unmount manually as well.
If I unplug and then run an 'lsblk', it does not reappear at /dev/sda.
This seems more a device / kernel issue so not sure if somebody can move the post to hardware board.
Offline
Did you find any solution for this. I stumbled about this, too. with a new Sandsik Clip Sport Plus 32 GB.
As far as I know, the player only supports MSC (mass storage). On plugging in the following is seen in the dmesg:
[ 7097.612144] usb 1-2: new high-speed USB device number 21 using xhci_hcd
[ 7097.793735] usb 1-2: New USB device found, idVendor=0781, idProduct=d001, bcdDevice= 1.00
[ 7097.793741] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 7097.793743] usb 1-2: Product: Clip Sport Plus
[ 7097.793745] usb 1-2: Manufacturer: SanDisk
[ 7097.793747] usb 1-2: SerialNumber: 0D6Bxxxxxxxxx
[ 7097.795337] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 7097.795541] scsi host3: usb-storage 1-2:1.0
[ 7098.817521] scsi 3:0:0:0: Direct-Access SanDisk Clip Sport Plus PQ: 0 ANSI: 0 CCS
[ 7098.817814] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 7098.818121] sd 3:0:0:0: [sdb] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB)
[ 7098.818294] sd 3:0:0:0: [sdb] Write Protect is off
[ 7098.818299] sd 3:0:0:0: [sdb] Mode Sense: 00 c0 00 00
[ 7098.818459] sd 3:0:0:0: [sdb] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA
[ 7098.829564] sd 3:0:0:0: [sdb] Attached SCSI removable disk
There is missing the line for the mounted partition sdvb1.
With lsblk it looks like this:
> lsblk /dev/sdb
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sdb 8:16 1 29,7G 0 disk
fdisk shows the following:
Festplatte /dev/sdb: 29,72 GiB, 31914983424 Bytes, 62333952 Sektoren
Festplattenmodell: Clip Sport Plus
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplattenbezeichnungstyp: dos
Festplattenbezeichner: 0x2ed3519d
Gerät Boot Anfang Ende Sektoren Größe Kn Typ
/dev/sdb1 * 452608 62333951 61881344 29,5G b W95 FAT32
/dev/sdb2 2048 452607 450560 220M b W95 FAT32
Partitionstabelleneinträge sind nicht in Festplatten-Reihenfolge.
After printing the partition table with fdisk or cfdisk, the partition is shown. This is reproducable. Now the player is shown e.g. in thunar.
Why?
My current kernel is 5.15.32.
This seems to be not only Arch related. It happens with Manjaro and Ubuntu, too.
Offline