Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-06-2005, 11:08 PM
|
#1
|
Senior Member
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044
Rep:
|
How to install a new hard drive on to existing system
I just had a hard drive lying around and I installed it on one of my machines. How do I set it up in /etc/fstab? I tried a couple different variations and it doesnt seem to work. Any help would be appreciated. Hard drive is detected by Suse 9.1 and worked properly before.
Thanks
|
|
|
02-06-2005, 11:15 PM
|
#2
|
Member
Registered: Dec 2003
Location: Chennai, India
Distribution: Arch Linux 0.7
Posts: 393
Rep:
|
whats the name of the hard drive? what file system?
for eg, if its fat 32, and called /dev/hdb then u need to
mkdir /mnt/hdb
/dev/hdb /mnt/hdb vfat defaults 0 0
thats the most basic and it should work
for ntfs, replace with "ntfs"
|
|
|
02-07-2005, 01:14 AM
|
#3
|
Senior Member
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044
Original Poster
Rep:
|
Its reiserfs file system, I dont use windows Its called /dev/hdd
|
|
|
02-07-2005, 01:17 AM
|
#4
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
just add something like:
/dev/hdd /mnt/hdd reiserfs defaults 0 0
and put the options you want in (like noauto, users and such. see man mount for the available options) and change /mnt/hdd to wherever you want it to mount.
|
|
|
All times are GMT -5. The time now is 09:44 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|