Mount from fstab always mounts as rootAuto mount, and change mount points on loginMount rsnapshot directory via NFS for non-root accessCreating Two NFS Shares: One Read/Write and One Read Onlyhow to get user permissions for nfs share?nfs4 permission denied: UID GID numbers shown for owner. I expected stringsHow does 16.04 mount my newly-mdadm-created RAID? (It's not in /etc/fstab)NFS Share Permissions between WDMyCloud / RaspberryPi with OwnCloudHow to mount Windows Share on Ubuntu
Certainly naive, but I do not understand why this compiles
Running DOS, Windows 3, and Windows 98 from one FAT32 partition?
Did the Windows 95 screensavers use hardware acceleration APIs?
In Germany, why does the burden of proof fall on authorities rather than the company or individual when it comes to possible illegal funds?
What does "a flight to quality" mean?
Why in Digital Design only Capacitive load?
Advent of Code 2019: Day 1
Rewriting expression to use at most one trigonometric function
Is there a way to add salted hashing to my user authentication without breaking my former login server
"Applicants for asylum must prove that they have fifteen family members in the Netherlands."
Was there a "mechanist" program of early rationalists, like Descartes and Leibniz?
What made the Tusken Raiders unable / unwilling to shoot down Luke's Landspeeder?
"did not come": 没来 vs 没来了
Should I still follow "programming to an interface not implementation" even if I think using concrete class members is the simpler solution?
What are examples of (collections of) papers which "close" a field?
Keep password in macro?
Why impeachment now?
Is there any way my opponent can prevent me from winning in this situation?
If I drop a bag of of say 15 alchemist fire on giant and hits it will it take 15d4 of fire damage and so on?
Why did my LGA-ORD flight make an S-shaped turn round the time it was passing a storm?
How can there be a current without a voltage?
Can two moons have intersecting orbits yet be guaranteed not to collide?
Bitcoin sent, recipient claiming not received
Did the computer mouse always output relative x/y and not absolute?
Mount from fstab always mounts as root
Auto mount, and change mount points on loginMount rsnapshot directory via NFS for non-root accessCreating Two NFS Shares: One Read/Write and One Read Onlyhow to get user permissions for nfs share?nfs4 permission denied: UID GID numbers shown for owner. I expected stringsHow does 16.04 mount my newly-mdadm-created RAID? (It's not in /etc/fstab)NFS Share Permissions between WDMyCloud / RaspberryPi with OwnCloudHow to mount Windows Share on Ubuntu
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I've read all the related questions but I can't make it work. On my ubuntu 16.04 server I want to mount an external vfat disk to share via nfs.
I have made a folder (/media/passport) which finally belongs to nobody:nogroup
and anyone has full privileges but when rebooting the /media/passport
folder belongs to root:root
.
My client can see the nfs (as nfs://192.168.0.2/passport) but cannot proceed further (cannot read the folders and files in it).
The fstab file has the line:UUID=THEUUID /media/passport rw,users,utf8 0 0
Anything I have read in stackoverflow promises to solve my issue but it doesn't work. Any suggestions?
EDIT
Changing the mounted disc to ext4 (instead of vfat) gives me the same results; I can see the nfs://server/passport
but I cannot browse further. I have tried all possible options both in /etc/fstab
and in /etc/exports
.
permissions mount fstab nfs
add a comment
|
I've read all the related questions but I can't make it work. On my ubuntu 16.04 server I want to mount an external vfat disk to share via nfs.
I have made a folder (/media/passport) which finally belongs to nobody:nogroup
and anyone has full privileges but when rebooting the /media/passport
folder belongs to root:root
.
My client can see the nfs (as nfs://192.168.0.2/passport) but cannot proceed further (cannot read the folders and files in it).
The fstab file has the line:UUID=THEUUID /media/passport rw,users,utf8 0 0
Anything I have read in stackoverflow promises to solve my issue but it doesn't work. Any suggestions?
EDIT
Changing the mounted disc to ext4 (instead of vfat) gives me the same results; I can see the nfs://server/passport
but I cannot browse further. I have tried all possible options both in /etc/fstab
and in /etc/exports
.
permissions mount fstab nfs
Maybe this link and links from it will help you.
– sudodus
Sep 27 at 9:13
add a comment
|
I've read all the related questions but I can't make it work. On my ubuntu 16.04 server I want to mount an external vfat disk to share via nfs.
I have made a folder (/media/passport) which finally belongs to nobody:nogroup
and anyone has full privileges but when rebooting the /media/passport
folder belongs to root:root
.
My client can see the nfs (as nfs://192.168.0.2/passport) but cannot proceed further (cannot read the folders and files in it).
The fstab file has the line:UUID=THEUUID /media/passport rw,users,utf8 0 0
Anything I have read in stackoverflow promises to solve my issue but it doesn't work. Any suggestions?
EDIT
Changing the mounted disc to ext4 (instead of vfat) gives me the same results; I can see the nfs://server/passport
but I cannot browse further. I have tried all possible options both in /etc/fstab
and in /etc/exports
.
permissions mount fstab nfs
I've read all the related questions but I can't make it work. On my ubuntu 16.04 server I want to mount an external vfat disk to share via nfs.
I have made a folder (/media/passport) which finally belongs to nobody:nogroup
and anyone has full privileges but when rebooting the /media/passport
folder belongs to root:root
.
My client can see the nfs (as nfs://192.168.0.2/passport) but cannot proceed further (cannot read the folders and files in it).
The fstab file has the line:UUID=THEUUID /media/passport rw,users,utf8 0 0
Anything I have read in stackoverflow promises to solve my issue but it doesn't work. Any suggestions?
EDIT
Changing the mounted disc to ext4 (instead of vfat) gives me the same results; I can see the nfs://server/passport
but I cannot browse further. I have tried all possible options both in /etc/fstab
and in /etc/exports
.
permissions mount fstab nfs
permissions mount fstab nfs
edited Oct 1 at 12:48
Filippos
asked Sep 27 at 8:36
FilipposFilippos
114 bronze badges
114 bronze badges
Maybe this link and links from it will help you.
– sudodus
Sep 27 at 9:13
add a comment
|
Maybe this link and links from it will help you.
– sudodus
Sep 27 at 9:13
Maybe this link and links from it will help you.
– sudodus
Sep 27 at 9:13
Maybe this link and links from it will help you.
– sudodus
Sep 27 at 9:13
add a comment
|
2 Answers
2
active
oldest
votes
as I understand - you want to share your directory to somebody over network. If so - try to look in the direction "/etc/exports" for example here
I can't figure out if it is the export that doesn't work or the mounting. I can see the nfs and when trying to connect I get thenfs://server/passport
part but I cannot browse further.
– Filippos
Oct 1 at 12:43
add a comment
|
Sounds like the client mounts the share via NFSv4. Try mounting it via NFSv3. Option is vers=3.
The "client" is the Minix tvbox and it doesn't give any nfs mounting options.
– Filippos
Oct 1 at 19:18
Can you try disabling NFSv4 on the server side then? Something like RPCMOUNTDOPTS="--manage-gids --no-nfs-version 4" in /etc/default/nfs-kernel-server might do. Don't forget to reboot.
– Uli
Oct 2 at 20:30
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177016%2fmount-from-fstab-always-mounts-as-root%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
as I understand - you want to share your directory to somebody over network. If so - try to look in the direction "/etc/exports" for example here
I can't figure out if it is the export that doesn't work or the mounting. I can see the nfs and when trying to connect I get thenfs://server/passport
part but I cannot browse further.
– Filippos
Oct 1 at 12:43
add a comment
|
as I understand - you want to share your directory to somebody over network. If so - try to look in the direction "/etc/exports" for example here
I can't figure out if it is the export that doesn't work or the mounting. I can see the nfs and when trying to connect I get thenfs://server/passport
part but I cannot browse further.
– Filippos
Oct 1 at 12:43
add a comment
|
as I understand - you want to share your directory to somebody over network. If so - try to look in the direction "/etc/exports" for example here
as I understand - you want to share your directory to somebody over network. If so - try to look in the direction "/etc/exports" for example here
answered Sep 27 at 9:32
ViPupViPup
11 bronze badge
11 bronze badge
I can't figure out if it is the export that doesn't work or the mounting. I can see the nfs and when trying to connect I get thenfs://server/passport
part but I cannot browse further.
– Filippos
Oct 1 at 12:43
add a comment
|
I can't figure out if it is the export that doesn't work or the mounting. I can see the nfs and when trying to connect I get thenfs://server/passport
part but I cannot browse further.
– Filippos
Oct 1 at 12:43
I can't figure out if it is the export that doesn't work or the mounting. I can see the nfs and when trying to connect I get the
nfs://server/passport
part but I cannot browse further.– Filippos
Oct 1 at 12:43
I can't figure out if it is the export that doesn't work or the mounting. I can see the nfs and when trying to connect I get the
nfs://server/passport
part but I cannot browse further.– Filippos
Oct 1 at 12:43
add a comment
|
Sounds like the client mounts the share via NFSv4. Try mounting it via NFSv3. Option is vers=3.
The "client" is the Minix tvbox and it doesn't give any nfs mounting options.
– Filippos
Oct 1 at 19:18
Can you try disabling NFSv4 on the server side then? Something like RPCMOUNTDOPTS="--manage-gids --no-nfs-version 4" in /etc/default/nfs-kernel-server might do. Don't forget to reboot.
– Uli
Oct 2 at 20:30
add a comment
|
Sounds like the client mounts the share via NFSv4. Try mounting it via NFSv3. Option is vers=3.
The "client" is the Minix tvbox and it doesn't give any nfs mounting options.
– Filippos
Oct 1 at 19:18
Can you try disabling NFSv4 on the server side then? Something like RPCMOUNTDOPTS="--manage-gids --no-nfs-version 4" in /etc/default/nfs-kernel-server might do. Don't forget to reboot.
– Uli
Oct 2 at 20:30
add a comment
|
Sounds like the client mounts the share via NFSv4. Try mounting it via NFSv3. Option is vers=3.
Sounds like the client mounts the share via NFSv4. Try mounting it via NFSv3. Option is vers=3.
answered Oct 1 at 13:13
UliUli
2761 silver badge4 bronze badges
2761 silver badge4 bronze badges
The "client" is the Minix tvbox and it doesn't give any nfs mounting options.
– Filippos
Oct 1 at 19:18
Can you try disabling NFSv4 on the server side then? Something like RPCMOUNTDOPTS="--manage-gids --no-nfs-version 4" in /etc/default/nfs-kernel-server might do. Don't forget to reboot.
– Uli
Oct 2 at 20:30
add a comment
|
The "client" is the Minix tvbox and it doesn't give any nfs mounting options.
– Filippos
Oct 1 at 19:18
Can you try disabling NFSv4 on the server side then? Something like RPCMOUNTDOPTS="--manage-gids --no-nfs-version 4" in /etc/default/nfs-kernel-server might do. Don't forget to reboot.
– Uli
Oct 2 at 20:30
The "client" is the Minix tvbox and it doesn't give any nfs mounting options.
– Filippos
Oct 1 at 19:18
The "client" is the Minix tvbox and it doesn't give any nfs mounting options.
– Filippos
Oct 1 at 19:18
Can you try disabling NFSv4 on the server side then? Something like RPCMOUNTDOPTS="--manage-gids --no-nfs-version 4" in /etc/default/nfs-kernel-server might do. Don't forget to reboot.
– Uli
Oct 2 at 20:30
Can you try disabling NFSv4 on the server side then? Something like RPCMOUNTDOPTS="--manage-gids --no-nfs-version 4" in /etc/default/nfs-kernel-server might do. Don't forget to reboot.
– Uli
Oct 2 at 20:30
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177016%2fmount-from-fstab-always-mounts-as-root%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Maybe this link and links from it will help you.
– sudodus
Sep 27 at 9:13