Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: "gentoo-user@lists.gentoo.org >> Gentoo mailing list" <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] mounting windows 10 partition on linux
Date: Tue, 04 Dec 2018 22:30:08
Message-Id: ac0dfcf5-e06d-1e36-c948-dda456c4eeb0@sys-concept.com
In Reply to: Re: [gentoo-user] mounting windows 10 partition on linux by thelma@sys-concept.com
1 On 12/04/2018 12:20 PM, thelma@×××××××××××.com wrote:
2 > On 12/04/2018 12:05 PM, thelma@×××××××××××.com wrote:
3 >> mount: /home/joseph/win10: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program.
4 >
5 > That should be:
6 > mount -t cifs -o user=OP2 //10.0.0.119 /home/thelma/win10
7 > mount: /home/thelma/win10: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program.
8 >
9 > The above command works for my Windows 7 but not for Windows 10
10
11 mount -t cifs //10.0.0.119/backup /home/thelma/win10 -o username=OP2,password=op2,vers=1.0
12 mount error(112): Host is down
13
14 mount -t cifs //10.0.0.119/backup /home/thelma/win10 -o username=OP2,password=op2,vers=3.0
15 mount error(22): Invalid argument
16
17 Same error is for "vers=2.0