> Will this work: > > 1. boot off the old disk (/dev/sdE0/plan9) > 2. disk/prep /dev/sdE1/plan9 > - delete swap and fossil > - create a new fossil at the same offset as the old one but bigger > - write changes > 3. mount /dev/sdE1/fossil > > I am trying to find a way to resize /dev/sdE1/fossil without losing > the existing data on it.
It will not work because you will need to run fossil/flfmt to enlarge the Fossil file system but you will lose your data. Venti can easily be resized, but I don't know any way to resize Fossil, thought it may be possible. -- David du Colombier
