| john_spiral  
 
  
 
 
 Group: Members
 Posts: 24
 Joined: June 2006
 | 
|  | Posted: Oct. 01 2006,19:39 |  |  Hi,
 
 I'm attempting to mount a nfs share (ubuntu box) from a DSL box.
 
 the command I issue is as follows:
 
 john@box:~$ mount -t nfs 192.168.0.1:home/john/Desktop/xubuntu /home/john
 
 I get the following error:
 
 john@box:~$ mount: only root can do that
 
 Looks like the john account can't issue mount commands. If put a sudo before the mount command I get the following error:
 
 john@box:~$ sudo mount -t nfs 192.168.0.1:home/john/Desktop/xubuntu /home/john
 
 mount -t nfs 192.168.0.1:home/john/Desktop/xubuntu failed, reason given by server: Permission denied
 
 looks like ubuntu is insisting on the mount coming from the john account on the DSL box.
 
 How can I get my john account to issue a mount command?
 |