[nmglug] Ownership and permissions

Gary Sandine gars at laclinux.com
Fri Aug 11 22:44:51 PDT 2006


On Fri, 2006-08-11 at 23:31 -0600, BrianO'Keefe wrote:
[..]
> brianokeefe at ubuntu:~$ cat /etc/mtab
> /dev/hda8 / ext3 rw,errors=remount-ro 0 0
> proc /proc proc rw 0 0
> /sys /sys sysfs rw 0 0
> varrun /var/run tmpfs rw 0 0
> varlock /var/lock tmpfs rw 0 0
> procbususb /proc/bus/usb usbfs rw 0 0
> udev /dev tmpfs rw 0 0
> devpts /dev/pts devpts rw,gid=5,mode=620 0 0
> devshm /dev/shm tmpfs rw 0 0
> lrm /lib/modules/2.6.15-26-powerpc/volatile tmpfs rw 0 0
> binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
> /dev/sda9 /media/For_Linux ext2 rw,nosuid,nodev 0 0
> /dev/sda13 /media/Misc hfsplus rw,nosuid,nodev,uid=1000,gid=1000 0 0
> /dev/sda11 /media/Tarman hfsplus rw,nosuid,nodev,uid=1000,gid=1000 0 0

You probably can't write to /media/Misc and /media/Tarman (/dev/sda13 an
sda11)?  They have an HFS+ file system, while /media/For_Linux
(/dev/sda9) has an ext2 file system.  Off the top of my head, I don't
know if Linux has a driver for writing to journaled HFS+.  Maybe that's
the problem.






More information about the nmglug mailing list