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

Re: mount Problem



Sorry das war es nicht:

meine Befehle der /etc/fstab werden nicht umgesetzt nach/während des boots

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

# 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)

How can I do this procedure automatic ?
Why the machine  dont  use my command in /etc/fstab?

regards
Daniel






Werner Detter schrieb:

Danke... nein das wird fehlen!
Hi,
im Vanilla Kernel tuts die Option

CONFIG_NTFS_FS=y

willst du R/W Access noch die Option

CONFIG_NTFS_RW=y

Werner







Reply to: