Skip to navigation
Mount an ext2fs drive with freebsd
28.06.24
# Manually Mount ``` mount -t ext2fs /dev/da1 /mnt/vol1 ``` # Manually Unmount ``` umount /dev/da1 ``` # Automatically Mount via /etc/fstab ``` /dev/da1 /mnt/vol1 ext2fs rw 0 0 ```
https://daemonforums.org/showthread.php?t=1633
Reply
Anonymous
Information Epoch 1732362896
Favor apps that have universal interfaces.
Home
Notebook
Contact us