Re: mounting NFS directory with read write access

2013-02-27 Thread Bill Davidsen
Reindl Harald wrote: Am 27.02.2013 22:01, schrieb Ranjan Maitra: On Wed, 27 Feb 2013 16:17:56 -0430 Patrick O'Callaghan wrote: On Wed, 2013-02-27 at 21:30 +0100, Reindl Harald wrote: Am 27.02.2013 21:24, schrieb Patrick O'Callaghan: As a user: man sshfs AFAIK sshfs is not installed

Re: mounting NFS directory with read write access

2013-02-27 Thread Reindl Harald
Am 27.02.2013 22:05, schrieb Reindl Harald: > Am 27.02.2013 22:01, schrieb Ranjan Maitra: >> I do have login access as an user, and the server does allow ssh in. I >> just wanted to be able to mount the directory > > yum install fuse-sshfs > > /etc/fstab (ONE LINE! example, mount-point needs to

Re: mounting NFS directory with read write access

2013-02-27 Thread Reindl Harald
Am 27.02.2013 22:01, schrieb Ranjan Maitra: > On Wed, 27 Feb 2013 16:17:56 -0430 Patrick O'Callaghan > wrote: > >> On Wed, 2013-02-27 at 21:30 +0100, Reindl Harald wrote: >>> >>> Am 27.02.2013 21:24, schrieb Patrick O'Callaghan: > As a user: >man sshfs AFAIK sshfs is not i

Re: mounting NFS directory with read write access

2013-02-27 Thread Ranjan Maitra
On Wed, 27 Feb 2013 16:17:56 -0430 Patrick O'Callaghan wrote: > On Wed, 2013-02-27 at 21:30 +0100, Reindl Harald wrote: > > > > Am 27.02.2013 21:24, schrieb Patrick O'Callaghan: > > >> As a user: > > >>man sshfs > > > > > > AFAIK sshfs is not installed by default, so "yum install fuse-sshfs

Re: mounting NFS directory with read write access

2013-02-27 Thread Reindl Harald
Am 27.02.2013 21:47, schrieb Patrick O'Callaghan: > On Wed, 2013-02-27 at 21:30 +0100, Reindl Harald wrote: >> >> Am 27.02.2013 21:24, schrieb Patrick O'Callaghan: As a user: man sshfs >>> >>> AFAIK sshfs is not installed by default, so "yum install fuse-sshfs" >>> would be a prerequ

Re: mounting NFS directory with read write access

2013-02-27 Thread Patrick O'Callaghan
On Wed, 2013-02-27 at 21:30 +0100, Reindl Harald wrote: > > Am 27.02.2013 21:24, schrieb Patrick O'Callaghan: > >> As a user: > >>man sshfs > > > > AFAIK sshfs is not installed by default, so "yum install fuse-sshfs" > > would be a prerequisite. > > > > Also, the NFS server need not necessar

Re: mounting NFS directory with read write access

2013-02-27 Thread Reindl Harald
Am 27.02.2013 21:24, schrieb Patrick O'Callaghan: >> As a user: >>man sshfs > > AFAIK sshfs is not installed by default, so "yum install fuse-sshfs" > would be a prerequisite. > > Also, the NFS server need not necessarily support ssh, and even if it > does the user would need to have a logi

Re: mounting NFS directory with read write access

2013-02-27 Thread Patrick O'Callaghan
On Wed, 2013-02-27 at 12:40 -0500, Bill Davidsen wrote: > Ranjan Maitra wrote: > > Hello, > > > > I have tried mounting the following remote directory: > > > > sudo mount machine.name:/home/directory -w /mnt/directory > > > > I can mount fine, but I can not write as a mortal user in this > > direct

Re: mounting NFS directory with read write access

2013-02-27 Thread Bill Davidsen
Ranjan Maitra wrote: On Wed, 27 Feb 2013 12:40:49 -0500 Bill Davidsen wrote: Ranjan Maitra wrote: Hello, I have tried mounting the following remote directory: sudo mount machine.name:/home/directory -w /mnt/directory I can mount fine, but I can not write as a mortal user in this directory.

Re: mounting NFS directory with read write access

2013-02-27 Thread Ranjan Maitra
On Wed, 27 Feb 2013 19:27:56 + "Michael E. Maher" wrote: > On Wed, 2013-02-27 at 14:52 -0430, Patrick O'Callaghan wrote: > > On Wed, 2013-02-27 at 18:35 +, Michael E. Maher wrote: > > > Hello, > > > > > > On Wed, 2013-02-27 at 11:57 -0600, Ranjan Maitra wrote: > > > > Thanks again, Micha

Re: mounting NFS directory with read write access

2013-02-27 Thread Ranjan Maitra
On Wed, 27 Feb 2013 18:35:26 + "Michael E. Maher" wrote: > Hello, > > On Wed, 2013-02-27 at 11:57 -0600, Ranjan Maitra wrote: > > Thanks again, Michael! > > No problems :-) > > > I think this may well be the problem. The server is a RHEL and has the > > following for ID: > > > > uid=34533

Re: mounting NFS directory with read write access

2013-02-27 Thread Michael E. Maher
On Wed, 2013-02-27 at 14:52 -0430, Patrick O'Callaghan wrote: > On Wed, 2013-02-27 at 18:35 +, Michael E. Maher wrote: > > Hello, > > > > On Wed, 2013-02-27 at 11:57 -0600, Ranjan Maitra wrote: > > > Thanks again, Michael! > > > > No problems :-) > > > > > I think this may well be the proble

Re: mounting NFS directory with read write access

2013-02-27 Thread Patrick O'Callaghan
On Wed, 2013-02-27 at 18:35 +, Michael E. Maher wrote: > Hello, > > On Wed, 2013-02-27 at 11:57 -0600, Ranjan Maitra wrote: > > Thanks again, Michael! > > No problems :-) > > > I think this may well be the problem. The server is a RHEL and has the > > following for ID: > > > > uid=34533(mai

Re: mounting NFS directory with read write access

2013-02-27 Thread Joe Zeff
On 02/27/2013 07:57 AM, Ranjan Maitra wrote: What should I be doing here? Is the partition listed in /etc/fstab, and if so, what are the options? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/u

Re: mounting NFS directory with read write access

2013-02-27 Thread Michael E. Maher
Hello, On Wed, 2013-02-27 at 11:57 -0600, Ranjan Maitra wrote: > Thanks again, Michael! No problems :-) > I think this may well be the problem. The server is a RHEL and has the > following for ID: > > uid=34533(maitra) gid=101(Domain Users) groups=101(Domain Users),100287 > (dirusers) > > That

Re: mounting NFS directory with read write access

2013-02-27 Thread Ranjan Maitra
Thanks again, Michael! > > > > $ ls -l /mnt/directory > > total 4K > > drwxrwx--x. 3 nobody nobody 4.0K Feb 14 19:30 alamo/ > > > > $ls -ld /mnt/directory > > > > drwxrwxr-x. 16 nobody nobody 4.0K Feb 22 08:47 /mnt/directory > > > > This will be the problem, the directory 'alamo/' is owned by

Re: mounting NFS directory with read write access

2013-02-27 Thread Ranjan Maitra
On Wed, 27 Feb 2013 12:40:49 -0500 Bill Davidsen wrote: > Ranjan Maitra wrote: > > Hello, > > > > I have tried mounting the following remote directory: > > > > sudo mount machine.name:/home/directory -w /mnt/directory > > > > I can mount fine, but I can not write as a mortal user in this > > dire

Re: mounting NFS directory with read write access

2013-02-27 Thread Bill Davidsen
Ranjan Maitra wrote: Hello, I have tried mounting the following remote directory: sudo mount machine.name:/home/directory -w /mnt/directory I can mount fine, but I can not write as a mortal user in this directory. What should I be doing here? My guess is that the UID is not the same on the

Re: mounting NFS directory with read write access

2013-02-27 Thread Michael E. Maher
Hello, > > $ ls -l /mnt/directory > total 4K > drwxrwx--x. 3 nobody nobody 4.0K Feb 14 19:30 alamo/ > > $ls -ld /mnt/directory > > drwxrwxr-x. 16 nobody nobody 4.0K Feb 22 08:47 /mnt/directory > This will be the problem, the directory 'alamo/' is owned by a UID that the NFS client doesn't kno

Re: mounting NFS directory with read write access

2013-02-27 Thread Ranjan Maitra
On Wed, 27 Feb 2013 16:10:18 + "Michael E. Maher" wrote: > Hello, > > On Wed, 2013-02-27 at 09:57 -0600, Ranjan Maitra wrote: > > Hello, > > > > I have tried mounting the following remote directory: > > > > sudo mount machine.name:/home/directory -w /mnt/directory > > > > The `-w' switch

Re: mounting NFS directory with read write access

2013-02-27 Thread Michael E. Maher
Hello, On Wed, 2013-02-27 at 09:57 -0600, Ranjan Maitra wrote: > Hello, > > I have tried mounting the following remote directory: > > sudo mount machine.name:/home/directory -w /mnt/directory > The `-w' switch should be unnecessary as it is the default. Can you share the output of `mount' run

mounting NFS directory with read write access

2013-02-27 Thread Ranjan Maitra
Hello, I have tried mounting the following remote directory: sudo mount machine.name:/home/directory -w /mnt/directory I can mount fine, but I can not write as a mortal user in this directory. What should I be doing here? Many thanks, Ranjan -- Important Notice: This mailbox is ignored: e-ma