Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Ubuntu Help > Jaunty Jackelope

Forgot Password?
 Ubuntu Help   Discussion and help about Ubuntu, Kubuntu, Xubuntu, and all the Ubuntu family

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 3 Weeks Ago   #21 (permalink)
Linux Engineer
 
D-cat's Avatar
 
Join Date: Jan 2009
Location: Dover, NH
Posts: 1,444
There's no feedback, you'll just eventually get the prompt back when it's done.

My time guess was assuming a modern system. The time it takes as affected by your resources, processor, and most of all drive throughput. My 3GHz dual core could probably do an 80GB sata (do they exist that small?) in 10 minutes, while a 1 GHz with an 80GB UDMA/66 IDE drive will probably take closer to the hour.
__________________
You just WON the game!

Last edited by D-cat; 3 Weeks Ago at 06:09 PM.. Reason: expanding answer.
D-cat is offline  


Reply With Quote
Old 3 Weeks Ago   #22 (permalink)
Just Joined!
 
Join Date: Sep 2009
Posts: 21
You said that:

"When that's done, all you have to do is figure out where you want to mount it in your directory tree and put it in the fstab."

Where would I want to mount it so that it is accessible and easy to access so that I can use it as a backup hard drive to store movies, music, etc. on?

And also, I have NO idea how to edit the fstab, so help on that would be greatly appreciated as well.
bigpappajohn1984 is offline   Reply With Quote
Old 3 Weeks Ago   #23 (permalink)
Linux Engineer
 
D-cat's Avatar
 
Join Date: Jan 2009
Location: Dover, NH
Posts: 1,444
External drives usually mount themselves in /media. Static mounts (internal devices) would historically go in /mnt (like /mnt/hd2), but you can put it anywhere you want that doesn't conflict with an existing system directory. IOW: you can have it in /home/john/multimedia if you so choose. This is totally up to you.

When it comes to your /etc/fstab, you can generally follow examples already given. Say you chose an ext3 partition and you wanted it in /mnt/stuff, the line you'd add to fstab is

/dev/sdb1 /mnt/stuff ext3 users,rw 0 0

if you formatted as NTFS, you'd add some options to avoid permissions problems:

/dev/sdb1 /mnt/stuff ntfs-3g rw,users,umask=0,gid=users,utf8=true 0 0

There are other ways to do this as well (like if you have one of those newer computers where device assignments are dynamic, you can use the partition's uuid instead of the /dev/sd(xy) assignment- this is default behavior in the install scripts of modern distros), but I don't think there's a particular need for that right now.

Where ever you choose to mount the drive, make sure the directory physically exists first (like sudo mkdir /mnt/stuff); mount does not add directories, it takes over an existing one.

You need root permissions to save fstab, so you can use a text editor such as gedit like this:
[Alt + F2] to bring up a run dialog
type gksu gedit /etc/fstab
You may get another dialog asking your password.
gEdit with fstab loaded should appear. Careful with this one, it has root permissions and can overwrite any file while it's open. Another note, fstab must end with a blank line. Make your addition, save, and exit.

Now you can mount the drive with sudo mount /dev/sdb1 . The drive should be mounted automatically on the next boot.
D-cat is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 05:56 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2