You have to make your UID on one of the systems the same as on the other, and you also have to change the ownership of every file and directory owned by that old UID to the new UID.
But first check that they are indeed different. In /etc/passwd on both systems, it’s the third field, the first numeric field.
On 2010-08-08 11:06, bubikopf wrote:
>
> Hello, I’m using openSUSE 11.3 64.
>
> And I have a dualboot system with Debian, how can I make both systems
> read and write ALL files on the computer?
>
> openSUSE can’t open the Debian’s HDD and the other way round… how can
> I change that?
What error are you getting when you try?
We need exact data.
–
Cheers / Saludos,
Carlos E. R.
(from 11.2 x86_64 “Emerald” GM (Elessar))
On 2010-08-08 14:06, bubikopf wrote:
>
> Well… on both OSs, I chose the same user name, user password and root
> password.
>
> Plus I don’t understand this list of whatever.
You need to learn the basics about unix / linux first. Please get a good book.
Names are irrelevant, the important detail is the numeric ID of each user.
Please run on each system the command line below and paste here the result:
grep `whoami` /etc/passwd
Notice that the “whoami” command is surrounded by back ticks.
–
Cheers / Saludos,
Carlos E. R.
(from 11.2 x86_64 “Emerald” GM (Elessar))
On 2010-08-08 16:06, bubikopf wrote:
>
> When I’m running openSUSE, I can mount the other device by entering the
> root-password. But I can’t change the files on it.
>
> And when I’m running Debian, I can’t even mount the device: I’m not
> privileged to mount the volume.
>
> I’ve tried to change the UIDs on both OSs. I’m never privileged to save
> the changes on the file passwd.
That is not the exact details…
Ok, output of “mount” on both cases.
The command you use for testing and its output - CLI, text, command line, not GUI.
You can use, for example “touch” to try creating an empty file that does not exist.
–
Cheers / Saludos,
Carlos E. R.
(from 11.2 x86_64 “Emerald” GM (Elessar))