Hey, everybody. Quick question. I just made the jump from Ubuntu using GNOME to OpenSUSE 10.3 KDE 4.1.
I have two hard drives. One has XP and OpenSUSE on it along with a separate partition labled Documents. The other hard drive is labled Music (for obvious reasons). When I installed OpenSUSE I labled the Documetns partition and the Music hard drive accordingly. Both of these are mounted under root i.e. /Music /Documents.
The problem is that I can’t seem to change the permission on these drives. I’ve tried from the terminal, kdesu Dolphin, kdesu Konqueror and even loging in a root session.
What gives? What should I do to be able to write to these drives? I had no problem accessing them in Ubuntu.
openSUSE-10.3 with KDE-4.1 ? Thats not very common.
Are these two partitions NTFS? I take it you can read but not write to them?
You can find out what drives/partitions are mounted by typing in a konsole: df -h
You can find out what drives/partitions are recognized (which may be different from mounted) by typing in a konsole: fdisk -l
(enter root password when prompted).
If your drives are ntfs, then you need to properly setup the ntfs-3g driver to provide read-write.
Typically that means you will need to edit your /etc/fstab file and reboot. Be very careful when you do edits to that file, as a bad edit will stop your PC from booting.
> I have two hard drives. One has XP and OpenSUSE on it along with a
> separate partition labled Documents. The other hard drive is labled
> Music (for obvious reasons). When I installed OpenSUSE I labled the
> Documetns partition and the Music hard drive accordingly. Both of these
> are mounted under root i.e. /Music /Documents.
Would have been better in /mnt/Music and /mnt/Documents.
But that has nothing to do with your problems, of course.
> The problem is that I can’t seem to change the permission on these
> drives. I’ve tried from the terminal, kdesu Dolphin, kdesu Konqueror
> and even loging in a root session.
You probably don’t need to change any permissions.
Are you sure the partitions aren’t mounted using the ntfs driver ?
If so, you should use the ntfs-3g driver instead.
Why don’t you post your etc/fstab, to show your current configuration ?
–
The sand remembers once there was beach and sunshine
but chip is warm too
– haiku from Effector Online, Volume 1, Number 6
But fdisk -l doesn’t work. I tried that command before I started this thread to get some idea of what was being recognized. Unfortunately, all I get is this error:
I managed to gain read-write access after reading the link provided by oldcpu. I just needed to modify /etc/fstab to reflect umask=0002. Thanks for the help guys.