Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2020 14:51:02 -0400
From:      Aryeh Friedman <aryeh.friedman@gmail.com>
To:        Manish Jain <bourne.identity@hotmail.com>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: mounting a windows 10 drive
Message-ID:  <CAGBxaXnAcQL%2Bx7VeTk4F0=BJpgPBUccH=s8EiKFRsTYZNdp7Ew@mail.gmail.com>
In-Reply-To: <DB8PR06MB644265F295C915464052E688F6260@DB8PR06MB6442.eurprd06.prod.outlook.com>
References:  <CAGBxaXk8USw7xUPB3iOrKqEfi9m27Z5PaPfcNLaDPfGbPd7DbA@mail.gmail.com> <5e6835d9-c556-6059-feb4-f9195cfbab5f@hotmail.com> <DB8PR06MB644265F295C915464052E688F6260@DB8PR06MB6442.eurprd06.prod.outlook.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 9, 2020 at 2:47 PM Manish Jain <bourne.identity@hotmail.com>
wrote:

>
>
> On 2020-09-10 00:14, Manish Jain wrote:
> >
> >
> > On 2020-09-09 23:47, Aryeh Friedman wrote:
> >> I have just installed Windows 10 1903 on a new drive (UEFI),
> >> /dev/ada0, on
> >> the same machine I have FreeBSD 12.1pl9 on an older drive (MBR/BIOS),
> >> dev/ada1.   Both boot fine independently but I can't seem to figure
> >> out how
> >> to mount the windows "C:" drive in FreeBSD.   Both OS's where installed
> >> using automatic disk allocation.  I tried sysutils/fuse-ntfs to no
> avail.
> >> Ideas?
> >>
> >> Here is the gpart info on the drives:
> >>
> >> Geom name: ada0
> >> modified: false
> >> state: OK
> >> fwheads: 16
> >> fwsectors: 63
> >> last: 2000409230
> >> first: 34
> >> entries: 128
> >> scheme: GPT
> >> Providers:
> >> 1. Name: ada0p1
> >>     Mediasize: 554696704 (529M)
> >>     Sectorsize: 512
> >>     Stripesize: 0
> >>     Stripeoffset: 1048576
> >>     Mode: r0w0e0
> >>     efimedia:
> >> HD(1,GPT,73c6a8f0-5211-4bb4-a143-13c4d89949a4,0x800,0x108800)
> >>     rawuuid: 73c6a8f0-5211-4bb4-a143-13c4d89949a4
> >>     rawtype: de94bba4-06d1-4d40-a16a-bfd50179d6ac
> >>     label: Basic data partition
> >>     length: 554696704
> >>     offset: 1048576
> >>     type: ms-recovery
> >>     index: 1
> >>     end: 1085439
> >>     start: 2048
> >> 2. Name: ada0p2
> >>     Mediasize: 104857600 (100M)
> >>     Sectorsize: 512
> >>     Stripesize: 0
> >>     Stripeoffset: 555745280
> >>     Mode: r0w0e0
> >>     efimedia:
> >> HD(2,GPT,193621c7-305e-4a91-9b61-03dccc2d6892,0x109000,0x32000)
> >>     rawuuid: 193621c7-305e-4a91-9b61-03dccc2d6892
> >>     rawtype: c12a7328-f81f-11d2-ba4b-00a0c93ec93b
> >>     label: EFI system partition
> >>     length: 104857600
> >>     offset: 555745280
> >>     type: efi
> >>     index: 2
> >>     end: 1290239
> >>     start: 1085440
> >
> > Have you tried `mount -t msdosfs -o rw /dev/ada0p2 /mnt` ?
> >
> > Regards,
> > Manish Jain
>
> The other thing to try is :
>
> ntfs-3g /dev/ada0p3 /mnt
>
> I have taken 3 as an example. It could be anything greater than 0.
>

# mount -t msdosfs -o rw /dev/ada0p2 /mnt
# ls /mnt
EFI
# umount /mnt
# ntfs-3g /dev/ada0p3 /mnt
NTFS signature is missing.
Failed to mount '/dev/ada0p3': Invalid argument
The device '/dev/ada0p3' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?

-- 
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGBxaXnAcQL%2Bx7VeTk4F0=BJpgPBUccH=s8EiKFRsTYZNdp7Ew>