RE: Mounting a hard disk
- From: "Njoku, George O." <njokug@xxxxxxxxxxxx>
- Date: Fri, 30 Nov 2007 15:37:00 -0500
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@xxxxxxxxxxxxxxxx
[mailto:ubuntu-users-bounces@xxxxxxxxxxxxxxxx] On Behalf Of Paul Smith
Sent: Friday, November 30, 2007 11:16 AM
To: ubuntu-users@xxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- Follow-Ups:
- Re: Mounting a hard disk
- From: Paul Smith
- Re: Mounting a hard disk
- References:
- Mounting a hard disk
- From: Paul Smith
- Mounting a hard disk
- Prev by Date: Add the thunar icon to a XFCE panel
- Next by Date: Re: Mounting a hard disk
- Previous by thread: Re: Mounting a hard disk
- Next by thread: Re: Mounting a hard disk
- Index(es):