[Linux] SATA drive?

StephenW linux@flux.org
Fri, 22 Jun 2007 16:37:22 -0700 (PDT)


--- david <abbottdavid@bellsouth.net> wrote:

> Sure, just shutdown and connect the drive, then enter bios and make sure
> the drive shows up, then boot and then as root;
> fdisk -l <-- see what it is called
> fdisk /dev/sda <-- create a partition
> I use reiserfs so;
> mkreiserfs /dev/sda1
> mkdir /mnt/storage
> add something like this to /etc/fstab
> /dev/sda1               /mnt/storage    reiserfs       
> defaults                0 0

It is not seen in the bios.
However, fdisk sees it.
It is in dev/sda1 with appropriate info

However, I cannot access it...

sw