On Tuesday, September 4, 2012 1:06:19 PM UTC+1, shredhead wrote:
yes, I flashed it. fsck does run on reboot though it shows clean on one screen in the gui and dirty in another.
Please clarify. A copy/paste or screen shot.
Remember that ext2 will always shows (by design?) as "dirty".
When you try to "check" md0 using Disk->Filesystem->FS Operations, doesn't a message appears saying "Couldn't unmount /dev/md0 for checking it, stop services first."? Than you have to stop services first.
So it's sort of a catch 22. If I want Alt-F to be on a mirror, then I can never fsck unless I reboot periodically. If I want to convert the file system of the mirrored partition I have to move Alt-F to another location.
For checking or converting, the filesystem can't be in use. I believe that if all services running from Alt-F installed packages are stopped, than you can check/convert filesystems -- I have done it just now on sda4, where my Alt-F packages directory is located. Of course no Alt-F package installed service was running.
If I wanted to move Alt-F, how would I even go about that? Is it just a matter of changing the symlink /Alt-F to point to the new location?
No.
If you really want to do that, again you have to be sure that no Alt-F package service is running, e.g
rcminidlna stop # in general, 'rc<service> stop', use 'rcall status' to see which are running
rcminidlna status # be sure! some services are slow to stop
Then, at the command line:
aufs.sh # to see its usage message
aufs.sh -l # shows where Alt-F packages are installed '/mnt/sda4/Alt-F' for me
aufs.sh -u # don't continue if any error is displayed!
mv /mnt/<current_Alt-F_FS_root>/Alt-F /mnt/<whatever_FS_root>/ # HAS to be a FS root!
rm /Alt-F
ln -s /mnt/<whatever_FS_root>/Alt-F /Alt-F
aufs.sh -m
Untested, you will void your warranty if you follow it :-)