juju_le_barbare Vous fiez pas aux apparences ! | Bonjour, j'ai des problèmes avec l'automontage... Au demarrage automount ne dit pas 'no mountpoint defined' donc de ce côté ça va, mais observez ceci : Code :
- [root@totipotentes mnt]# mount
- /dev/hda2 on / type ext2 (rw)
- none on /proc type proc (rw)
- none on /dev/pts type devpts (rw,gid=5,mode=620)
- none on /dev/shm type tmpfs (rw)
- /dev/hda1 on /mnt/hda1 type vfat (rw)
- /dev/hda7 on /mnt/hda7 type vfat (rw)
- /dev/scd0 on /mnt/scd0 type iso9660 (ro)
- automount(pid788) on /mnt type autofs (rw,fd=5,pgrp=788,minproto=2,maxproto=3)
- [root@totipotentes mnt]# mount -a
- mount : le point de montage /mnt/fd0 n'existe pas.
- mount : le point de montage /mnt/hdc n'existe pas.
- [root@totipotentes mnt]# cd /mnt/hda7
- bash: cd: /mnt/hda7: Aucun fichier ou répertoire de ce type
- [root@totipotentes mnt]#
| Donc on dirait qu'il monte mes disque mais j'y ait pas acces. Voilà mon fichier '/etc/fstab' : Code :
- LABEL=/ / ext2 defaults 1 1
- none /dev/pts devpts gid=5,mode=620 0 0
- none /proc proc defaults 0 0
- none /dev/shm tmpfs defaults 0 0
- /dev/hda6 swap swap defaults 0 0
- /dev/fd0 /mnt/fd0 auto rw,user,exec,dev,suid 0 0
- /dev/hda1 /mnt/hda1 vfat rw,user,exec,dev,suid 0 0
- /dev/hda7 /mnt/hda7 vfat rw,user,exec,dev,suid 0 0
- /dev/hdc /mnt/hdc iso9660 ro,kudzu,user,exec,dev,suid 0 0
- /dev/scd0 /mnt/scd0 iso9660 ro,kudzu,user,exec,dev,suid 0 0
| mon fichier '/etc/auto.misc' Code :
- # $Id: auto.misc,v 1.2 1997/10/06 21:52:04 hpa Exp $
- # This is an automounter map and it has the following format
- # key [ -mount-options-separated-by-comma ] location
- # Details may be found in the autofs(5) manpage
- # the following entries are samples to pique your imagination
- #linux -ro,soft,intr ftp.example.org:/pub/linux
- #boot -fstype=ext2 :/dev/hda1
- #floppy -fstype=auto :/dev/fd0
- #floppy -fstype=ext2 :/dev/fd0
- #e2floppy -fstype=ext2 :/dev/fd0
- #jaz -fstype=ext2 :/dev/sdc1
- #removable -fstype=ext2 :/dev/hdd
- fd0 -fstype=auto,rw,user,exec,dev,suid :/dev/fd0
- hda1 -fstype=vfat,rw,user,exec,dev,suid :/dev/hda1
- hda7 -fstype=vfat,rw,user,exec,dev,suid :/dev/hda7
- hdc -fstype=iso9660,ro,kudzu,user,exec,dev,suid :/dev/hdc
- scd0 -fstype=iso9660,ro,kudzu,user,exec,dev,suid :/dev/scd0
| et '/etc/auto.master' Code :
- # $Id: auto.master,v 1.2 1997/10/06 21:52:03 hpa Exp $
- # Sample auto.master file
- # Format of this file:
- # mountpoint map options
- # For details of the format look at autofs(8).
- # /misc /etc/auto.misc --timeout=60
- /mnt /etc/auto.misc --timeout=8
| A votre avis qu'est-ce qui ne va pas ? Merci, @++ |