nfs /etc/fstab wird beim Start nicht gemountet: ubuntu / xbmc

nfs /etc/fstab wird beim Start nicht gemountet: ubuntu / xbmc

Ich habe eine NFS-Freigabe, die ich beim Start in Ubuntu / XBMC automatisch mounten möchte

Ich habe folgendes in/etc/fstab

nas:/mnt/raid /mnt/raid nfs noauto,rw,async

Beim Start erfolgt die Bereitstellung nicht automatisch.

Wenn ich einen manuellen mountBefehl ausgebe, funktioniert es:

$ sudo mount -o noauto,rw,async -t nfs nas:/mnt/raid /mnt/raid

Wie kann ich erreichen, dass diese Bereitstellung beim Start automatisch erfolgt?

Die Suche nach Fehlern in /var/log/messagesbringt nicht viel, sagt aber etwas übernodiskmount:

Kernel command line: \
    BOOT_IMAGE=/boot/vmlinuz-2.6.32-29-generic \
    root=UUID=e575a39a-09d9-4747-befa-466c7aae64d1 \
    ro quiet splash \
    xbmc=autostart,nodiskmount \                       <-- THIS LINE
    loglevel=0 \
    video=vesafb

Könnte das das Problem sein? Gibt es eine Möglichkeit, es zu deaktivieren nodiskmount?

Ich verwende dieXBMCFreak LiveCD 10ausXBMCFreak.nlwelches basiert aufUbuntu lucid lynx

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 10.04.2 LTS - XBMCLive
Release:    10.04
Codename:   lucid

Antwort1

Versuchen Sie, in „ noauto“ in „ auto“ zu ändern /etc/fstab.

verwandte Informationen