Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
/dev/ad0s1 /mnt/windows ntfs ro 0 0
HHunt said:Yes, you can.
The relevant file is /etc/fstab, and a line like this should work:
Code:/dev/ad0s1 /mnt/windows ntfs ro 0 0
If it's FAT, use "msdosfs" instead of "ntfs". FAT will also support "rw" instead of "ro". (Read/Write vs ReadOnly.)