On 2/13/19 4:50 AM, Bob Goodwin wrote:
On 02/12/19 23:39, Samuel Sieb wrote:
The kernel defaults to version 2 now, but if that's an old NAS, it
might still be using version 1. Try:
"mount -t cifs -o vers=1.0 //192.168.1.1/sdb1 /mnt/test"
.
Yes, that works. The equipment is not so old but
On 02/12/19 23:39, Samuel Sieb wrote:
The kernel defaults to version 2 now, but if that's an old NAS, it
might still be using version 1. Try:
"mount -t cifs -o vers=1.0 //192.168.1.1/sdb1 /mnt/test"
.
Yes, that works. The equipment is not so old but the Samba/cifs is from
the router progr
On 2/12/19 5:51 PM, Bob Goodwin wrote:
This works:
[root@Box83 bobg]# smbclient //192.168.1.1/sdb1
Enter SAMBA\bobg's password:
Try "help" to get a list of possible commands.
smb: \>
Did you try "ls"?
But I can't seem to find the right command to mount it:
[root@Box83 bobg]# mount.cifs //1
On 02/12/19 16:48, Samuel Sieb wrote:
On 2/12/19 1:37 PM, Bob Goodwin wrote:
The Man page says "smbclient - ftp-like client to access SMB/CIFS
resources on servers."
Can you suggest a comman do list files on "sda1" perhaps?
You looked at the man page, it has instructions.
Try "smbclient /
On 2/12/19 1:37 PM, Bob Goodwin wrote:
The Man page says "smbclient - ftp-like client to access SMB/CIFS
resources on servers."
Can you suggest a comman do list files on "sda1" perhaps?
You looked at the man page, it has instructions.
Try "smbclient //192.168.1.1/sda1".
You can also mount i
On 02/12/19 16:15, Cameron Simpson wrote:
Does "smbclient -L 192.168.1.1" work?
Once you can mount the SMB shared you should be able to cd around in
them from the terminal and do the usual stuff.
Cheers,
Cameron Simpson
__
I didn't see that in google,
On 12Feb2019 15:37, Bob Goodwin wrote:
I have a router connected NAS, via a USB port. it is a samba server
and works. There is a "send to" function that works for saving files
and it works well enough from various Apple devices but I would prefer
to be able to connect to it from a terminal and
I have a router connected NAS, via a USB port. it is a samba server and
works. There is a "send to" function that works for saving files and it
works well enough from various Apple devices but I would prefer to be
able to connect to it from a terminal and do thins like create
directories and ad