New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Trying to access my "Private" folder from Ubuntu u

Got problems with Bubba? Then this forum is for you.
Locked
pbajoswb
Posts: 4
Joined: 26 Feb 2008, 09:17

Trying to access my "Private" folder from Ubuntu u

Post by pbajoswb »

Hi,

I'm trying to read/write files to my "Private" folder from two different Linux computers using NFS.

The first is an XO Laptop (OLPC) which is basically running a version of Fedora. The other is a Compaq Presario on which I've installed Ubuntu 9.04.

Now I've setup everything more or less using the instructions on the page...

http://linox.be/index.php/2005/08/16/pu ... nd_client/

and to solve the earlier problem that I had with IP Addresses...

http://forum.excito.net/viewtopic.php?t=1024&highlight=

I setup my router with DD-WRT and used its Static DHCP feature to assign IP addresses based on the specific devices MAC Address.

http://www.dd-wrt.com/wiki/index.php/Static_DHCP

Now with all that, I can access most of the files in my /HOME/username folders from both machines, but I can't get to the files/folders inside the "Private" directory while logged in as a standard user.

With the XO, I can use the ....

Code: Select all

SU -
...command to get root access and then I can see contents of "Private". It's a bit cumbersome and works as compromise. The problem is that I can't use the same solution with Ubuntu. Ubuntu doesn't allow use of the SU command.

I'm wondering if there is a variation of the settings in the EXPORTS file on the bubba or in the FSTAB file (or MOUNT command) on my client computers that I can use to get me access.

Does anyone have any ideas?

Thanks
ahoff
Posts: 105
Joined: 01 Apr 2008, 20:50
Location: Swe

Post by ahoff »

Now with all that, I can access most of the files in my /HOME/username folders from both machines, but I can't get to the files/folders inside the "Private" directory while logged in as a standard user.


Well, I think the uid and gid for the specific user in /etc/password have to be identical on both machines.

Code: Select all

ahoff:x:1001:1001::/home/ahoff:/bin/bash
Locked