Comment 55 for bug 1048059

Revision history for this message
Tomdkat (tomdkat) wrote :

I just ran into this problem trying to mount a SD card. ALL of my filesystems, except for one, are ext3. One is ext4. My root filesystem is ext3.

So, two of the above workarounds look better to me than manually creating /media/$USER. Which would be best:

A) Adding 'tmpfs /media tmpfs defaults 0 0' to /etc/fstab

B) Adding '/dev/xxxx / ext3 acl,errors=remount-ro 0 1; tp /etc/fstab

Thanks!