
I realize that this is the result of the udev rules, but I would have expected that all USB drives, no matter what file systems they are formatted with, would mount the same way, i.e. with the same permissions. Also,I would expect those permission would allow a normal user to write to the USB drive.
Code: Select all
/dev/sdb1 on /media/Blue_PECC_1M type ext2 (rw,nosuid,nodev,uhelper=hal)
/dev/sdc1 on /media/disk type ext2 (rw,nosuid,nodev,uhelper=hal)
/dev/sdd1 on /media/disk-1 type vfat (rw,nosuid,nodev,uhelper=hal,uid=1000,shortname=winnt)
Rich