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 19:20:24
Message-Id: d44c918d-4d5c-61d0-3fc6-38522937b27d@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:05 PM, thelma@×××××××××××.com wrote:
2 > mount: /home/joseph/win10: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program.
3
4 That should be:
5 mount -t cifs -o user=OP2 //10.0.0.119 /home/thelma/win10
6 mount: /home/thelma/win10: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program.
7
8 The above command works for my Windows 7 but not for Windows 10

Replies

Subject Author
Re: [gentoo-user] mounting windows 10 partition on linux thelma@×××××××××××.com