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

RE: [cobalt-users] Raq4i or Raq4r



Hi

When I login as root, then type fdisk /dev/hdd I get the following message
# fdsik: command cannot be found --- Am I meant to be in a specific folder
to run fdisk?

thank you
Michelle

-----Original Message-----
From: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Gerald Waugh
Sent: 04 July 2002 01:40
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: 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

_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To Subscribe or Unsubscribe, please go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 2002/07/01

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 2002/07/01