[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-knoppix] hda1 not listed in mount, df, etc



Hi Dave,

On Thu, Feb 13, 2003 at 04:05:40 -0700, Dave Price wrote:

> I have noticed that hda1 (my boot and / partition) does not show up in
> the output of "mount" and "df" (perhaps others? but these I consider
> important)
> 
> Is there a reason for this?  Can the behavior be modified?

Yes. The /etc/init.d/checkroot.sh is buggy in Knoppix versions before
3.1 2003-01-20.

As a quick workaround, do the following:

(log in as root)

cd /etc/init.d

cat <<EOF >syncmtab
#!/bin/sh
cat /proc/mounts > /etc/mtab
exit 0
EOF

chmod 755 syncmtab

cd /etc/rc5.d
ln -s ../init.d/syncmtab S10syncmtab

bye,
  Chris
-- 
Christian Perle                                   perle@itm.tu-clausthal.de
Grunaer Str. 31                      http://www.itm.tu-clausthal.de/~perle/
01069 Dresden                   LinuxGuitarKitesBicyclesBeerPizzaRaytracing
_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: