You are not logged in.
Recently I've noticed that while my Arch system seems to be working fine, mount doesn't show my drives, and df doesn't show anything. Not sure what I've done to it. Tried removing my custom udev rules, rebooting, no change.
mount only shows:
none on /dev/pts type devpts (rw)
none on /dev/shm type tmpfs (rw)
But all of my directories on the various partitions are present.
df -m
Filesystem 1M-blocks Used Available Use% Mounted on
none 501 0 501 0% /dev/shm
Offline
Well, the problem was the /etc/start_udev I had added to the end of my /etc/rc.local. On my 64-bit Arch, it "hides" all my mounts; but on my wife's 32-bit Arch, doing that has no such effect and is necessary to be able to see her Canon S5 IS via PTP. Something funky in udev-land...
Offline