Re: [gentoo-user] mounting windows 10 partition on linux

2018-12-04 Thread thelma
On 12/04/2018 12:20 PM, the...@sys-concept.com wrote: > On 12/04/2018 12:05 PM, the...@sys-concept.com wrote: >> mount: /home/joseph/win10: bad option; for several filesystems (e.g. nfs, >> cifs) you might need a /sbin/mount. helper program. > > That should be: > mount -t cifs -o user=OP2 //10.0.

Re: [gentoo-user] mounting windows 10 partition on linux

2018-12-04 Thread thelma
On 12/04/2018 12:11 PM, Neil Bothwick wrote: > On Tue, 4 Dec 2018 12:05:49 -0700, the...@sys-concept.com wrote: > >> When I try to mount it: >> mount -t cifs -o user=OP2 //10.0.0.119 /home/thelma/win10 >> mount: /home/joseph/win10: bad option; for several filesystems (e.g. >> nfs, cifs) you might

Re: [gentoo-user] mounting windows 10 partition on linux

2018-12-04 Thread thelma
On 12/04/2018 12:05 PM, the...@sys-concept.com wrote: > mount: /home/joseph/win10: bad option; for several filesystems (e.g. nfs, > cifs) you might need a /sbin/mount. helper program. That should be: mount -t cifs -o user=OP2 //10.0.0.119 /home/thelma/win10 mount: /home/thelma/win10: bad option;

Re: [gentoo-user] mounting windows 10 partition on linux

2018-12-04 Thread Neil Bothwick
On Tue, 4 Dec 2018 12:05:49 -0700, the...@sys-concept.com wrote: > When I try to mount it: > mount -t cifs -o user=OP2 //10.0.0.119 /home/thelma/win10 > mount: /home/joseph/win10: bad option; for several filesystems (e.g. > nfs, cifs) you might need a /sbin/mount. helper program. Do you have /sbi

Re: [gentoo-user] mounting windows 10 partition on linux

2018-12-04 Thread thelma
On 12/04/2018 11:26 AM, Andrew Udvare wrote: > On 04/12/2018 13:16, the...@sys-concept.com wrote: >> I'm trying to mount windows 10 shared folder on Gentoo home folder but >> I'm getting an error from "smbclinet" > > smbclient does not mount. It just connects a CLI client to the server > (see the

Re: [gentoo-user] mounting windows 10 partition on linux

2018-12-04 Thread Andrew Udvare
On 04/12/2018 13:16, the...@sys-concept.com wrote: > I'm trying to mount windows 10 shared folder on Gentoo home folder but > I'm getting an error from "smbclinet" smbclient does not mount. It just connects a CLI client to the server (see the manpage). The -L argument is for the NetBIOS name alone

[gentoo-user] mounting windows 10 partition on linux

2018-12-04 Thread thelma
I'm trying to mount windows 10 shared folder on Gentoo home folder but I'm getting an error from "smbclinet" smbclient –L //10.0.0.119 –U OP2 –L: Not enough '\' characters in service I've tried: mbclient –L //10.0.0.119 –U OP2 smbclient –L //10.0.0.119/backup –U OP2 smbclient –L 10.0.0.119\\b