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

Re: mount Problem



Hallo Daniel Kämtner, hallo auch an alle anderen

Am Mittwoch, 30. November 2005 14:07 schrieb Daniel Kämtner:
> Sorry das war es nicht:
>
> meine Befehle der /etc/fstab werden nicht umgesetzt nach/während des
> boots

Kann es sein, dass zu dem Zeitpunkt noch nicht das Modul für vfat 
geladen ist?

> Hier das Protokoll:
> 1. MOUNT
> guest-189:/home/ason# mount
>
> /dev/hda7 on / type reiserfs (rw,notail)
> proc on /proc type proc (rw)
> sysfs on /sys type sysfs (rw)
> devpts on /dev/pts type devpts (rw,gid=5,mode=620)
> tmpfs on /dev/shm type tmpfs (rw)
> usbfs on /proc/bus/usb type usbfs (rw)
> tmpfs on /dev type tmpfs (rw,size=10M,mode=0755)
>
> 2. LOOK INTO KERNEL.CONF
> guest-189:/home/ason# grep "NTFS_" /boot/config-2.6.14-2-686
>
> CONFIG_NTFS_FS=m
> # CONFIG_NTFS_DEBUG is not set
> CONFIG_NTFS_RW=y
>
> 3. LOOK INTO FSTAB
> guest-189:/home/ason# cat /etc/fstab
> # /etc/fstab: static file system information.
> #
> # <file system> <mount point>   <type>  <options>       <dump> 
> <pass> proc            /proc           proc    defaults        0     
>  0 /dev/hda7       /               reiserfs notail          0       1
> /dev/hda6       none            swap    sw              0       0
> /dev/hdc        /media/cdrom0   iso9660 ro,user,noauto  0       0
>
> #importent partition i will see
> /dev/hda2       /windows/c      vfat    defauls         0       0
> /dev/hda5       /windows/e      vfat    defauls         0       0

Dann brauchst du kein NTFS. Das ist ja FAT.

> # noauto = nicht mit boot mounten & umask=022 nur Leserechte statt
> defauls
>
> 4. MOUNT VON HAND
> guest-189:/home/ason# mount /dev/hda2 /windows/c/
> guest-189:/home/ason# mount /dev/hda5 /windows/e/
> guest-189:/home/ason# mount
> /dev/hda7 on / type reiserfs (rw,notail)
> proc on /proc type proc (rw)
> sysfs on /sys type sysfs (rw)
> devpts on /dev/pts type devpts (rw,gid=5,mode=620)
> tmpfs on /dev/shm type tmpfs (rw)
> usbfs on /proc/bus/usb type usbfs (rw)
> tmpfs on /dev type tmpfs (rw,size=10M,mode=0755)
>
> #here there are
> /dev/hda2 on /windows/c type vfat (rw)
> /dev/hda5 on /windows/e type vfat (rw)

Tja, jetzt ist wahrscheinlich das Modul geladen.

Wiederhole den Mountbefehl einfach noch einmal nach dem Laden der Module 
beim Booten (in den rc eintragen).

-- 
Gruß
                MaxX

Bitte beachten: Diese Mailadresse nimmt nur Listenmails entgegen.
Für PM bitte den Empfänger gegen den Namen in der Sig tauschen.



Reply to: