Hey! I have a newbie question.
I have a USB enclosure with a 1TB SATA 2.5" Spinning disk. I have followed this guide,
but I don't want the disk in fstab as it's detachable.
I have mounted the disk with
'mount /dev/da0 /media/da0'
which works as expected.
However, my users which is in groups wheel, operator and video and webcamd etc etc, cannot write to the disk. I can only write to the disk as root.
How should I be mounting this drive to make it writable for my user and not only as root?
Thanks!
I have a USB enclosure with a 1TB SATA 2.5" Spinning disk. I have followed this guide,
Chapter 20. Storage
This chapter covers the use of disks and storage media in FreeBSD. This includes SCSI and IDE disks, CD and DVD media, memory-backed disks, and USB storage devices.
docs.freebsd.org
but I don't want the disk in fstab as it's detachable.
I have mounted the disk with
'mount /dev/da0 /media/da0'
which works as expected.
However, my users which is in groups wheel, operator and video and webcamd etc etc, cannot write to the disk. I can only write to the disk as root.
How should I be mounting this drive to make it writable for my user and not only as root?
Thanks!