LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-17-2004, 03:13 PM   #1
luv5speed
LQ Newbie
 
Registered: Feb 2004
Posts: 10

Rep: Reputation: 0
How Do I Access My New Hard Drive


Hi =),
Im Using The Latest Version Of Red Hat Linux I believe kernel 2.4.20.8. I am an absolute newb to linux and have used windows my whole life and i hate it =) so im trying to convert. Linux is installed on a SCSI drive and i just installed an IDE Drive For Extra Storage. It has been partitioned as FAT32. when i go into konqueror /dev i see a like 300 hdX. starting with hda ending on hdt31 or something. i see hda1 but when i dclick i get a box that asks me what program i want to open this with. When I use A tool called Hardware Browser I can see the drive listed as /dev/hda hda1. i also see my SCSI Drive listed /dev/sda with 3 partitions sda1 sda2 and sda3 When I use User Mount Tool this is what i see

Device Directory Filesystem

none /dev/shm tmpfs
none /proc proc
none /dev/pts devpts
label=/boot /boot ext3

do i have to mount this drive or is it automatically mounted for me and how do i access it to put files on it? Thanks For Any Help =)
 
Old 02-17-2004, 03:19 PM   #2
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
well, if it is the only ide hard drive then you should add in your /etc/fstab file the following line
/dev/hda1 vfat /mnt/harddrive defaults 0 0
then all you need to do is mount /mnt/harddrive, and from thereon it will mount on boot hope this helps
 
Old 02-17-2004, 03:19 PM   #3
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
the short answer is yes... you do have to mount it
 
Old 02-17-2004, 03:23 PM   #4
luv5speed
LQ Newbie
 
Registered: Feb 2004
Posts: 10

Original Poster
Rep: Reputation: 0
alright thank you very much for your help im rebooting now =)
 
Old 02-17-2004, 03:28 PM   #5
luv5speed
LQ Newbie
 
Registered: Feb 2004
Posts: 10

Original Poster
Rep: Reputation: 0
well it gave me a whole bunch of errors i dont believe i configured the file correctly though gonna try it again
 
Old 02-17-2004, 03:49 PM   #6
luv5speed
LQ Newbie
 
Registered: Feb 2004
Posts: 10

Original Poster
Rep: Reputation: 0
ok i get an error that says mounting local filesystems: mount: mount point /mnt/hardrive does not exsist
 
Old 02-17-2004, 04:07 PM   #7
luv5speed
LQ Newbie
 
Registered: Feb 2004
Posts: 10

Original Poster
Rep: Reputation: 0
ok i tried adding the line like you showed me but it gave me a whole bunch of errors as i just typed it in like u did with no spaces or anything. i got a ton of errors on startup. so i tried again using spaces and entered
/dev/hda1 /mnt/hardrive vfat defaults 0 0. on boot up i get the error:
mounting local filesystems: mount: mount point /mnt/hardrive does not exsist. i looked in /mnt and there is nothing there. what do i do now?
 
Old 02-17-2004, 04:20 PM   #8
luv5speed
LQ Newbie
 
Registered: Feb 2004
Posts: 10

Original Poster
Rep: Reputation: 0
well, while i was away i learned how to read and carefully read your post and caught the extra d in harddrive i was missing. i fixed it rebooted and still getting the same error
 
Old 02-17-2004, 04:28 PM   #9
Vlad_M
Member
 
Registered: Aug 2002
Location: Cape Town, South Africa
Distribution: Red Hat 8.0 (Home), Red Hat 8.0 (Work)
Posts: 388

Rep: Reputation: 30
mkdir /mnt/hardrive

This command will create a new mount point (just a directory, really) and allow you to execute the mount command without errors.

Once you do the above, put the line back into your /etc/fstab

/dev/hda1 /mnt/hardrive vfat defaults 0 0

And then at the prompt type

mount -a

That should do it, you should see your disk mounted when you type mount. Now if you wanna put any stuff on it, just place it in /mnt/hardrive and it will go onto the disk.

Hope this makes sense.
 
Old 02-17-2004, 04:42 PM   #10
luv5speed
LQ Newbie
 
Registered: Feb 2004
Posts: 10

Original Poster
Rep: Reputation: 0
so i see said the blind man as he stumbled OVER his wall =) Thanks you so much. even though it was a struggle i see how much more powerful that makes linux over windows in controlling your partitions. Thankyou everyone for your help =) time to play!!!
 
Old 02-17-2004, 04:56 PM   #11
Vlad_M
Member
 
Registered: Aug 2002
Location: Cape Town, South Africa
Distribution: Red Hat 8.0 (Home), Red Hat 8.0 (Work)
Posts: 388

Rep: Reputation: 30
Cool, glad we could help!
 
Old 02-17-2004, 05:34 PM   #12
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
that's right, now have fun
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hard Drive Access numbersix Linux - Hardware 4 02-13-2005 03:30 AM
only access 13 gb out of 40 gb hard drive from rh 9.0 shobhit Linux - Hardware 2 08-14-2004 01:39 PM
Hard drive access tommytomato Linux - Newbie 1 06-15-2004 11:59 PM
Grub to access new hard drive and old multi os hard drive ? gedi1 Linux - Hardware 0 06-03-2004 12:01 PM
Why does Redhat 8.0 access hard drive second by second? Cyclops Linux - Distributions 5 11-20-2002 07:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration