
Zitat von
benne
kannst du den Mount-Befehl nicht einfach als Start-Skript anlegen, das bei jedem Systemstart ausgeführt wird (natürlich nach dem Aufbau der Netzwerkverbindung)?
Ich hatte das mount-Konzept von Linux so verstanden, als dass Linux mit Ausführung des Mount-Befehls diesen automatisch in eine Datei schreibt, die nach einem Systemstart automatisch gelesen wird und die angezeigt werden kann mit
Code:
maflnx:/mnt# mount
/dev/sda3 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
/dev/sr0 on /media/cdrom0 type iso9660 (ro,noexec,nosuid,nodev,user=mfunke)
//192.168.178.1/WDCWD10-EADS-00L5B1-01 on /mnt/wd type cifs (rw,mand)
maflnx:/mnt#
Liege ich da falsch? Ansonsten: Wie bastel ich mir ein Startscript, dass automatisch gestartet wird bei dem Systemstart?
Gruß,
Martin.
Lesezeichen