Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
wie bekomme ich sata rann und hin ?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
sambatasse
Guru
Guru


Joined: 12 Mar 2004
Posts: 395
Location: bei Berlin

PostPosted: Tue Apr 26, 2005 3:38 pm    Post subject: wie bekomme ich sata rann und hin ? Reply with quote

Hallo

wolle mir eine Datenplatte dazuknallen.
Sata 80Gb angesteckt so weit ganz schick.
Nur wie weiter wo finde ich die im System ?
Back to top
View user's profile Send private message
flo_02_mu
n00b
n00b


Joined: 06 Aug 2004
Posts: 73

PostPosted: Tue Apr 26, 2005 3:55 pm    Post subject: Reply with quote

Du findest sie unter /dev/sdX, wenn der nötige Support im Kernel aktiviert ist.

- Flo
Back to top
View user's profile Send private message
sambatasse
Guru
Guru


Joined: 12 Mar 2004
Posts: 395
Location: bei Berlin

PostPosted: Tue Apr 26, 2005 4:02 pm    Post subject: Reply with quote

hmm
also sda wäre dann ja logisch gibts aber nicht

Code:

bash-2.05b# ls -al /dev/s
scsi        sd          sequencer   sequencer2  sg          shm         snd         sound       stderr      stdin       stdout
bash-2.05b# ls -al /dev/s


Device Drivers --->
SCSI device support --->
SCSI low-level drivers --->
[*] Serial ATA (SATA) support
<*> Silicon Image SATA support

Kann ick checken ob überhaut die Platte ansprechbar ist ?
Back to top
View user's profile Send private message
flo_02_mu
n00b
n00b


Joined: 06 Aug 2004
Posts: 73

PostPosted: Tue Apr 26, 2005 4:07 pm    Post subject: Reply with quote

sambatasse wrote:

Kann ick checken ob überhaut die Platte ansprechbar ist ?

Guck mal nach, was dmesg so ausgibt, hier z.B.:
Code:
florian@My-Castle:~ $ dmesg |grep SATA
ata1: SATA max UDMA/133 cmd 0xE400 ctl 0xE502 bmdma 0xE800 irq 18
ata2: SATA max UDMA/133 cmd 0xE600 ctl 0xE702 bmdma 0xE808 irq 18
ata2: SATA port has no device.

Wenn da nix auftaucht, dann guck mal, ob
Code:
lspci|grep SATA
was ausspuckt. Wenn das nicht der Fall ist, dann guck nach, ob SATA evtl. im BIOS deaktiviert ist, das war bei mir standardmäßig der Fall.

- Flo
Back to top
View user's profile Send private message
makenoob
Apprentice
Apprentice


Joined: 19 Aug 2004
Posts: 272
Location: /Germany/Düsseldorf

PostPosted: Tue Apr 26, 2005 4:08 pm    Post subject: Reply with quote

ich weiss nicht, wie das genau bei sata ist, aber was kommt denn beim booten des computers? bei ata und scsi werden die platten beim starten erkannt (soweit vorhanden) und angemeldet.

ein
Code:

dmesg |grep sd

sollte da weiterhelfen. bei einem meiner rechner siehts mit ata-platten so aus:
Code:

mail root # dmesg |grep hd

    ide0: BM-DMA at 0xb800-0xb807, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0xb808-0xb80f, BIOS settings: hdc:DMA, hdd:pio
hda: Maxtor 6Y080P0, ATA DISK drive
hdc: Maxtor 6Y080P0, ATA DISK drive
[~snip]


HTH
marc

EDIT:
mist, war wohl ein wenig zu langsam ;)
Back to top
View user's profile Send private message
sambatasse
Guru
Guru


Joined: 12 Mar 2004
Posts: 395
Location: bei Berlin

PostPosted: Tue Apr 26, 2005 4:34 pm    Post subject: Reply with quote

Habe von dem SATA leider absolut keine Ahnung aber Ihr werdet mir schon helfen.
Danke
Hir mal alles abgearbeitet.

Code:

bash-2.05b# lspci|grep SATA
bash-2.05b#     


Code:

bash-2.05b# dmesg |grep SATA
bash-2.05b#       


Code:
bash-2.05b# dmesg |grep sd
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
bash-2.05b#   


Code:
bash-2.05b# dmesg |grep hd
Kernel command line: root=/dev/hda3 video=vesafb-tng:1280x1024-32@85,ywrap,mtrr,vram:128 splash=silent,theme:emergence
    ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
hda: ST340014A, ATA DISK drive
hdb: LITE-ON DVDRW LDW-851S, ATAPI CD/DVD-ROM drive
hdd: LITEON DVD-ROM LTD122, ATAPI CD/DVD-ROM drive
hda: max request size: 1024KiB
hda: 78165360 sectors (40020 MB) w/2048KiB Cache, CHS=16383/255/63, UDMA(100)
hda: cache flushes supported
hdb: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
hdd: ATAPI 40X DVD-ROM drive, 512kB Cache, UDMA(33)
Adding 2931852k swap on /dev/hda2.  Priority:-1 extents:1
EXT3 FS on hda3, internal journal
EXT3 FS on hda5, internal journal
bash-2.05b#             
Back to top
View user's profile Send private message
flo_02_mu
n00b
n00b


Joined: 06 Aug 2004
Posts: 73

PostPosted: Tue Apr 26, 2005 4:40 pm    Post subject: Reply with quote

sambatasse wrote:

Code:

bash-2.05b# lspci|grep SATA
bash-2.05b#     


Daran scheiterts vermutlich schon, der SATA-Controller wird nicht gefunden/erkannt. Einfach nochmal die Ausgabe von lspci ohne grep nochmal von Hand durchsehen, ob da evtl. doch etwas dabei ist, ansonsten im BIOS suchen, ob SATA dort überhaupt aktiviert ist.

- Flo
Back to top
View user's profile Send private message
sambatasse
Guru
Guru


Joined: 12 Mar 2004
Posts: 395
Location: bei Berlin

PostPosted: Thu Apr 28, 2005 6:49 pm    Post subject: Reply with quote

HyHo
etwas rumgefummelt an meinem Pechnerchin

Jetzt
Code:

bash-2.05b# lspci | grep SATA
0000:01:0b.0 RAID bus controller: Silicon Image, Inc. (formerly CMD Technology Inc) SiI 3112 [SATALink/SATARaid] Serial ATA Controller (rev 02)
bash-2.05b#


Code:
bash-2.05b# dmesg |grep SATA
ata1: SATA max UDMA/100 cmd 0xF8814080 ctl 0xF881408A bmdma 0xF8814000 irq 18
ata2: SATA max UDMA/100 cmd 0xF88140C0 ctl 0xF88140CA bmdma 0xF8814008 irq 18
bash-2.05b#     


Code:
bash-2.05b# dmesg |grep sd
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
SCSI device sda: 156368016 512-byte hdwr sectors (80060 MB)
SCSI device sda: drive cache: write back
SCSI device sda: 156368016 512-byte hdwr sectors (80060 MB)
SCSI device sda: drive cache: write back
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
bash-2.05b#   


Nur
Code:
bash-2.05b# /dev/s
scsi   sd     sg     shm    snd    sound
bash-2.05b# /dev/s 
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Thu Apr 28, 2005 7:45 pm    Post subject: Reply with quote

Ich mußte (2 SATA - Platten, aber kein RAID) u.a. folgendes im Kernel einkompillieren:
#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
Back to top
View user's profile Send private message
makenoob
Apprentice
Apprentice


Joined: 19 Aug 2004
Posts: 272
Location: /Germany/Düsseldorf

PostPosted: Fri Apr 29, 2005 8:44 am    Post subject: Reply with quote

sambatasse wrote:

Nur
Code:
bash-2.05b# /dev/s
scsi   sd     sg     shm    snd    sound
bash-2.05b# /dev/s 


wie siehts mit dem scsi-verzeichnis aus?
Back to top
View user's profile Send private message
Linuxpeter
Guru
Guru


Joined: 28 May 2004
Posts: 403
Location: Dresden, Germany

PostPosted: Fri Apr 29, 2005 9:04 am    Post subject: Reply with quote

Hast du auch "SCSI disk support" im kernel drin?
_________________
Regards, Linuxpeter
Wenn "Windows" die Antwort ist, war es eine dumme Frage. ;-)
Is "Windows" the answer, then it was a stupid question. ;-)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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