Re: UFS fragments

2016-07-13 Thread Michael van Elst
swiftgri...@gmail.com (Swift Griggs) writes: >I've been studying ffs_alloc.c in the kernel source. I was trying to >understand how the logical block allocation in UFS works. I never actually >knew about "fragments". I get why they are there, but I have some >questions if anyone has time: >*

UFS fragments

2016-07-12 Thread Swift Griggs
I've been studying ffs_alloc.c in the kernel source. I was trying to understand how the logical block allocation in UFS works. I never actually knew about "fragments". I get why they are there, but I have some questions if anyone has time: * I notice that fragments can be re-allocated. Could