Marcos Lopez wrote:
> I am attempting to get my system to run RAID 1 for /, /usr, /var, /home
> 
> I have moved over all except for / and it works fine.  
> 
> After reading the howto "Root file system on RAID. by - Jakob
> OEstergaard" I have decided to take the first approach, unfortunately I
> can not umount \boot.  even after performing a umount -f \boot.  I also
> performed a lsof | grep /boot to see what was being used and it returned
> the following.
> syslogd   378   root    5w   REG        9,1    8548   192396
> /var/log/boot.log
> klogd     389   root    2r   REG        8,1  191102       12
> /boot/System.map-2.2.12-20
> 
> Is it safe to kill these?

Better add

        cd /

to the rc script that starts them so they don't block /boot.

Regards,

        Joey

-- 
Never trust an operating system you don't have source for!

Please always Cc to me when replying to me on the lists.

Reply via email to