Hi Justus,
thanks for replying.
Justus Winter wrote:
/proc/mounts
/etc/mtab
/var/run/mtab
my /proc is empty.
That is bad. Please confirm that your /proc node has a passive
translator record:
% showtrans /proc
/hurd/procfs -c
it is unset, showtrans returns nothing.
Can I set it with settrans? how, exactly?
/etc/mtab is a file, /var/run is a symlink to /run but it is empty, no
mtab file.
/etc/mtab should be a link to either /run/mtab (that is what the
Debian init scripts create) or /proc/mounts (that's what Hurds
runsystem does instead).
That your /run is empty is troubling...
perhaps it all starts that /proc is incorrect.
Riccardo