I get a permission denied error when attempting to mount a shared file from a server.
It was setup with guest access ticked so am not sure what is wrong.
When the password prompt appears I just press return for blank:
Code:
usb@usb:~$ sudo mount -t smbfs //192.168.0.9/Videos /mnt/Videos -o username=guest
Password:
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.
I have my nfs server running on 192.168.1.99 box, and I have my /etc/exports configured using
/myshare 192.168.1.*(rw,sync,no_subtree_check)
I was able to mount nfs from 192.168.1.50 client box.
However I was unable to mount from 192.168.1.49!
I'm trying to mount a nfs network share in various OSs (ubuntu 10.10/10.10 server/11.10) but continually get the same error:
mount.nfs: access denied by server while mounting 128.251.xxx.xxx:/Systems
I have verified that I have nfs-common installed on my machine.
Hi,
This is not a particular Fedora issue, but I take the chance :)
How can I mount a network (nfs) drive (on a RHEL4 machine) from my FC11, but as another user.
E.g. I would like to mount the folder /home/userA on the network drive. But my local username is userB. Hence I don't seem to have access to mount the drive.
Hi Experts,
I'm having the above problem. Obviously its an individual version of it since no recepie I could find on the internet can solve it.
I'm trying to automount two directories on a Synology DS212 to my Kubuntu 13.04beta-1 system.
what I am trying to do is to mount NFS server in read only mode.
I downloaded an NFS client (Nekodrive) for windows and was able to see the content without any credentials.
Now when i try to use
sudo mount viviane.scitech.qut.edu.au:/pub/nfs /mnt/viviane
It gives out an error message which is acces denied by the server. even though I used -r option it did not change anything.
I've got a private share set up on my home server (running Ubuntu Server 12.04.2 64-bit), such that I can mount it with a username/password. I've got it auto-mounting in /etc/fstab with the following line:
Code:
//192.168.1.120/jaywalker_pshare /media/server cifs username=jaywalker,password=xxx,domain=WORKGROUP 0 0
This worked immediately after I set it up.
I have installed NFS server and Client on separate machines.
The problem is when i mount the shared directory on client side
using command
mount server_addr:server_dir client_dir
But it gives an error saying that
don't have permission to share this directory (can't access the server_dir)
Though I have given read-write (rw) permissions to the client by updating
/etc/exports file in s
On an Ubuntu 12.10 server, I created an Ubuntu cloud lxc container.