Setting up a Buffalo LS210D NAS
Jay Ridgley
jridgley2 at austin.rr.com
Fri Jul 14 20:49:50 UTC 2023
On 7/14/23 14:00, Steve Grim wrote:
> Hey Jay,
>
> I also had issues setting up access to my Buffalo NAS, several months
> ago. I ended up following this webpages:
> https://askubuntu.com/questions/1268590/ubuntu-18-04-mounting-buffalo-linkstation-always-with-parse-error-in-fstab
> https://forums.buffalotech.com/index.php?topic=8975.0
>
> I have mine set up to automount in the fstab file and it creates the
> folder on my Linux desktop:
> # <file system> <mount point> <type> <option>
> <dump> <pass>
> //192.168.1.64/share <http://192.168.1.64/share>
> /home/reaper/Desktop/Buffalo cifs
> username=NASUser,password=NASPassword,uid=reaper,
> file_mode=0644,vers=1.0 0 0
> (My user account on this Linux system is reaper.)
>
> I hope this helps.
>
> Steven
>
>
> On Fri, Jul 14, 2023 at 2:07 PM Jay Ridgley <jridgley2 at austin.rr.com>
> wrote:
>
> Good afternoon,
>
> I have a newly installed LS210D
>
> I am attempting to issue a mount command and have not been
> successful...
>
> The command I am using is:
>
> sudo mount -t cifs //192.168.1.23 <http://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**'
>
> which resides on my current system and has been used as a mount boint
> for other NAS devices.
>
> Would someone wh is currently using this device pleas share the mount
> command that they use.
>
> Thanks,
>
> Jay
>
>
> --
> Jay Ridgley
> jridgley2 at austin.rr.com <http://austin.rr.com>
> Registered Linux User ID - 9115
> https://linuxcounter.net/cert/9115.png
> Registered Ubuntu User ID - 23320
>
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
>
Thanks Steven,
This is the way I have set up a command line mount for testing:
# Buffalo file system mount point type options
NOLOGIN required if guest is username
sudo mount //192.168.1.23/share /big_archive/polar cifs
username=guest,uid=jay,file_mode=0644,vers=1.0
the system name is polar the user is me(jay)
The response is mount: bad usage
Try 'mount --help' for more information trying that seems useless.
Does anything above pop out as a problem?
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