| sky99 | 
			Bonjour a tous.
 Ces temps ci je me suis mis a la fameuse gentoo, mais comme tout ne marche pas encore comme je veux, j'ai encore ma mandrake.
 Quoi qu'il en soit, j'ai recement libéré 24Go pour refaire des partitions linux, et de ce fait, j'ai déplacé le /
 de ma mandrake (10.1 official), ainsi que celui de ma gentoo (2004.3, construite depuis un stage 1 dans un shell chrooté sous la mandrake) en faisant un cp /* /mnt/nouveau_root/ -rpf.
 apres triturage de lilo.conf, j'ai pu booter sur le nouveau root, que ce soit sur la gentoo ou sur la debian.
 Cependant je fais maintenant face a un probleme ennuyeux aavec mes autres partitions.
 Je n'ai aucun probleme avec ma partition /home qui est en ext3, mais je ne peux pas acceder a mes autres partitions
 qui sont en fat 32 en user...
 des que j'essaie, j'ai un beau message indiquant acces refusé a /mnt/partoche.
 des que je suis en root ça passe sans probleme, mais la impossible...
 J'ai bien tenté un chmod 777 partoche -R , et le shell fait quelquechose, mais quand il me rend
 la main, un ls -l m'indique bien la meme chose : seul root peut acceder aux partoches...
 En revanche je peux acceder au root de la gentoo qui est en reiserfs...
 et depuis la gentoo je peux acceder au root de la mandrake qui est en ext3... (en user)
   voila mon fstab sous la mandrake
 Code :
 - /dev/hdc9 / ext3 noatime,defaults 1 1
 - /dev/hdc8 /home ext3 noatime,defaults 1 2
 - /dev/hdd7 /mnt/MP3 vfat noatime 0 0
 - /dev/hdc6 /mnt/P2P vfat noatime 0 0
 - /dev/hdd5 /mnt/files vfat noatime 0 0
 - #/dev/hda /mnt/cdrom auto umask=0,iocharset=iso8859-15,codepage=850,ro,users 0 0
 - /dev/fd0 /mnt/floppy auto umask=0,user,iocharset=iso8859-15,sync,codepage=850,noauto,exec,users 0 0
 - /dev/hdd9 /mnt/hum vfat noatime 0 0
 - /dev/hdd8 /mnt/jeux vfat noatime 0 0
 - /dev/hdd6 /mnt/metal vfat noatime 0 0
 - /dev/hdc5 /mnt/to_burn vfat noatime 0 0
 - /dev/hdd1 /mnt/winXP2 vfat noatime 0 0
 - /dev/hdc1 /mnt/win_c vfat noatime 0 0
 - /dev/hdc10 /mnt/gentoo_root reiserfs notail 1 2
 - none /proc proc defaults 0 0
 - /dev/hdc7 swap swap noatime,defaults 0 0
 
  |  
 
   et le voila sous la gentoo :
  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.
 - #Systeme de base
 - /dev/hdc10  /  reiserfs	notail    1 2
 - /dev/hdc7  none  swap  sw  	0 0
 - /dev/hdc8               /home           ext3            noatime                 0 2
 - #cdrom
 - /dev/cdroms/cdrom0	/mnt/cdrom	auto  noauto,user  0 0
 - #Disque1, partitions non systeme
 - /dev/hdc1  /mnt/windows1	vfat  defaults  0 0
 - /dev/hdc5               /mnt/to_burn    vfat            defaults,noatime	0 0
 - /dev/hdc6               /mnt/P2P	vfat            defaults,noatime        0 0
 - #autres OS
 - /dev/hdc9               /mnt/mandrake	ext3            defaults,noatime        0 0
 - #Disque2, partitions non systeme
 - /dev/hdd1               /mnt/windows2   vfat            defaults,noatime        0 0
 - /dev/hdd5               /mnt/files	vfat            defaults,noatime        0 0
 - /dev/hdd6               /mnt/metal	vfat            defaults,noatime        0 0
 - /dev/hdd7               /mnt/MP3	vfat            defaults,noatime        0 0
 - /dev/hdd8               /mnt/jeux	vfat            defaults,noatime        0 0
 - /dev/hdd9               /mnt/hum	vfat            defaults,noatime        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  nodev,nosuid,noexec	0 0
 
  |  
 
   voila ce que donne un ls -l /mnt
  Code :
 - drwxrwxrwx   2 root root  4096 mar 20 20:09 cdrom/
 - drwxr--r--  30 root root 16384 déc 31  1969 files/
 - drwxrwxrwx   2 root root  4096 mar 20 20:08 floppy/
 - drwxrwxrwx  19 root root   464 mar 29 03:28 gentoo_root/
 - drwxr--r--  11 root root 16384 déc 31  1969 hum/
 - drwxr--r--  28 root root 32768 déc 31  1969 jeux/
 - drwxr--r--  13 root root 32768 déc 31  1969 metal/
 - drwxr--r--  35 root root 16384 déc 31  1969 MP3/
 - drwxr--r--   8 root root 49152 déc 31  1969 P2P/
 - drwxr--r--  15 root root 32768 déc 31  1969 to_burn/
 - drwxr--r--  11 root root  4096 déc 31  1969 win_c/
 - drwxr--r--   7 root root  4096 déc 31  1969 winXP2/
 
  |  
 
   Auriez vous des idées sur la cause de ce probleme?
 ça ne me poserait pas particulierement de probleme de réinstaller la mandrake,
 mais je n'ai pas particulierement envie de recommencer tout ce
 que j'ai fait sous la gentoo... sans compter les nombeux paquets emergés...
 Et si vous avez des idées, le plus interessant c'est une solution  :lol:   merci d'avance!    |