25 May
2008
25 May
'08
7:30 a.m.
Hi there, Is anyone else having problems with aufs and the new kernel (2.6.25.4-1, i686)? Here it is a bit of a disaster - I mount it and that was the end of the session, no message, complete system lock up, hard reset necessary. Here is my simple test script: ################## run as root #!/bin/sh mkdir -p aufsu mkdir -p tfs/system mkdir -p tfs/mods mount -t aufs -o br:tfs/mods=rw:tfs/system=ro aufs aufsu ##################