<div dir="ltr">Hey Jay.<div><br></div><div>The entry I put up there was for in the fstab file. Then every startup, it mounts it automatically. For a standalone mount statement, I think the format is different.</div><div><br></div><div>I think you may want to use "sudo mount -t cifs //<a href="http://192.168.1.23/share" rel="noreferrer" target="_blank">192.168.1.23/share</a> /big_archive/polar"  and I think there is an option to select the remote user account, but I'm not sure what that is. It may prompt for the remote account.</div><div><br></div><div>Give that a try and see if that works for you.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jul 14, 2023 at 4:49 PM Jay Ridgley <<a href="mailto:jridgley2@austin.rr.com">jridgley2@austin.rr.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 7/14/23 14:00, Steve Grim wrote:<br>
> Hey Jay,<br>
><br>
> I also had issues setting up access to my Buffalo NAS, several months <br>
> ago. I ended up following this webpages:<br>
> <a href="https://askubuntu.com/questions/1268590/ubuntu-18-04-mounting-buffalo-linkstation-always-with-parse-error-in-fstab" rel="noreferrer" target="_blank">https://askubuntu.com/questions/1268590/ubuntu-18-04-mounting-buffalo-linkstation-always-with-parse-error-in-fstab</a><br>
<br>
<br>
<br>
> <a href="https://forums.buffalotech.com/index.php?topic=8975.0" rel="noreferrer" target="_blank">https://forums.buffalotech.com/index.php?topic=8975.0</a><br>
><br>
> I have mine set up to automount in the fstab file and it creates the <br>
> folder on my Linux desktop:<br>
> # <file system>  Â  Â  Â  Â <mount point> Â  Â  Â  Â  Â  Â  Â  <type> <option> <br>
> Â <dump>  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â <pass><br>
> //<a href="http://192.168.1.64/share" rel="noreferrer" target="_blank">192.168.1.64/share</a> <<a href="http://192.168.1.64/share" rel="noreferrer" target="_blank">http://192.168.1.64/share</a>> <br>
> /home/reaper/Desktop/Buffalo cifs <br>
> username=NASUser,password=NASPassword,uid=reaper, <br>
> file_mode=0644,vers=1.0 0 0<br>
> (My user account on this Linux system is reaper.)<br>
><br>
> I hope this helps.<br>
><br>
> Steven<br>
><br>
><br>
> On Fri, Jul 14, 2023 at 2:07 PM Jay Ridgley <<a href="mailto:jridgley2@austin.rr.com" target="_blank">jridgley2@austin.rr.com</a>> <br>
> wrote:<br>
><br>
>  Â  Â Good afternoon,<br>
><br>
>  Â  Â I have a newly installed LS210D<br>
><br>
>  Â  Â Â Â I am attempting to issue a mount command and have not been<br>
>  Â  Â successful...<br>
><br>
>  Â  Â The command I am using is:<br>
><br>
>  Â  Â sudo mount -t cifs //<a href="http://192.168.1.23" rel="noreferrer" target="_blank">192.168.1.23</a> <<a href="http://192.168.1.23" rel="noreferrer" target="_blank">http://192.168.1.23</a>> /big_archive<br>
><br>
>  Â  Â the IP above is that of the LS210D and /big_archive is the following<br>
>  Â  Â directory:<br>
><br>
>  Â  Â jay@polar:~$ ls -la /big_archive<br>
>  Â  Â total 8<br>
>  Â  Â drwxr-xr-x  2 root root 4096 May 15  2020  .<br>
>  Â  Â drwxr-xr-x 23 root root 4096 Jul 13 06:53  ..<br>
>  Â  Â -rw-r--r--  1 root root    0 May 15  2020 '**NOT_MOUNTED**'<br>
><br>
>  Â  Â which resides on my current system and has been used as a mount boint<br>
>  Â  Â for other NAS devices.<br>
><br>
>  Â  Â Would someone wh is currently using this device pleas share the mount<br>
>  Â  Â command that they use.<br>
><br>
>  Â  Â Thanks,<br>
><br>
>  Â  Â Jay<br>
><br>
><br>
>  Â  Â -- <br>
>  Â  Â Jay Ridgley<br>
>  Â  Â jridgley2 at <a href="http://austin.rr.com" rel="noreferrer" target="_blank">austin.rr.com</a> <<a href="http://austin.rr.com" rel="noreferrer" target="_blank">http://austin.rr.com</a>><br>
>  Â  Â Registered Linux User ID - 9115<br>
>  Â  Â <a href="https://linuxcounter.net/cert/9115.png" rel="noreferrer" target="_blank">https://linuxcounter.net/cert/9115.png</a><br>
>  Â  Â Registered Ubuntu User ID - 23320<br>
><br>
><br>
>  Â  Â -- <br>
>  Â  Â ubuntu-users mailing list<br>
>  Â  Â <a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
>  Â  Â Modify settings or unsubscribe at:<br>
>  Â  Â <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
><br>
><br>
Thanks Steven,<br>
<br>
This is the way I have set up a command line mount for testing:<br>
<br>
  #          Buffalo file system  mount point Â  Â  Â  type options  <br>
NOLOGIN required if guest is username<br>
<br>
sudo mount //<a href="http://192.168.1.23/share" rel="noreferrer" target="_blank">192.168.1.23/share</a> /big_archive/polar cifs <br>
username=guest,uid=jay,file_mode=0644,vers=1.0<br>
<br>
the system name is polar the user is me(jay)<br>
<br>
The response is mount: bad usage<br>
<br>
Try 'mount --help' for more information trying that seems useless.<br>
<br>
Does anything above pop out as a problem?<br>
<br>
Regards,<br>
<br>
Jay<br>
<br>
-- <br>
Jay Ridgley<br>
jridgley2 at <a href="http://austin.rr.com" rel="noreferrer" target="_blank">austin.rr.com</a><br>
Registered Linux User ID - 9115<br>
<a href="https://linuxcounter.net/cert/9115.png" rel="noreferrer" target="_blank">https://linuxcounter.net/cert/9115.png</a><br>
Registered Ubuntu User ID - 23320<br>
<br>
<br>
-- <br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</blockquote></div>