On Wed, 2007-07-25 at 02:28 +0700, Patrik Hasibuan wrote: > Dear my friends... > > Mostly I use OpenSuSE 10.2 besides puppylinux and solaris in the same > computer and the same harddisk. > > Puppy is in /dev/hda2 and solaris is in /dev/hda4. > > I create my "/etc/fstab" this way: > [EMAIL PROTECTED]:~> cat /etc/fstab > /dev/hda2 /media/sementara auto acl,user_xattr > 1 2 > /dev/hda3 / auto acl,user_xattr > 1 2 > /dev/hda4 /media/datatank auto acl,user_xattr > 1 2 > proc /proc proc defaults > 0 0 > sysfs /sys sysfs noauto > 0 0 > debugfs /sys/kernel/debug debugfs noauto > 0 0 > usbfs /proc/bus/usb usbfs noauto > 0 0 > devpts /dev/pts devpts mode=0620,gid=5 > 0 0 > [EMAIL PROTECTED]:~> > > But with my non-computer administrator login account I can not write anything > on hda2 and hda4. But I can read both of them.
As a first step, please show us the output of: - 'cat /etc/mtab', to be sure they really are mounted and how, and - 'ls -l /media' to see the permissions, and - 'whoami', just to be sure :) Cheers, Dave -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
