Good morning everyone, I need help with mounting a USB stick.
Initial situation: USB stick with 128GB, empty, to be used as a backup device (e.g. .config files)
mount /dev/da0p1 ~/stick always results in operation not permitted and is only available with doas.
What has already been tried from the research:
sysctl.conf:
boot/loader.conf:
/etc/fstab
/etc/devs.conf:
/etc/group
Initial situation: USB stick with 128GB, empty, to be used as a backup device (e.g. .config files)
mount /dev/da0p1 ~/stick always results in operation not permitted and is only available with doas.
What has already been tried from the research:
Code:
gpart destroy -F /dev/da0
gpart create -s gpt /dev/da0
gpart add -t freebsd-ufs /dev/da0
newfs /dev/da0p1
mount /dev/da0p1 ~/stick
Code:
vfs.usermount=1
Code:
vfs.usermount=1
Code:
/dev/da0p1 /home/user/stick udf ro,noauto 0 0
Code:
own /dev/da0 root:operator
perm /dev/da0 0664
Code:
operator:*:5:root,user
Last edited by a moderator: