Dont let the 'normal' fsck check a ext3cow partitions anymore since it thinks it fixes inodes but it will actually cause ext3cow to loose data .....
svn path=/nixos/trunk/; revision=9537
This commit is contained in:
parent
0ff3fc1882
commit
8881c10ca4
@ -46,7 +46,7 @@ script
|
|||||||
if echo \"$device\" | grep -q '^LABEL='; then isLabel=1; fi
|
if echo \"$device\" | grep -q '^LABEL='; then isLabel=1; fi
|
||||||
|
|
||||||
isPseudo=
|
isPseudo=
|
||||||
if test \"$fsType\" = \"nfs\"; then isPseudo=1; fi
|
if test \"$fsType\" = \"nfs\" || test \"$fsType\" = \"ext3cow\"; then isPseudo=1; fi
|
||||||
|
|
||||||
if ! test -n \"$isLabel\" -o -n \"$isPseudo\" -o -e \"$device\"; then
|
if ! test -n \"$isLabel\" -o -n \"$isPseudo\" -o -e \"$device\"; then
|
||||||
echo \"skipping $device, doesn't exist (yet)\"
|
echo \"skipping $device, doesn't exist (yet)\"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user