|
From: Kevin C. <kev...@us...> - 2003-06-02 14:08:44
|
On Monday 02 June 2003 07:26, Stian B. Barmen wrote: > >I now just saw that EVMSN has marked the ld Feature Object as Read Only > > and I cannot find anywhere an option to override this. Here is the page > > from evmsn: > > > >Actions Settings > >Help > > Feature Objects > > > > Name Size Dirty Active R/O > > Plug->in > > >-------------------------------------------------------------------------- > >- - > >------------------ > > ld 6.5 GB X > >DriveLink > > ld-missing_child_1 2.0 GB > >DriveLink > > > >This is probably why I cannot run fsck.reiserfs --rebuild-tree > > /dev/evms/ld on my disks. > > Anyone know how I can mark the Drive Link as RW again? Currently there is no command to do this. :( But, here is a patch you can apply to the DriveLink plugin that will prevent it from marking the object read-only. You'll just need to rebuilt and reinstall that one plugin. cd /usr/src/evms-2.0.1/plugins/drivelink/ patch -p0 < drivelink.c.patch make make install -- Kevin Corry kev...@us... http://evms.sourceforge.net/ |