Setting up a Buffalo LS210D NAS
Bo Berglund
bo.berglund at gmail.com
Sun Jul 16 07:46:14 UTC 2023
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
--
Bo Berglund
Developer in Sweden
More information about the ubuntu-users
mailing list