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
[root@vortexbox ~]# 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.
[root@vortexbox ~]#
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
[root@vortexbox ~]# mount -a
mount: mount //192.168.1.50/Multimedia/Music on /music failed: Host is down
[root@vortexbox ~]#
============================================
How can I mount NAS by VB2.5??
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
[root@vortexbox ~]# 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.
[root@vortexbox ~]#
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
[root@vortexbox ~]# mount -a
mount: mount //192.168.1.50/Multimedia/Music on /music failed: Host is down
[root@vortexbox ~]#
============================================
How can I mount NAS by VB2.5??
Comment