View previous topic :: View next topic |
Author |
Message |
Polo l33t
Joined: 27 Jan 2004 Posts: 649 Location: Angers, France
|
Posted: Mon Apr 05, 2004 4:41 pm Post subject: problèmes des points de montages |
|
|
Bonjour a tous,
Je viens de finir la compilation de kde, en root je n'ai aucun problemes, mais quand je me connecte en user "normal", je n'ai accès a aucun de mes disques windows (en FAT32)...
En root, j'ai essayé de changer les droits d'accès, mais kde me met :
"Impossible de changer le propriétaire du fichier /mnt/win_c. Vos droits d'accès sont insuffisantspour exécuter cette modification." alors que je suis en root!!!
il me manque plus que ca pour pouvoir profiter de ma gentoo, car je n'ai pas envie de me logguer en root tout le temps (surtout que c'est pas vraiment conseillé!!)
de meme, les chmod et chown ne marchent pas, ca me met a peu pres la meme erreur...
je met mon fichier fstab, ca vient peut etre de la.....
Code: | # /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
#
# noatime turns off 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/BOOT /boot ext2 noauto,noatime 1 1
/dev/hda5 / reiserfs noatime,notail 0 0
/dev/hda10 /home reiserfs noatime,notail 0 0
/dev/hdb1 /usr/portage/distfiles vfat noatime 0 0
/dev/hda1 /mnt/win_c vfat noauto 0 0
/dev/hda6 /mnt/divx vfat noatime 0 0
/dev/hda7 /mnt/mp3 vfat noatime 0 0
/dev/hda9 /mnt/divers vfat noatime 0 0
/dev/hdb5 /mnt/autre vfat noatime 0 0
/dev/hda8 none swap sw 0 0
/dev/hdc /mnt/cdrom iso9660 noauto,ro 0 0
/dev/hdd /mnt/cdrom2 iso9660 noauto,ro 0 0
/dev/fd0 /mnt/floppy auto noauto 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 |
merci d'avance.... |
|
Back to top |
|
|
lebarjack n00b
Joined: 11 Jun 2003 Posts: 47 Location: Lille - France
|
Posted: Mon Apr 05, 2004 4:50 pm Post subject: |
|
|
change les
Code: | /dev/hda1 /mnt/win_c vfat noauto 0 0 |
par des
Code: | /dev/hda1 /mnt/win_c vfat noauto,user 0 0 |
et dis nous si ça change quelquechose |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31280 Location: here
|
|
Back to top |
|
|
Corto Apprentice
Joined: 29 Jan 2004 Posts: 222
|
Posted: Mon Apr 05, 2004 6:11 pm Post subject: |
|
|
Les miens sont comme ceci :
Code: | /dev/hda1 /mnt/dosC ntfs users,umask=000,ro 0 0 |
J'ai galéré longtemps aussi mais maintenant j'ai des icônes d'accès directement sur le bureau pour tout le monde _________________ La vérité n´est pas du côté du plus grand nombre, parce qu´on ne veut pas qu´elle y soit. Le jour où le plus grand nombre sera à même, par sa culture et ses connaissances, de choisir lui-même sa vérité, il y a peu de chances pour qu´il se trompe. (B. V.) |
|
Back to top |
|
|
moonpyk n00b
Joined: 05 Mar 2004 Posts: 67 Location: France/La Rochelle
|
Posted: Mon Apr 05, 2004 8:58 pm Post subject: |
|
|
Change ta FStab comme ça, sa devrait marcher sans probleme, mais tu ne pourras pas ecrire sur tes disques windows, si tu souhaite quand meme ecrire, enleve alors "ro" (read-only), mais sans ro tu ne pourras ecrire qu'en tant que root avec se mode, si tu veux changer ça il faut modifier la valeur du umask en umask=000, de cette maniere tous les utilisateurs pourront lire/ecrire/modifier sur le disque.
Quote: | # /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
#
# noatime turns off 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/BOOT /boot ext2 noauto,noatime 1 1
/dev/hda5 / reiserfs noatime,notail 0 0
/dev/hda10 /home reiserfs noatime,notail 0 0
/dev/hdb1 /usr/portage/distfiles vfat noatime 0 0
/dev/hda1 /mnt/win_c vfat ro,umask=0222 0 0
/dev/hda6 /mnt/divx vfat ro,umask=0222 0 0
/dev/hda7 /mnt/mp3 vfat ro,umask=0222 0 0
/dev/hda9 /mnt/divers vfat ro,umask=0222 0 0
/dev/hdb5 /mnt/autre vfat ro,umask=0222 0 0
/dev/hda8 none swap sw 0 0
/dev/hdc /mnt/cdrom iso9660 noauto,ro 0 0
/dev/hdd /mnt/cdrom2 iso9660 noauto,ro 0 0
/dev/fd0 /mnt/floppy auto noauto 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 |
_________________ "Emacs is a very good operating system but it lacks a good text editor" |
|
Back to top |
|
|
Corto Apprentice
Joined: 29 Jan 2004 Posts: 222
|
Posted: Mon Apr 05, 2004 9:09 pm Post subject: |
|
|
le_k wrote: | "Emacs is a very good operating system but it lacks a good text editor" |
Arf _________________ La vérité n´est pas du côté du plus grand nombre, parce qu´on ne veut pas qu´elle y soit. Le jour où le plus grand nombre sera à même, par sa culture et ses connaissances, de choisir lui-même sa vérité, il y a peu de chances pour qu´il se trompe. (B. V.) |
|
Back to top |
|
|
moonpyk n00b
Joined: 05 Mar 2004 Posts: 67 Location: France/La Rochelle
|
Posted: Mon Apr 05, 2004 9:24 pm Post subject: |
|
|
Corto wrote: | le_k wrote: | "Emacs is a very good operating system but it lacks a good text editor" |
Arf |
Elle te plait pas ma belle citation . En plus c'est vrai, j'utilise nano _________________ "Emacs is a very good operating system but it lacks a good text editor" |
|
Back to top |
|
|
lebarjack n00b
Joined: 11 Jun 2003 Posts: 47 Location: Lille - France
|
Posted: Mon Apr 05, 2004 10:23 pm Post subject: |
|
|
La signature m'a bien fait rire moi aussi, mais c'est quand meme bien, vi, tout compte fait |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|