My fstab entry:
none /home/jreinhart/ramdisk ramfs defaults,user 0 0
The directory before mounting:
drwxrwxr-x 2 jreinhart jreinhart 4096 Oct 17 11:31 ramdisk
The directory after mount ramdisk:
drwxr-xr-x 2 root jreinhart 4096 Oct 17 11:31 ramdisk
So, you can see the problem. Once I mount, the owner changes to root, and the group permissions go to r-x so I cannot use this ramdisk. What gives?
I'm trying to do this without having to su.
