Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by Los Angeles1
at 2024-08-07 12:30:24
Point:500 Replies:3 POST_ID:828709USER_ID:10
Topic:
Linux;;Unix Operating Systems
I am using RHEL 6.4 and can not get my mount command to work properly
mount -t nfs4 10.14.10.10:/archives/Users/xxx/xxxnulti /mnt/xxx
mount.nfs4: mounting 10.14.10.10:/archives/Users/xxx/xxxnulti failed, reason given by server: No such file or directory
I know th local file /mnt/xxx exists, but can not determine why the mount is failing.
I checked on the target, and the directly does exist
Any ideas ?
Thanks
mount -t nfs4 10.14.10.10:/archives/Users/xxx/xxxnulti /mnt/xxx
mount.nfs4: mounting 10.14.10.10:/archives/Users/xxx/xxxnulti failed, reason given by server: No such file or directory
I know th local file /mnt/xxx exists, but can not determine why the mount is failing.
I checked on the target, and the directly does exist
Any ideas ?
Thanks
Expert: omarfarid replied at 2024-08-07 13:09:02
As woolmilkporc mentioned, /mnt/xxx should be a directory not a file.
You may try to mount remote share on /mnt and see if you get same error.
You may try to mount remote share on /mnt and see if you get same error.
Accepted Solution
Expert: woolmilkporc replied at 2024-08-07 12:48:19
500 points EXCELLENT
/mnt/xxx should be a directory, not a file.
10.14.10.10 should be resolveable to a hostname, by means of /etc/hosts or the DNS.
The target directory must not only exist, it must be exported. Check on the NFS4 server, because showmount does not work here (unless the directory is additionally NFS3 exported)
10.14.10.10 should be resolveable to a hostname, by means of /etc/hosts or the DNS.
The target directory must not only exist, it must be exported. Check on the NFS4 server, because showmount does not work here (unless the directory is additionally NFS3 exported)
Expert: duncanb7 replied at 2024-08-07 12:37:51
Is it your system CentOS ? if so , please take a quick look to see it will help or not
https://www.digitalocean.com/community/articles/how-to-set-up-an-nfs-mount-on-centos-6
Duncan
https://www.digitalocean.com/community/articles/how-to-set-up-an-nfs-mount-on-centos-6
Duncan