mounting a windows 10 drive

Manish Jain bourne.identity at hotmail.com
Wed Sep 9 18:59:25 UTC 2020



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


More information about the freebsd-questions mailing list