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

Re: wie zeitverzögert mounten?



Hallo,

Andreas von Heydwolff schreibt:

> Es braucht beim booten eine kleine Weile, bis mein externes
> USB-Laufwerk initialisiert ist. Währenddessen rauschen die
> mount-Befehle für die betreffenden /dev/sdx-Partitionen auf der
> Basis von fstab schon ungehört vorbei und machen bloß
> Fehlermeldungen.

--8<---------------cut here---------------start------------->8---
--- mountall.orig.sh	Thu Nov  1 10:05:41 2001
+++ mountall.sh	Sat Nov 29 10:27:06 2003
@@ -10,7 +10,7 @@
 # might want to mount "proc" several times, and mount -v complains
 # about this. So we mount "proc" filesystems without -v.
 #
-[ "$VERBOSE" != no ] && echo "Mounting local filesystems..."
+sleep 10 && [ "$VERBOSE" != "no" ] && echo "Mounting local filesystems..."
 mount -avt nonfs,nosmbfs,noncpfs,noproc
 mount -at proc
--8<---------------cut here---------------end--------------->8---

Hilft das weiter?

Gruss,

-- 
--Jhair

Public Key fingerprint:
81FF 3ADF BF6B CECB C593  4018 27AE D7D2 BAA6 00D0



Reply to: