After upgrading to KDE 4.6 recently, my sdcard's mountpoint changed from /media/disk to /media/<uuid>, wreaking havoc with a number of scripts. I updated the scripts, and all was fine for a couple of weeks. Then last night it suddenly began appearing at /media/på @DOKUWI/ ( - I have no idea why or how or where the heck uDev is pulling that label from).
The sdcard is fat32. As far as I can tell, it has no volume label (I've tried setting the volume label with mtools, but I keep getting "cannot intialize drive" errors).
I'd tried adding this to fstab:
/dev/sdb1 /media/sdcard1 auto rw,auto,user,sync 0 0
but when I rebooted my system, the sdcard slot shifted from sdb1 to sdc1. But I don't think fstab is the right place to be addressing this issue, anyway.
I'm getting pretty tired of chasing my sdcard all over my system. I want to ensure that my sdcard slot consistently mounts at the same mountpoint every time, not matter which sdcard I plug into it (so mounting by uuid won't work).
--Nathanael
The sdcard is fat32. As far as I can tell, it has no volume label (I've tried setting the volume label with mtools, but I keep getting "cannot intialize drive" errors).
I'd tried adding this to fstab:
/dev/sdb1 /media/sdcard1 auto rw,auto,user,sync 0 0
but when I rebooted my system, the sdcard slot shifted from sdb1 to sdc1. But I don't think fstab is the right place to be addressing this issue, anyway.
I'm getting pretty tired of chasing my sdcard all over my system. I want to ensure that my sdcard slot consistently mounts at the same mountpoint every time, not matter which sdcard I plug into it (so mounting by uuid won't work).
--Nathanael
Comment