Last night I tried to install FreeBSD for the first time, and everything went smoothly except for the network configuration. After some googling, I found that I need to use ndisgen(8) to install my ethernet drivers on my system. My system has two drives, one SSD and one HDD, and I've installed FreeBSD on the HDD as ada1 and windows on the SSD as ada0. I am trying to mount the Windows filesystem (NTFS) in the /mnt folder, so I can locate the .inf and .sys files needed for ndisgen(8), but when I do, it gives me an 'operation not supported by device' error. My question is, how can I properly mount the Windows filesystem, so I can use the .inf and .sys files and configure my network?