Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.os.linux.ubuntu > #186522
| From | Keith <me@privacy.net> |
|---|---|
| Newsgroups | alt.os.linux.ubuntu |
| Subject | Mounting NFS share - 'permission denied' |
| Date | 2016-01-23 14:43 +0000 |
| Message-ID | <dghht4Fm99rU1@mid.individual.net> (permalink) |
Hi, I'm sure I've done this before and it all just worked, but I can't get it right at the moment, and would welcome any advice. I have an external USB drive that Ubuntu auto-mounts (no entry in fstab) to /media/Maxtor, which I want to share on my home network. On the server, in /etc/exports I have: /media/Maxtor 192.168.0.*(rw,sync,no_root_squash,no_subtree_check) Running 'sudo exportfs' shows: /media/Maxtor 192.168.0.* Forget the client for the moment. If I try and mount locally, like this: sudo mount -t nfs 192.168.0.10:/media/Maxtor /home/keith/tmp I get this: access denied by server while mounting 192.168.0.10:/media/Maxtor On the client I get the same, for what that's worth. Would anyone have any idea what I'm doing wrong here? Many thanks! K
Back to alt.os.linux.ubuntu | Previous | Next — Next in thread | Find similar | Unroll thread
Mounting NFS share - 'permission denied' Keith <me@privacy.net> - 2016-01-23 14:43 +0000 Re: Mounting NFS share - 'permission denied' "Jonathan N. Little" <lws4art@gmail.com> - 2016-01-23 10:20 -0500 Re: Mounting NFS share - 'permission denied' Gordon <Gordon@clear.net.nz> - 2016-01-24 04:21 +0000
csiph-web