Mounting a hard disk

Njoku, George O. njokug at winthrop.edu
Fri Nov 30 20:37:00 UTC 2007


SIMPLE EXPLAINATION


1. Download "gparted" (its an hard drive management utility; Its an
"iso" i.e fileimage)
2. Burn iso and boot using gparted.
3. format drive using ext3 filesystem

4. boot regularly in linux
5. #> mkdir /Newdrive
6. #> mount -t ext3 /dev/sdb2 /Newdrive

7. to mount automatically, add to /etc/fstab
	"/dev/sdb2	/Newdrive	ext3
defaults,errors=remount-ro 0 0"




Hope this helps
George


-----Original Message-----
From: ubuntu-users-bounces at lists.ubuntu.com
[mailto:ubuntu-users-bounces at lists.ubuntu.com] On Behalf Of Paul Smith
Sent: Friday, November 30, 2007 11:16 AM
To: ubuntu-users at lists.ubuntu.com
Subject: Mounting a hard disk

Dear All,

I am new to Ubuntu, and I would like to mount a hard disk that Ubuntu
did not mount automatically. How can I mount it manually?

Thanks in advance,

Paul

-- 
ubuntu-users mailing list
ubuntu-users at lists.ubuntu.com
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users




More information about the ubuntu-users mailing list