Greetings all,
I am struggling with my first desktop-based installation of FreeBSD; this is actually my first post from the install. Since my / and /usr are UFS-based, and I have misjudged the size for /usr
, I was wondering what could be done. Examining the
I noticed that there is a possibility to relocate the location of the ports tree
What would be the consequence of relocating the PORTSDIR elsewhere, e.g.,
or its own file-system?
Could I do similar trick/hack with the default locations of the target directories defined in
If so, what would be the practical steps? Should I just delete the existing directories and re-run cvsup and portsnap?
Thank you,
M
I am struggling with my first desktop-based installation of FreeBSD; this is actually my first post from the install. Since my / and /usr are UFS-based, and I have misjudged the size for /usr
Code:
Filesystem Size Used Avail Capacity Mounted on
/dev/label/rootfs 989M 493M 417M 54% /
devfs 1.0K 1.0K 0B 100% /dev
/dev/label/usr 4.8G 1.7G 2.8G 37% /usr
basefs 116G 18K 116G 0% /basefs
basefs/var 116G 54M 116G 0% /var
/dev/md0 496M 12K 456M 0% /tmp
Code:
/etc/portsnap.conf
Code:
PORTSDIR=/usr/ports
Code:
/home/ports
Could I do similar trick/hack with the default locations of the target directories defined in
Code:
/usr/share/examples/cvsup/standard-supfile
If so, what would be the practical steps? Should I just delete the existing directories and re-run cvsup and portsnap?
Thank you,
M