I have 2 partitions - /dev/raid/r0p2 and /dev/raid/r0p3 mounted as / and /usr
I would like to move the /usr folder back to the / partition - everything but the /usr/opt/ folder.
After doing so, I would like to change the mount point on /dev/raid/r0p3 from /usr to /usr/opt so that folder will continue to be read and write on the /dev/raid/r0p3 partition.
Is this possible?
Code:
Filesystem Size Used Avail Capacity Mounted on
/dev/raid/r0p2 48G 1.2G 43G 3% /
devfs 1.0K 0B 1.0K 0% /dev
/dev/raid/r0p1 260M 1.3M 259M 1% /boot/efi
/dev/raid/r0p3 174G 12G 148G 7% /usr
I would like to move the /usr folder back to the / partition - everything but the /usr/opt/ folder.
After doing so, I would like to change the mount point on /dev/raid/r0p3 from /usr to /usr/opt so that folder will continue to be read and write on the /dev/raid/r0p3 partition.
Is this possible?