[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Raq4i or Raq4r



On Thursday 04 July 2002 07:19 am, Michelle Hall-Jones wrote:
<snip>
>
> can you explain how I can maually format the disk & mount it
>

try this manual install as root (disregard "")
The first command won't work if the drive is not hdc
So you may have to use hdd or strap the drive as master... and reboot
"fdisk /dev/hdc"
"mke2fs -cv /dev/hdc1"
"cd /"
"mkdir driveC"
"chmod 777 driveC"
"mount -t ext2 /dev/hdc1 /driveC"
"cd /driveC"
Now write a file
"touch test"   then run  "ls"  (you should see test)
"vi [or pico -w] /etc/fstab"
Add this line
/dev/hdc1  /driveC  3 3
Reboot and see it it mounts....

"ls /driveC"
you should see the test file
"rm /driveC/test"
"ls /driveC"
The test file should be gone

You can also put the file someplace else,
it does not have to be /driveC
just change the directions referencing /driveC

-- 
Gerald Waugh 
http://frontstreetnetworks.com  SOHO Networks & Web Site Hosting
Front Street Networks LLC     voice +1 203 785 0699 * fax +1 203 785 1787
229 Front Street, Ste. #C, New Haven CT 06513-3203