nodus | Je ne sais pas pourquoi mais tout d'un coup gnome (2.4) a décidé de me monter ma clé usb en lecture seule, alors qu'elle marchait trés bien avant. Lorsque je la monte sous la console tout fonctionne normalement. J'avais aussi ce probléme avec gnome 2.4. Je n'ai aucun pb pour l'utiliser en mode console que ce soit avec root ou mon utilisateur le probléme se passe sous gnome... Sinon je monte ma clé usb par "mount /mnt/usb" Par contre sous gnome j'utilise la fonction click droit sur le bureau-> volumes -> usb
Code :
- # /etc/fstab: static file system information.
- # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.12 2003/03/11 02:50:53 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/hda5 /boot ext3 noauto,noatime 1 1
- /dev/hda7 / reiserfs noatime 0 0
- /dev/hda6 none swap sw 0 0
- /dev/hda8 /home reiserfs noatime 0 0
- /dev/hda9 /archives reiserfs noatime 0 0
- /dev/hda10 /usr/portage/distfiles ext3 noatime 0 0
- /dev/hda11 /mp3 ext3 noatime 0 0
- /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro,users 0 0
- /dev/fd0 /mnt/floppy auto noauto,users 0 0
- /dev/sda1 /mnt/usb auto noauto,rw,users 0 0
- # NOTE: The next line is critical for boot!
- none /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).
- # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
- # use almost no memory if not populated with files)
- # Adding the following line to /etc/fstab should take care of this:
-
- none /dev/shm tmpfs defaults 0 0
|
voici mon fstab: Savez vous d'où peut venir le probléme ? Merci de votre aide. ---------------
Et toi, tu crois que les ours polaires vont chier dans les bois ?
|