mounting a windows 10 drive

Ireneusz Pluta/wp.pl ipluta at wp.pl
Wed Sep 9 19:11:28 UTC 2020


W dniu 2020-09-09 o 20:50, Aryeh Friedman pisze:
>
>     did you try:
>
>     mount -t ntfs-3g /dev/ada0p4 /mnt
>
>     ?
>
>
> # mount -t ntfs-3g /dev/ada0p4 /mnt
> mount: /dev/ada0p4: Operation not supported by device
> # ntfs-3g /dev/ada0p4 /mnt
> fuse: failed to open fuse device: No such file or directory
>
you may need to:

$ kldload fuse

prior to mount attempt ...



More information about the freebsd-questions mailing list