I have a 300gb external HDD that I am trying to partition entirely for FreeBSD, then format with UFS filesystem. I am using newfs -j option to enable Soft Updates + Journal, but getting the warning message "Journal file fragmented" after the format is complete.
# gpart show /dev/da0
=>...
gitignore works fine with filename-only pattern, i.e. it ignores .sujournal correctly.
$HOME/.config/git/ignore
.sujournal
But when I set the full path, it doesn't ignore it, i.e. Git status complains:
$HOME/.config/git/ignore
/usr/src/.sujournal
My Git setting (Normal User):
$ git config...
Background:
On one of my PC, I keep /usr/src, /usr/ports and /usr/doc sources in separate freebsd-ufs partitions, on separate HDD/MBR.
This way, I can upgrade to the next snapshot (using ISO) -- both stable and current, and keep my Git clone-ed sources (same for CVS)
Problem:
But Git needs...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.