Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SATA] Ou est passé mon DD ... (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
aLexTaze
n00b
n00b


Joined: 21 Jul 2005
Posts: 14

PostPosted: Tue Jul 26, 2005 11:01 am    Post subject: [SATA] Ou est passé mon DD ... (résolu) Reply with quote

Salut a tous

je possède un disque dur sata, , le problème c'est que tout simplement je sais pas où il est :? Il est monté en NTFS, mais impossible de le trouver. J'ai essayé avec fdisk les hda, hdb ..
D'ailleurs je sais meme pas si comme c'est un sata ca devrait etre hdx ou sdx .. enfin bon, si quelques lumières pourraient m'éclairer sur cette question ... un peu idiote :oops:

Noob powered :)


Last edited by aLexTaze on Tue Jul 26, 2005 1:03 pm; edited 2 times in total
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Tue Jul 26, 2005 11:07 am    Post subject: Reply with quote

que dit un
Code:
cat /proc/partitions
:?:

Normalement un SATA (avec les drivers récents) devrait être sd{a,b,c,...}
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
aLexTaze
n00b
n00b


Joined: 21 Jul 2005
Posts: 14

PostPosted: Tue Jul 26, 2005 11:10 am    Post subject: Reply with quote

Code:
  22     0   78125000 hdc
  22     1   51199123 hdc1
  22     2      40162 hdc2
  22     3    1004062 hdc3
  22     4   25880715 hdc4
  22    64   60051600 hdd
  22    65   20587266 hdd1
  22    66          1 hdd2
  22    69    1630566 hdd5


Donc que deux DD, et pas le sata.

Surement un problème de noyau, non ? ... je vais voir ça.
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Tue Jul 26, 2005 11:12 am    Post subject: Reply with quote

t'as du oublié le support du SATA ...

Que donnent :
Code:
zgrep SATA /proc/config.gz
ou encore
Code:
grep SATA /usr/src/linux/.config
:?:
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
aLexTaze
n00b
n00b


Joined: 21 Jul 2005
Posts: 14

PostPosted: Tue Jul 26, 2005 11:18 am    Post subject: Reply with quote

Code:
system linux # zgrep SATA /proc/config.gz
gzip: /proc/config.gz: No such file or directory
system linux # grep SATA /usr/src/linux/.config
# CONFIG_BLK_DEV_IDE_SATA is not set
CONFIG_SCSI_SATA=y
# CONFIG_SCSI_SATA_AHCI is not set
# CONFIG_SCSI_SATA_SVW is not set
# CONFIG_SCSI_SATA_NV is not set
# CONFIG_SCSI_SATA_PROMISE is not set
# CONFIG_SCSI_SATA_QSTOR is not set
CONFIG_SCSI_SATA_SX4=m
# CONFIG_SCSI_SATA_SIL is not set
CONFIG_SCSI_SATA_SIS=m
# CONFIG_SCSI_SATA_ULI is not set
# CONFIG_SCSI_SATA_VIA is not set
# CONFIG_SCSI_SATA_VITESSE is not set

ouais donc j'ai oublié le support ...

Mais je vien de voir dans les options du kernel :

Code:
[ ]     Support for SATA (deprecated; conflicts with libata SATA driver)


Alors je fais quoi ... ?
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Tue Jul 26, 2005 11:24 am    Post subject: Reply with quote

t'as quel controlleur SATA ? (que donne lspci ? dans le package pciutils)

A priori t'as 2 modules
Code:
CONFIG_SCSI_SATA_SX4=m
CONFIG_SCSI_SATA_SIS=m
essaye de les charger ...

Sinon faut recompiler le kernel pour mettre le bon controlleur ...

concernant
Code:
[ ]     Support for SATA (deprecated; conflicts with libata SATA driver)
, c'est normal, il est DEPRECATED, il ne faut pas le mettre.

Si tu recompiles ton kernel, profites en pour rajouter le /proc/config.gz support, vachement utile ...
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
aLexTaze
n00b
n00b


Joined: 21 Jul 2005
Posts: 14

PostPosted: Tue Jul 26, 2005 11:40 am    Post subject: Reply with quote

En fait je les avais deja mis dans mon /etc/modules.autoload.d/kernel-2.6 ces modules, sauf que j'avais laissé les extensions .ko aux deux ... :?

lspci donne ca :
Code:

0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge (rev 80)
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
0000:00:0f.0 RAID bus controller: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)
0000:00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
0000:00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
0000:00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
0000:00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
0000:00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
0000:00:13.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0000:00:14.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 46)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AR [Radeon 9600]
0000:01:00.1 Display controller: ATI Technologies Inc RV350 AR [Radeon 9600] (Secondary)


Donc en gros je coche cette option : (d'ailleurs en modules ou pas ?)

Code:
< >         VIA82CXXX chipset support


(Désolé mais je préfère demander au lieu de faire n'importe quoi :P )

EDIT : je trouve pas le /proc/config.gz support, il est où dans les options ?
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Tue Jul 26, 2005 12:06 pm    Post subject: Reply with quote

Donc il faut que tu actives
Code:
<*>   VIA SATA support


dans
Code:
  │ VIA SATA support (SCSI_SATA_VIA)                                                                                 │
  │ Location:                                                                                                        │
  │  -> Device Drivers                                                                                               │
  │   -> SCSI device support                                                                                         │
  │    -> SCSI device support (SCSI)                                                                                 │
  │     -> SCSI low-level drivers                                                                                    │
  │      -> Serial ATA (SATA) support (SCSI_SATA)                                                                    │
  │ Depends:                                                                                                         │
  │  SCSI!=n && SCSI_SATA && PCI                                                                                     │
  │ Selects:                                                                                                         │
  │  None                                                                                                            │
  │ Selected by:                                                                                                     │
  │  None                                                         


et pour le /proc/config.gz c'est
Code:
  │ Enable access to .config through /proc/config.gz (IKCONFIG_PROC)                                                 │
  │ Location:                                                                                                        │
  │  -> General setup                                                                                                │
  │   -> Kernel .config support (IKCONFIG)                                                                           │
  │ Depends:                                                                                                         │
  │  IKCONFIG && PROC_FS                                                                                             │
  │ Selects:                                                                                                         │
  │  None                                                                                                            │
  │ Selected by:                                                                                                     │
  │  None                                                                                                            │


Regarde les Location pour les trouver ...

Ton
Code:
< >         VIA82CXXX chipset support
c'est dans
Code:
  │ VIA82CXXX chipset support (BLK_DEV_VIA82CXXX)                                                                    │
  │ Location:                                                                                                        │
  │  -> Device Drivers                                                                                               │
  │   -> ATA/ATAPI/MFM/RLL support                                                                                   │
  │    -> ATA/ATAPI/MFM/RLL support (IDE)                                                                            │
  │     -> Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support (BLK_DEV_IDE)                                         │
  │      -> PCI IDE chipset support (BLK_DEV_IDEPCI)                                                                 │
  │       -> Generic PCI bus-master DMA support (BLK_DEV_IDEDMA_PCI)                                                 │
  │ Depends:                                                                                                         │
  │  IDE && BLK_DEV_IDE && BLK_DEV_IDEDMA_PCI                                                                        │
  │ Selects:                                                                                                         │
  │  None                                                                                                            │
  │ Selected by:                                                                                                     │
  │  None                                                                                                            │
non ?

Active le aussi, ainsi que les autres choses qui pourraient etre necessaires a la DMA

Vu qu'on a le meme chip, voila ma section pour la DMA :
Code:
  │ │                  ---     IDE chipset support/bugfixes                                                        │ │
  │ │                  <*>     generic/default IDE chipset support                                                 │ │
  │ │                  [ ]     CMD640 chipset bugfix/support                                                       │ │
  │ │                  [ ]     PNP EIDE support                                                                    │ │
  │ │                  [*]     PCI IDE chipset support                                                             │ │
  │ │                  [*]       Sharing PCI IDE interrupts support                                                │ │
  │ │                  [ ]       Boot off-board chipsets first support                                             │ │
  │ │                  <*>       Generic PCI IDE Chipset Support                                                   │ │
  │ │                  < >       OPTi 82C621 chipset enhanced support (EXPERIMENTAL)                               │ │
  │ │                  < >       RZ1000 chipset bugfix/support                                                     │ │
  │ │                  [*]       Generic PCI bus-master DMA support                                                │ │
  │ │                  [ ]         Force enable legacy 2.0.X HOSTS to use DMA                                      │ │
  │ │                  [*]         Use PCI DMA by default when available                                           │ │
  │ │                  [ ]           Enable DMA only for disks                                                     │ │
  │ │                  < >         AEC62XX chipset support                                                         │ │
  │ │                  < >         ALI M15x3 chipset support                                                       │ │
  │ │                  < >         AMD and nVidia IDE support                                                      │ │
  │ │                  < >         ATI IXP chipset IDE support                                                     │ │
  │ │                  < >         CMD64{3|6|8|9} chipset support                                                  │ │
  │ │                  < >         Compaq Triflex IDE support                                                      │ │
  │ │                  < >         CY82C693 chipset support                                                        │ │
  │ │                  < >         Cyrix CS5510/20 MediaGX chipset support (VERY EXPERIMENTAL)                     │ │
  │ │                  < >         Cyrix/National Semiconductor CS5530 MediaGX chipset support                     │ │
  │ │                  < >         HPT34X chipset support                                                          │ │
  │ │                  < >         HPT36X/37X chipset support                                                      │ │
  │ │                  < >         National SCx200 chipset support                                                 │ │
  │ │                  < >         Intel PIIXn chipsets support                                                    │ │
  │ │                  < >         NS87415 chipset support                                                         │ │
  │ │                  < >         PROMISE PDC202{46|62|65|67} support                                             │ │
  │ │                  < >         PROMISE PDC202{68|69|70|71|75|76|77} support                                    │ │
  │ │                  < >         ServerWorks OSB4/CSB5/CSB6 chipsets support                                     │ │
  │ │                  < >         Silicon Image chipset support                                                   │ │
  │ │                  < >         SiS5513 chipset support                                                         │ │
  │ │                  < >         SLC90E66 chipset support                                                        │ │
  │ │                  < >         Tekram TRM290 chipset support                                                   │ │
  │ │                  <*>         VIA82CXXX chipset support                                                       │ │
  │ │                  [ ]     IGNORE word93 Validation BITS                                                       │ │
  │ └──────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ │
  ├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤

_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
aLexTaze
n00b
n00b


Joined: 21 Jul 2005
Posts: 14

PostPosted: Tue Jul 26, 2005 12:18 pm    Post subject: Reply with quote

Merci beaucoup, c'est très sympa ;) !! Je vais compiler tout ca, encore merci :P Je te donne des nouvelles :wink:
Back to top
View user's profile Send private message
aLexTaze
n00b
n00b


Joined: 21 Jul 2005
Posts: 14

PostPosted: Tue Jul 26, 2005 12:26 pm    Post subject: Reply with quote

Ouf ! ca marche ;) Allez je vais mettre tout ca dans le fstab et l'affaire est dans le sac :P

Merci :D
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Tue Jul 26, 2005 1:00 pm    Post subject: Reply with quote

tu pourrais juste mettre (résolu) au lieu de (Ah ben je l'ai retrouvé ! :P) stp ... ca facilitera les recherches.
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
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
Page 1 of 1

 
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