View previous topic :: View next topic |
Author |
Message |
jeurigol Tux's lil' helper
Joined: 13 Jun 2003 Posts: 124
|
Posted: Tue Aug 26, 2003 10:26 am Post subject: [FSTAB] Y a pas moyen de monter tous mes disques au ...(res) |
|
|
J'arrive pas à monter mes partitions au demarrage,, je suis obligé de les monter à la main pour pouvoir écouter mes mp3 c'est un peu lourd.
Voila mon fstab :
Code: |
> cat /etc/fstab
# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.10 2002/11/18 19:39:22 azarah Exp $
#
# noatime turns of atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda2 /boot ext2 noauto,noatime 1 1
/dev/hda3 / reiserfs noatime 0 0
/dev/hda5 none swap sw 0 0
/dev/hda1 /mnt/windows ntfs 0 0
/dev/hda6 /mnt/share vfat 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
proc /proc proc defaults 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink). Adding the following
# line to /etc/fstab should take care of this:
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will use almost no
# memory if not populated with files)
tmpfs /dev/shm tmpfs defaults 0 0
|
J'obtiens toujours "some file system failed to mount" au boot.
Si quelqu'un peu m'aider....
Last edited by jeurigol on Tue Aug 26, 2003 12:08 pm; edited 1 time in total |
|
Back to top |
|
|
Ni[o Tux's lil' helper
Joined: 22 Jul 2003 Posts: 138 Location: Viroflay (78 - France)
|
Posted: Tue Aug 26, 2003 11:06 am Post subject: |
|
|
Euh, ce ne serait pas du au manque d'option pour ces deux lignes là ? :
Code: | /dev/hda1 /mnt/windows ntfs 0 0
/dev/hda6 /mnt/share vfat 0 0 |
|
|
Back to top |
|
|
TGL Bodhisattva
Joined: 02 Jun 2002 Posts: 1978 Location: Rennes, France
|
Posted: Tue Aug 26, 2003 11:14 am Post subject: |
|
|
Ni[o wrote: | Euh, ce ne serait pas du au manque d'option pour ces deux lignes là ? :
Code: | /dev/hda1 /mnt/windows ntfs 0 0
/dev/hda6 /mnt/share vfat 0 0 |
|
100% d'accord. Au moins un petit "auto", et ça devrait rouler. Et puis aussi les habituelles options pour les droits accordés au utilisateurs, cf. https://forums.gentoo.org/viewtopic.php?t=77241 |
|
Back to top |
|
|
jeurigol Tux's lil' helper
Joined: 13 Jun 2003 Posts: 124
|
Posted: Tue Aug 26, 2003 12:06 pm Post subject: |
|
|
merci, effectivement, c'etait trivial....
pourtant j'ai cherché un moment, mais je cherchais qqchose de plus compliqué.
merci |
|
Back to top |
|
|
|