Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Disque dur] Nouveau disque dur introuvable
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Enlight
Advocate
Advocate


Joined: 28 Oct 2004
Posts: 3519
Location: Alsace (France)

PostPosted: Tue Sep 06, 2005 1:49 pm    Post subject: Reply with quote

palatin wrote:
question : Est-ce que /proc/mounts et /etc/mtab sont censés avoir les mêmes infos ?


Pas forcément, mais chez moi le second est un symlink vers le premier.

edit : question cons, mais les 2 disques sata sont sur le même controlleur, NTFS est en "dur"?
Back to top
View user's profile Send private message
palatin
Tux's lil' helper
Tux's lil' helper


Joined: 20 Oct 2004
Posts: 113
Location: Paris

PostPosted: Tue Sep 06, 2005 1:56 pm    Post subject: Reply with quote

Solution bourrine envisageable, tu rajoutes la ligne pour sdb1 à fstab et tu rebootes :)
Je sais ça fait un peu technique windows, mais parfois il vaut mieux ça à perdre des heures.
_________________
fumo~
Back to top
View user's profile Send private message
Naoli
Apprentice
Apprentice


Joined: 13 Mar 2005
Posts: 263
Location: ENSMA@Futuroscope

PostPosted: Tue Sep 06, 2005 1:58 pm    Post subject: Reply with quote

Est-on sûr du résultat ? :)
_________________
Cultivez-vous, participez au projet ajaboo ! www.ajaboo.com
Back to top
View user's profile Send private message
Enlight
Advocate
Advocate


Joined: 28 Oct 2004
Posts: 3519
Location: Alsace (France)

PostPosted: Tue Sep 06, 2005 1:59 pm    Post subject: Reply with quote

palatin wrote:
Solution bourrine envisageable, tu rajoutes la ligne pour sdb1 à fstab et tu rebootes :)
Je sais ça fait un peu technique windows, mais parfois il vaut mieux ça à perdre des heures.


changera rien vu qu'il a essayé mount -t $FS $DEVICE $MOUNTPOINT !
Back to top
View user's profile Send private message
palatin
Tux's lil' helper
Tux's lil' helper


Joined: 20 Oct 2004
Posts: 113
Location: Paris

PostPosted: Tue Sep 06, 2005 2:10 pm    Post subject: Reply with quote

pour que le système trouve un dossier nouveau quelconque comme occupé et/ou que la partition soit déjà montée, la seule possibilité est que l'info erronée "dev/sdb1 déjà monté" traîne quelque part nan ?
que donnent :
Code:
cat /etc/mtab | grep sdb

et
Code:
cat /proc/mounts | grep sdb

_________________
fumo~
Back to top
View user's profile Send private message
Naoli
Apprentice
Apprentice


Joined: 13 Mar 2005
Posts: 263
Location: ENSMA@Futuroscope

PostPosted: Tue Sep 06, 2005 2:12 pm    Post subject: Reply with quote

Code:
GENTOO linux # cat /etc/mtab | grep sdb
GENTOO linux # cat /proc/mounts | grep sdb


[EDIT] en gros, rien.
_________________
Cultivez-vous, participez au projet ajaboo ! www.ajaboo.com
Back to top
View user's profile Send private message
palatin
Tux's lil' helper
Tux's lil' helper


Joined: 20 Oct 2004
Posts: 113
Location: Paris

PostPosted: Tue Sep 06, 2005 2:22 pm    Post subject: Reply with quote

Je séche...
OFF :
Au passage, ton /proc est un bordel, je vois que tu utilises udev et par conséquent seuls les devices réellement présents devraient être lister. Pour celà je te conseille de desactiver un truc qui parle de DEVICE_TARBALL dans /etc/conf.d/rc

Tu as fais quoi avant d'essayer de monter le disque ? tu l'as branché à chaud ? (j'y connais rien en sata).
Pourrait-ce être une question de droits de /dev/sdb1 lors de sa création par udev ?
_________________
fumo~
Back to top
View user's profile Send private message
Naoli
Apprentice
Apprentice


Joined: 13 Mar 2005
Posts: 263
Location: ENSMA@Futuroscope

PostPosted: Tue Sep 06, 2005 2:29 pm    Post subject: Reply with quote

Quote:
Au passage, ton /proc est un bordel, je vois que tu utilises udev et par conséquent seuls les devices réellement présents devraient être lister. Pour celà je te conseille de desactiver un truc qui parle de DEVICE_TARBALL dans /etc/conf.d/rc
Ok c'est fait
Quote:

Tu as fais quoi avant d'essayer de monter le disque ? tu l'as branché à chaud ? (j'y connais rien en sata).


J'ai éteint le PC puis branché le DD.


palatin wrote:
Je séche...?

Arg :cry:
_________________
Cultivez-vous, participez au projet ajaboo ! www.ajaboo.com
Back to top
View user's profile Send private message
palatin
Tux's lil' helper
Tux's lil' helper


Joined: 20 Oct 2004
Posts: 113
Location: Paris

PostPosted: Tue Sep 06, 2005 2:31 pm    Post subject: Reply with quote

tu refuses de rebooter en cas de bug non reproductible ?
_________________
fumo~
Back to top
View user's profile Send private message
Naoli
Apprentice
Apprentice


Joined: 13 Mar 2005
Posts: 263
Location: ENSMA@Futuroscope

PostPosted: Tue Sep 06, 2005 2:36 pm    Post subject: Reply with quote

quid ? :)
_________________
Cultivez-vous, participez au projet ajaboo ! www.ajaboo.com
Back to top
View user's profile Send private message
yoyo
Bodhisattva
Bodhisattva


Joined: 04 Mar 2003
Posts: 4273
Location: Lyon - France

PostPosted: Tue Sep 06, 2005 2:38 pm    Post subject: Reply with quote

Que renvoient un "fuser -vm /dev/sdb1" et un "fuser -vm /mnt/data" ??
_________________
La connaissance s'accroît quand on la partage.
JCB
Back to top
View user's profile Send private message
Naoli
Apprentice
Apprentice


Joined: 13 Mar 2005
Posts: 263
Location: ENSMA@Futuroscope

PostPosted: Tue Sep 06, 2005 2:45 pm    Post subject: Reply with quote

Code:
GENTOO naoli # fuser -vm /dev/sdb1
GENTOO naoli # fuser -vm /mnt/data
/mnt/data: Aucun fichier ou répertoire de ce type
GENTOO naoli #

_________________
Cultivez-vous, participez au projet ajaboo ! www.ajaboo.com
Back to top
View user's profile Send private message
Naoli
Apprentice
Apprentice


Joined: 13 Mar 2005
Posts: 263
Location: ENSMA@Futuroscope

PostPosted: Tue Sep 06, 2005 2:47 pm    Post subject: Reply with quote

Code:
GENTOO naoli # fuser -vm /mnt/datas

                     USER        PID ACCESS COMMAND
/mnt/datas           root          1 .rce.  init
                     root          2 .rc..  migration/0
                     root          3 .rc..  ksoftirqd/0
                     root          4 .rc..  migration/1
                     root          5 .rc..  ksoftirqd/1
                     root          6 .rc..  events/0
                     root          7 .rc..  events/1
                     root          8 .rc..  khelper
                     root          9 .rc..  kthread
                     root         12 .rc..  kacpid
                     root        109 .rc..  kblockd/0
                     root        110 .rc..  kblockd/1
                     root        156 .rc..  pdflush
                     root        157 .rc..  pdflush
                     root        158 .rc..  kswapd0
                     root        159 .rc..  aio/0
                     root        160 .rc..  aio/1
                     root        162 .rc..  xfslogd/0
                     root        163 .rc..  xfslogd/1
                     root        164 .rc..  xfsdatad/0
                     root        165 .rc..  xfsdatad/1
                     root        166 .rc..  xfsbufd
                     root        245 .rc..  kseriod
                     root        371 .rc..  kirqd
                     root        662 .rc..  khubd
                     root        807 .rc..  scsi_eh_0
                     root        808 .rc..  usb-storage
                     root       1113 .rc..  khpsbpkt
                     root       1186 .rc..  knodemgrd_0
                     root       1347 .rc..  scsi_eh_1
                     root       1348 .rc..  usb-storage
                     root       1356 .rc..  ata/0
                     root       1357 .rc..  ata/1
                     root       2279 .rc..  scsi_eh_2
                     root       2280 .rc..  scsi_eh_3
                     root       2477 .rc..  kjournald
                     root       3186 frce.  udevd
                     root       9867 frce.  syslog-ng
                     root      10441 .r.e.  agetty
                     root      10454 .r.e.  agetty
                     root      10455 .r.e.  agetty
                     root      10456 .r.e.  agetty
                     root      10458 .r.e.  agetty
                     root      10460 .r.e.  agetty
                     root      10588 frce.  gdm
                     root      10590 frce.  gdm
                     root      10595 frce.  X
                     naoli     10751 frce.  startkde
                     root      10766 .rce.  ssh-agent
                     naoli     10796 .rce.  kdeinit
                     naoli     10799 .rce.  dcopserver
                     naoli     10801 frce.  klauncher
                     naoli     10804 frce.  kded
                     naoli     10808 frce.  kded
                     naoli     10813 .rce.  kaccess
                     naoli     10816 .rce.  kxkb
                     naoli     10820 .rce.  artsd
                     naoli     10821 .rce.  kwrapper
                     naoli     10823 .rce.  ksmserver
                     naoli     10824 .rce.  kwin
                     naoli     10826 frce.  knotify
                     naoli     10828 frce.  kdesktop
                     naoli     10833 frce.  kicker
                     naoli     10837 .rce.  klipper
                     naoli     10841 .rce.  artsd
                     naoli     10843 frce.  korgac
                     naoli     10846 .rce.  kio_file
                     naoli     10897 .rce.  kio_file
                     naoli     10902 frce.  konqueror
                     naoli     10904 frce.  konqueror
                     naoli     10950 frce.  gconfd-2
                     naoli     10951 frce.  mozilla-launche
                     naoli     10964 frce.  firefox-bin
                     naoli     10969 frce.  firefox-bin
                     naoli     10970 frce.  firefox-bin
                     naoli     10973 frce.  firefox-bin
                     naoli     10986 frce.  konsole
                     naoli     10989 .rce.  bash
                     root      10994 .rce.  su
                     root      10997 .rce.  bash
                     naoli     11315 frce.  firefox-bin
                     naoli     11316 frce.  firefox-bin
                     root      11321 .r.e.  fuser
                     root     montage du noyau   /
                     root     montage du noyau   /boot
                     root     montage du noyau   /mnt/win

_________________
Cultivez-vous, participez au projet ajaboo ! www.ajaboo.com
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3634
Location: Belgium

PostPosted: Tue Sep 06, 2005 3:03 pm    Post subject: Reply with quote

Naoli wrote:
Code:
GENTOO naoli # fuser -vm /dev/sdb1
GENTOO naoli # fuser -vm /mnt/data
/mnt/data: Aucun fichier ou répertoire de ce type

Bon, c'est quoi finalement : /mnt/data ou /mnt/datas ou bien /mnt/datarecover ???
Back to top
View user's profile Send private message
Naoli
Apprentice
Apprentice


Joined: 13 Mar 2005
Posts: 263
Location: ENSMA@Futuroscope

PostPosted: Tue Sep 06, 2005 3:18 pm    Post subject: Reply with quote

/mnt/data n'existe pas
/mnt/datarecover est le nom du dossier dans lequel je voulais copier l'ensemble du disque dur.
/mnt/datas est un dosier que j'ai créé suite au message palatin

Quote:
tu peux essayer de lui forcer la main en montant ta partition dans un autre dossier et en lui donnant explicitement le le type de partition (via -t)


qui me demandait d'en créer un autre

:)
_________________
Cultivez-vous, participez au projet ajaboo ! www.ajaboo.com
Back to top
View user's profile Send private message
Enlight
Advocate
Advocate


Joined: 28 Oct 2004
Posts: 3519
Location: Alsace (France)

PostPosted: Tue Sep 06, 2005 3:21 pm    Post subject: Reply with quote

Moi j'attends les réponses à mon avant dernier message!
Back to top
View user's profile Send private message
Naoli
Apprentice
Apprentice


Joined: 13 Mar 2005
Posts: 263
Location: ENSMA@Futuroscope

PostPosted: Tue Sep 06, 2005 3:30 pm    Post subject: Reply with quote

Enlight wrote:
Moi j'attends les réponses à mon avant dernier message!


Pardon, je n'avais pas vu que tu avais édité.

Non, le NTFS est en module. Je fais un test en le passant en dur. Je n'ai pas compris la question à propos du controleur ... :)
_________________
Cultivez-vous, participez au projet ajaboo ! www.ajaboo.com
Back to top
View user's profile Send private message
Naoli
Apprentice
Apprentice


Joined: 13 Mar 2005
Posts: 263
Location: ENSMA@Futuroscope

PostPosted: Tue Sep 06, 2005 3:40 pm    Post subject: Reply with quote

Maintenant que le NTFS est en dur, j'ai

Code:
GENTOO naoli # mount /dev/sdb1 /mnt/datarecover/

mount: unknown filesystem type 'ntfs'


idem avec mount - t ntfs
_________________
Cultivez-vous, participez au projet ajaboo ! www.ajaboo.com
Back to top
View user's profile Send private message
Poischack
Apprentice
Apprentice


Joined: 23 Mar 2005
Posts: 275
Location: (FR) Colmar

PostPosted: Tue Sep 06, 2005 3:58 pm    Post subject: Reply with quote

T'es sur de l'avoir passé en dur et pas l'avoir enlevé plutot ? :)
Back to top
View user's profile Send private message
Naoli
Apprentice
Apprentice


Joined: 13 Mar 2005
Posts: 263
Location: ENSMA@Futuroscope

PostPosted: Tue Sep 06, 2005 4:24 pm    Post subject: Reply with quote

Oui :)
_________________
Cultivez-vous, participez au projet ajaboo ! www.ajaboo.com
Back to top
View user's profile Send private message
yoyo
Bodhisattva
Bodhisattva


Joined: 04 Mar 2003
Posts: 4273
Location: Lyon - France

PostPosted: Tue Sep 06, 2005 4:35 pm    Post subject: Reply with quote

Et surtout d'avoir monter ta partition "/boot" avant d'y copier ton nouveau noyau ?? :P
_________________
La connaissance s'accroît quand on la partage.
JCB
Back to top
View user's profile Send private message
Naoli
Apprentice
Apprentice


Joined: 13 Mar 2005
Posts: 263
Location: ENSMA@Futuroscope

PostPosted: Tue Sep 06, 2005 4:37 pm    Post subject: Reply with quote

C'est à dire ? Elle est montée automatiquement à chaque redémarrage, donc elle l'étiat :!:
Code:
GENTOO linux # ls /boot
boot                         initramfs-genkernel-x86-2.6.12-gentoo-r6  System.map
boot.0840                    kernel-2.6.12-gentoo-r6                   System.map-2.6.12-gentoo-r6
config                       kernel-genkernel-x86-2.6.12-gentoo-r6     System.map-2.6.12-gentoo-r6.old
config-2.6.12-gentoo-r6      lost+found                                System.map-genkernel-x86-2.6.12-gentoo-r6
config-2.6.12-gentoo-r6.old  map                                       vmlinuz
grub                         part.0840                                 vmlinuz-2.6.12-gentoo-r6


Non ?
_________________
Cultivez-vous, participez au projet ajaboo ! www.ajaboo.com
Back to top
View user's profile Send private message
Enlight
Advocate
Advocate


Joined: 28 Oct 2004
Posts: 3519
Location: Alsace (France)

PostPosted: Tue Sep 06, 2005 7:50 pm    Post subject: Reply with quote

Bah admettons que tu te sois raté, que dit modprobe ntfs (enfin s'il s'appele comme ça le module)
Back to top
View user's profile Send private message
Naoli
Apprentice
Apprentice


Joined: 13 Mar 2005
Posts: 263
Location: ENSMA@Futuroscope

PostPosted: Wed Sep 07, 2005 6:34 am    Post subject: Reply with quote

Code:
GENTOO naoli # modprobe ntfs
FATAL: Module ntfs not found.


Pourtant,
Code:
        <*> NTFS file system support                                                │ │
  │ │                                    [*]   NTFS debugging support                                                │ │
  │ │                                    [*]   NTFS write support

_________________
Cultivez-vous, participez au projet ajaboo ! www.ajaboo.com
Back to top
View user's profile Send private message
yoyo
Bodhisattva
Bodhisattva


Joined: 04 Mar 2003
Posts: 4273
Location: Lyon - France

PostPosted: Wed Sep 07, 2005 6:41 am    Post subject: Reply with quote

Naoli wrote:
C'est à dire ? Elle est montée automatiquement à chaque redémarrage, donc elle l'étiat :!:
Code:
GENTOO linux # ls /boot
boot                         initramfs-genkernel-x86-2.6.12-gentoo-r6  System.map
boot.0840                    kernel-2.6.12-gentoo-r6                   System.map-2.6.12-gentoo-r6
config                       kernel-genkernel-x86-2.6.12-gentoo-r6     System.map-2.6.12-gentoo-r6.old
config-2.6.12-gentoo-r6      lost+found                                System.map-genkernel-x86-2.6.12-gentoo-r6
config-2.6.12-gentoo-r6.old  map                                       vmlinuz
grub                         part.0840                                 vmlinuz-2.6.12-gentoo-r6


Non ?
Le fait qu'il y ait des fichiers dans le répertoire /boot ne signifie pas que ta partition sda5 soit montée sur /boot (différence entre répertoire et point de montage / partition).
Que donne un "df -h" ? Tu utilises un "monteur de volume automatique" (gnome-volume-manager, ivman ...) ??
Montre-nous ton "/etc/fstab" stp.

EDIT : c'est normal que ton modprobe ne fonctionne pas puisque tu n'as pas le module ntfs (le support ntfs est inclus dans ton noyau).
_________________
La connaissance s'accroît quand on la partage.
JCB
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
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