Entra

View Full Version : INSTALLARE DISTRO SU controller SATA PCI Cardbus adapter


AVE-LINUX
30-12-2007, 00:52
Ciao a tutti,
sono appena registrato. ho fatto una ricerca su FAQ HOWTO ed ho trovato segnalazione che l'installazione di linux su controller raid ide o sata potrebbe essere più problematico.

Configurazione:
PIII 450 MHz
458 Mb (più o meno) RAM
CONTROLLER SATA HAMLET COSI' DESCRITTO:
--------------------------------------------------------------------------
This SATA PCI card is compliant with Serial-ATA 1.0 specifications, to upgrade your desktop computer for dual Serial ATA RAID Channels (one internal and one external) and one fully Parallel-ATA Host controller for supporting single channel. The PCI card provides up to 33/66 MHz ,fully compliant Serial ATA ports on the device side to access Serial ATA hard disk drive. Striping (RAID 0) and Mirroring (RAID 1) improve the data performance and provide the data redundancy.

Specification

Dual Port Serial ATA Interface
Transfer rate up to 1.5GB/s
Sata PCI card

Serial-ATA 1.0 specification

System requirements Windows 98SE/2000/ME/XP

Features

Serial-ATA Interface 1.5 Gb/s data rate
Supports SATA 1.0 (High Speed Serialized AT Attachment, Revision1.0)
Completely SW transparent with Parallel ATA
Supports Host adapter register interface(SCR, Status and Control Registers)
Parallel-ATA Interface
Supports Ultra DMA Mode Transfers up to Mode 6 Timing (133 Mbts)
Supports 48-bit LBA (Large Disk), hard driver larger than 137GB
Supports PIO Modes up to Mode 4 Timings,and Multiword DMA Mode 0,1,2 with Independent Timing of up to 4 drives
Supports Tri-state IDE Signals PCI Bus Interface
Compliant with PCI specification revision 2.2
Supports up to 33/66 MHz PCI interface clock
---------------------------------------------------------------------
1 HD 6 GB UDMA4 (ERA IL DISCO ORIGINALE E L'HO TENUTO COME ARCHIVIO)
1 HD 160 GB SATA (HA SOPRA WIN2K ED E' IL DISCO DI BOOT) UNICA PARTIZIONE NTFS

STANTE CHE MI LEGGERO' LE VARIE GUIDE SUGGERITE, HO GIA' PROVATO AD INSTALLARE UBUNTU/KUBUNTU OTTENENDO IN AVVIO IL BOOT LOADER CHE MI INDICA 2 POSSIBILI SO (LINUX E WIN2K) CHE PERO' RESTITUISCE I SEGUENTI 2 ERRORI:
ERROR 22: NO SUCH PARTITION PER LINUX
ERROR 25: DISK READ ERROR PER WIN2K

ORA DOPO DIVERSE ORE DI RICERCHE SU COMANDI VARI HO RIPRISTINATO (ALMENO CREDO) IL MBR DI WIN ED ELIMINATO OGNI PARTIZIONE.

MA SONO SERIAMENTE INTENZIONATO AD USARE LINUX ED E' PER QUESTO CHE GRADIREI SEMPLICI CHIARIMENTI SUL COME AFFRONTARE L'INSTALLAZIONE STANTE LA CONFIGURAZIONE HW CHE VI HO DESCRITTO (MI E' PARSO DI CAPIRE CHE ALCUNI PROBLEMI POTREBBERO ESSERE DATI DAL MANCATO RICONOSCIMENTO DEL CONTROLLER COSI' COME DA MIO ERRORE NELLA FASE DI INSTALLAZIONE DEL DISCO/PARTIZIONE SUL QUALE INSTALLARE IL GRUB.

GRAZIE A TUTTI E SCUSATE PER L'INIZIALE DILUNGAMENTO

Gollum63
30-12-2007, 01:33
Io per prima cosa proverei con una live del SO che vuoi installare, così intanto vediamo se hai altri problemi, se si avvia apri un terminale e digiti
sudo fdisk -l
così vediamo come linux legge tuoi dischi

AVE-LINUX
30-12-2007, 15:10
Live SO provate e apparentemente funzionanti:
UNBUNTU 7.04 (il file manager nautilus mi vede i dischi e riesco ad aprire i file ivi contenuti)
KUBUNTU 7.04 (il file manager Konqueror li vede ma restituisce errore "hal-storage-fixed-mount-all-options refused uid 999")
GOS (non ho verificato)


di seguito l'esito del comando che mi hai suggerito in unbuntu 7.04 live
-------------------------------------------------------------------------
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 19457 156288321 7 HPFS/NTFS

Disk /dev/hdg: 6448 MB, 6448619520 bytes
15 heads, 63 sectors/track, 13328 cylinders
Units = cylinders of 945 * 512 = 483840 bytes

Device Boot Start End Blocks Id System
/dev/hdg1 1 13328 6297448+ b W95 FAT32
Partition 1 does not end on cylinder boundary.
/dev/hdg2 * 1 1 0 10 OPUS
Partition 2 does not end on cylinder boundary.

Partition table entries are not in disk order
-------------------------------------------------------------------------

di seguito l'esito del comando che mi hai suggerito in kunbuntu 7.04 live
-------------------------------------------------------------------------
Disk /dev/hdg: 6448 MB, 6448619520 bytes
15 heads, 63 sectors/track, 13328 cylinders
Units = cylinders of 945 * 512 = 483840 bytes

Device Boot Start End Blocks Id System
/dev/hdg1 1 13328 6297448+ b W95 FAT32
Partition 1 does not end on cylinder boundary.
/dev/hdg2 * 1 1 0 10 OPUS
Partition 2 does not end on cylinder boundary.

Partition table entries are not in disk order

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 19457 156288321 7 HPFS/NTFS
-------------------------------------------------------------------------

per il disco hdg so già che c'è qualche problema di partizione ed immagino che quando ho fatto la prima installazione (ed ancora più ignorante di adesso) non ho verificato cosa volesse dire che avrebbe installato il grub su hd0. poco male il disco per ora è accessibile. ho intenzione di farne un back-up e formattarlo.

grazie ancora