Andreas Dilger wrote: > > On Feb 27, 2002 14:41 -0500, Toby Bluhm wrote: > > Ahh . . there is something when I've tried the mount: > > > > EXT3-fs: External journal has more than one user (unsupported) - 2 > > EXT3-fs: External journal has more than one user (unsupported) - 2 > > Looks like you created the ext3 filesystem twice with the same journal > device. There may be a way to remove these journal users with tune2fs > (too lazy to check), but you can just re-create the journal device and > the filesystem again. If you have data on the filesystem, you can run > "tune2fs -f -O^has_journal <dev>" and then "tune2fs -J device=<foo> <dev>" > to add it to the journal device again. > Fabulous, that did it - thanks much. -- toby