Japanese Linux engineer of Mr. Hanaguro (http://hanagurotanuki.blogspot.com/) supported me well and eventually I could mount NAS by NFS
He instructed as below.
# dnf install https://archives.fedoraproject.org/p...c25.x86_64.rpm
# dnf install https://archives.fedoraproject.org/p...c25.x86_64.rpm
# dnf install https://archives.fedoraproject.org/p...c25.x86_64.rpm
# dnf install https://archives.fedoraproject.org/p...c25.x86_64.rpm
# dnf install https://archives.fedoraproject.org/p...c25.x86_64.rpm
# dnf install https://archives.fedoraproject.org/p...c25.x86_64.rpm
# dnf install https://archives.fedoraproject.org/p...c24.x86_64.rpm
# dnf install https://archives.fedoraproject.org/p...c25.x86_64.rpm
# dnf install https://archives.fedoraproject.org/p...c25.x86_64.rpm
# dnf install https://archives.fedoraproject.org/p...c25.x86_64.rpm
# dnf install https://archives.fedoraproject.org/p...c25.x86_64.rpm
# dnf install https://archives.fedoraproject.org/p...c25.noarch.rpm
# dnf install https://archives.fedoraproject.org/p...c25.x86_64.rpm
# dnf install https://archives.fedoraproject.org/p...c25.x86_64.rpm
# dnf install https://archives.fedoraproject.org/p...c25.x86_64.rpm
# dnf install https://archives.fedoraproject.org/p...c25.x86_64.rpm
# vi /etc/fstab
# mount -a
Announcement
Collapse
No announcement yet.
VB2.5 cannot mount NAS even though VB2.4 could do
Collapse
X
-
I tried to download repo for fedora2.5 nfts-utils from web-site.
But, I do not know how to install nfs-utils.
How can I install VB2.5?
If someone knows, please help
=======================Trial ==================
[[email protected] ~]# wget https://archives.fedoraproject.org/p...4.fc25.src.rpm
--2022-07-30 19:46:17-- https://archives.fedoraproject.org/p...4.fc25.src.rpm
Resolving archives.fedoraproject.org... 38.145.60.22, 38.145.60.23, 38.145.60.24
Connecting to archives.fedoraproject.org|38.145.60.22|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 720217 (703K) [application/x-rpm]
Saving to: ânfs-utils-2.1.1-5.rc4.fc25.src.rpm.2â
nfs-utils-2.1.1-5.rc4.fc25.src.rpm.2 100%[================================================== ==========================>] 703.34K 655KB/s in 1.1s
2022-07-30 19:46:19 (655 KB/s) - ânfs-utils-2.1.1-5.rc4.fc25.src.rpm.2â saved [720217/720217]
[[email protected] ~]# dnf -y install nfs-utils
Failed to synchronize cache for repo 'archives.fedoraproject.org_pub_archive_fedora_lin ux_updates_25_SRPMS_Packages_n_nfs-utils-2.1.1-5.rc4.fc25.src.rpm', disabling.
Last metadata expiration check: 6:21:54 ago on Sat Jul 30 13:25:53 2022.
No package nfs-utils available.
Error: Unable to find a match.
[[email protected] ~]#
==================================================
Leave a comment:
-
Dear pclinux1,
Thank you for your suggestion.
I installed Plex. But, no effect.
=========================
Last login: Thu Jul 28 18:20:20 2022 from 192.168.1.9
[[email protected] ~]# mount -a
mount: wrong fs type, bad option, bad superblock on 192.168.1.50:/Multimedia/Music,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so.
[[email protected] ~]#
=================
Leave a comment:
-
You might install Plex on the vortexbox and let plex connect to the nas.
Leave a comment:
-
VB2.5 cannot mount NAS even though VB2.4 could do
Dear Sirs,
I have two identical PCs and 1pc of NAS.
I used VB2.4 which can mount NAS by either CIFS or NFS.
Last week, for another identical PC, I installed VB2.5, it works TIDAL & SPOTIFY.
But, VB2.5 can not mount NAS and generate error message.
The VB2.5 setting is the same as VB2.4 by vi etc/fstab. and see the error message.
============Both of NFS and CIFS can not nount NAS=============
1) CASE when NFS is enabled case.
# /etc/fstab
# Created by anaconda on Mon Sep 4 18:54:40 2017
192.168.1.50:/Multimedia/Music /music nfs rsize=130048,wsize=4096 0 0
#//192.168.1.50/Multimedia/Music /music cifs username=admin,password=2368ko,file_mode=0644,dir_ mode=0755,iocharset=utf8 0 0
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
1a) Result
[[email protected] ~]# mount -a
mount: wrong fs type, bad option, bad superblock on 192.168.1.50:/Multimedia/Music,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so.
[[email protected] ~]#
2)CASE when CIFS is enabled
# /etc/fstab
# Created by anaconda on Mon Sep 4 18:54:40 2017
#192.168.1.50:/Multimedia/Music /music nfs rsize=130048,wsize=4096 0 0
//192.168.1.50/Multimedia/Music /music cifs username=admin,password=2368ko,file_mode=0644,dir_ mode=0755,iocharset=utf8 0 0
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=ec6db90d-e339-4355-8ef3-477624fc0f13 / ext4 defaults 1 1
UUID=a74eccc1-f0ed-407a-a8bd-0dd3dbfb7b8f /boot ext4 defaults 1 2
UUID=936c2015-6ef1-4bec-9d16-872c00c8ed32 swap swap defaults 0 0
~
2a) Result
"/etc/fstab" 14L, 696C written
[[email protected] ~]# mount -a
mount: mount //192.168.1.50/Multimedia/Music on /music failed: Host is down
[[email protected] ~]#
============================================
How can I mount NAS by VB2.5??
Tags: None
Leave a comment: