jnuyens / freedomev

FreedomEV repository. Unlocking the full potential of Linux on your EV!
GNU General Public License v3.0
185 stars 28 forks source link

not mounting USB drive anymore #13

Closed ErikDeBruijn closed 5 years ago

ErikDeBruijn commented 5 years ago

The USB drive isn't being automatically mounted anymore when I insert it. It used to mount sda1's ext4 partition automatically under /disk/usb.???/.

I'm on 2019.12.1.1 now, but I could be that this started before I upgraded to this firmware. I tested whether I could mount it manually and that actually works fine. If i mount it on /disk/usb.tst/, freedom EV also starts properly.

dmesg shows:

[  889.776017] usb 2-1.3: new high-speed USB device number 6 using tegra-ehci
[  889.809681] usb 2-1.3: New USB device found, idVendor=0930, idProduct=140b
[  889.809739] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  889.809750] usb 2-1.3: Product: TransMemory
[  889.809761] usb 2-1.3: Manufacturer: TOSHIBA
[  889.809771] usb 2-1.3: SerialNumber: 0060E059153DE2304000417A
[  889.811852] usb-storage 2-1.3:1.0: USB Mass Storage device detected
[  889.823283] scsi host2: usb-storage 2-1.3:1.0
[  890.821550] scsi 2:0:0:0: Direct-Access     TOSHIBA  TransMemory      PMAP PQ: 0 ANSI: 6
[  890.822842] sd 2:0:0:0: Attached scsi generic sg0 type 0
[  890.826120] sd 2:0:0:0: [sda] 60506112 512-byte logical blocks: (31.0 GB/28.9 GiB)
[  890.829923] sd 2:0:0:0: [sda] Write Protect is off
[  890.829962] sd 2:0:0:0: [sda] Mode Sense: 45 00 00 00
[  890.831154] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[  890.986672]  sda: sda1
[  890.997770] sd 2:0:0:0: [sda] Attached SCSI removable disk
[  891.684808] FAT-fs (sda): invalid media value (0xb9)
[  891.690653] FAT-fs (sda): Can't find a valid FAT filesystem
[  892.171522] FAT-fs (sda1): bogus number of reserved sectors
[  892.179098] FAT-fs (sda1): Can't find a valid FAT filesystem
[  892.339939] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 1059.869932] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
ErikDeBruijn commented 5 years ago

This problem is no longer appearing on v 2019.20.4.3, so marking as closed.