Setting up a Buffalo LS210D NAS
Jay Ridgley
jridgley2 at austin.rr.com
Sun Jul 16 19:51:30 UTC 2023
On 7/16/23 02:46, Bo Berglund wrote:
> On Fri, 14 Jul 2023 13:06:59 -0500, Jay Ridgley <jridgley2 at austin.rr.com> wrote:
>
>> The command I am using is:
>>
>> sudo mount -t cifs //192.168.1.23 /big_archive
>>
>> the IP above is that of the LS210D and /big_archive is the following
>> directory:
>>
>> jay at polar:~$ ls -la /big_archive
>> total 8
>> drwxr-xr-x 2 root root 4096 May 15 2020 .
>> drwxr-xr-x 23 root root 4096 Jul 13 06:53 ..
>> -rw-r--r-- 1 root root 0 May 15 2020 '**NOT_MOUNTED**'
>>
> Seems like you are using a samba share on the NAS from an ubuntu client, right?
> Since you are on Linux, why use samba (windows style) when NFS is so much
> simpler to use?
>
> This is how I connect an NFS share on my Synology NAS inside /etc/fstab:
>
> 192.168.129.178:/volume1/VIDEO /mnt/nas nfs tcp,noexec,intr 0 0
>
>
Thanks Bo,
I may be messing with something I am totally unfamiliar with here...
The D210 comes with a folder named share, I was not aware of it being a
Samba share, so i created a new folder named D210.
The D210 uses XFS as the file system, is that a problem with NFS?
I placed the following line in my /etc/fstab:
192.168.1.23:/D210 /big_archive nfs tcp,noexec,intr 0 0
when I issue the mount command the return message is "mount.nfs
Connection refused"
What am I missing here?
Regards,
Jay
--
Jay Ridgley
jridgley2 at austin.rr.com
Registered Linux User ID - 9115
https://linuxcounter.net/cert/9115.png
Registered Ubuntu User ID - 23320
More information about the ubuntu-users
mailing list