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 1738764257
Files are bags of bytes.
Home
Notebook
Contact us