INTRO:
New to FreeBSD.
I have installed FreeBSD using the UFS file system, and with separate ROOT "/" and HOME "/home" partitions.
I triple boot on this PC, with Arch Linux, Linux Mint and FreeBSD.
My PC has 3 (three) NVMe drives.
The first NVMe is used for OS (ROOT) and EFI (Boot) files for Linux, the second used for HOME user files and SWAP for Linux.
The third NVMe drive is used solely for FreeBSD, partitioned as shown in the picture attached to this post.
MY PROBLEM:
I want to be able to mount my FreeBSD UFS type partitions in Linux with read/write permissions.
This will allow me to access, modify and add files from and to either Linux OS onto my FreeBSD partitions.
So far I was only able to mount them as read only, with:
Inside the mount directory, both a ".snap" directory and a ".sujournal" file are present. See attached picture.
Also, I cannot change the partition permissions the way you usually do in Linux, via
Please help. Thanks.
New to FreeBSD.
I have installed FreeBSD using the UFS file system, and with separate ROOT "/" and HOME "/home" partitions.
I triple boot on this PC, with Arch Linux, Linux Mint and FreeBSD.
My PC has 3 (three) NVMe drives.
The first NVMe is used for OS (ROOT) and EFI (Boot) files for Linux, the second used for HOME user files and SWAP for Linux.
The third NVMe drive is used solely for FreeBSD, partitioned as shown in the picture attached to this post.
MY PROBLEM:
I want to be able to mount my FreeBSD UFS type partitions in Linux with read/write permissions.
This will allow me to access, modify and add files from and to either Linux OS onto my FreeBSD partitions.
So far I was only able to mount them as read only, with:
sudo modprobe ufs
mkdir ~/ufs_mount
sudo mount -r -t ufs -o ufstype=ufs2 /dev/nvme2n1p3 /home/<USER-NAME>/ufs_mount
Inside the mount directory, both a ".snap" directory and a ".sujournal" file are present. See attached picture.
Also, I cannot change the partition permissions the way you usually do in Linux, via
chmod
command.Please help. Thanks.