Re: mounting a SATA drive

2005-02-15 Thread Javier Kohen
Hi,
Lionel Elie Mamane wrote:
On Tue, Feb 15, 2005 at 01:54:26PM +0100, Erik Norman wrote:
I have installed the system on a IDE harddisk.
I wondered how to mount a SATA harddisk.
Here's a complete example:
cfdisk /dev/sda
# Create a logical partition
mkfs.ext3 /dev/sda5
mount /dev/sda5 /mnt
Given the level of the question it might be necessary to add that only 
the last line (mount) is necessary if there is an existing partition. 
Cfdisk and mkfs are (potentially?) destructive operations; in other 
words, you will lose the data in the partitions affected by them. Mount 
is perfectly safe under normal operation.

Greetings,
--
Javier Kohen <[EMAIL PROTECTED]>
ICQ: blashyrkh #2361802
Jabber: [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: mounting a SATA drive

2005-02-15 Thread Lionel Elie Mamane
On Tue, Feb 15, 2005 at 01:54:26PM +0100, Erik Norman wrote:

> I have installed the system on a IDE harddisk.
> I wondered how to mount a SATA harddisk.

Well, hmmm..., I'm not sure on what level to answer that. You first
partition it (e.g. with cfdisk), then you create a filesystem on the
partitions (mkfs.ext3) and use the "mount" program to mount the
partition. Sata drives will usually appear as SCSI drives, so their
name will be like /dev/sda, /dev/sdb instead of /dev/hda, /dev/hdb.

Here's a complete example:

cfdisk /dev/sda
# Create a logical partition
mkfs.ext3 /dev/sda5
mount /dev/sda5 /mnt

-- 
Lionel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



mounting a SATA drive

2005-02-15 Thread Erik Norman
Hello!

I have installed the system on a IDE harddisk.
I wondered how to mount a SATA harddisk.

I use a Asrock K8 Combo-Z motherboard, i think the driver is ALI153X or
similar...

Erik

-- 
Lassen Sie Ihren Gedanken freien Lauf... z.B. per FreeSMS
GMX bietet bis zu 100 FreeSMS/Monat: http://www.gmx.net/de/go/mail

-- 
DSL Komplett von GMX +++ Supergünstig und stressfrei einsteigen!
AKTION "Kein Einrichtungspreis" nutzen: http://www.gmx.net/de/go/dsl


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]