BMOTheKiller | ça commence à me saouler là, pour une fois que je veux utiliser automount, ça passe pas
bref, il cherche /mnt/cdrom/.directory et ne le trouve pas, normal y en a pas, avant de le supprimer j'en avait un, mais c'était juste l'icône unmout, avec c'est le même problème, donc il cherche sur le cd
sinon voici ma conf :
Code :
- /etc/auto.master :
- # $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/cdrom /etc/auto.cdrom --timeout 5
- /mnt/dvd /etc/auto.dvd --timeout 5
|
Code :
- /etc/auto.cdrom :
- # $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
- /dev/cdrom -fstype=iso9660,ro,sync :/dev/cdrom
|
(cdrom est un lien symbolique sur scd0)
Code :
- /etc/auto.dvd :
- # $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
- /dev/dvd -fstype=iso9660,ro,sync :/dev/dvd
|
(dvd est un lien symbolique sur hdc)
Code :
- /etc/fstab :
- LABEL=/ / ext3 defaults 1 1
- LABEL=/boot /boot ext3 defaults 1 2
- none /dev/pts devpts gid=5,mode=620 0 0
- none /proc proc defaults 0 0
- none /dev/shm tmpfs defaults 0 0
- /dev/hda5 /home ext3 defaults 1 2
- /dev/hda6 swap swap defaults 0 0
- /dev/hda7 /bmo ext3 defaults 0 0
- /dev/hdb5 /mnt/stockage2 vfat user,exec 1 0
- /dev/hdb6 /mnt/stockage3 vfat user,exec 1 0
- /dev/hde5 /mnt/stockage4 ext3 defaults 1 0
- /dev/hde6 /mnt/stockage5 vfat defaults 1 0
- /dev/hde7 /mnt/stockage6 vfat defaults 1 0
- /dev/hdf5 /mnt/stockage7 vfat defaults 1 0
- /dev/hdf6 /mnt/stockage8 vfat defaults 1 0
- /dev/hdf7 /mnt/stockage9 vfat defaults 1 0
- /dev/hdf8 /mnt/stockageA vfat defaults 1 0
- /dev/hdg1 /mnt/win2000 ntfs ro,user,exec 1 0
- /dev/hdg5 /mnt/stockage1 vfat user,exec 1 0
- /dev/cdrom /mnt/cdrom iso9660 auto
- /dev/dvd /mnt/dvd iso9660 auto
|
merci |