![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Add hard drive to SCO 6.0.0 | uxlunatick | SCO | 13 | 04-18-2008 06:17 AM |
| The best partitioning schem for a 250GB Sata hard drive & a 75GB SCSI hard drive | sirbijan | Filesystems, Disks and Memory | 0 | 04-05-2006 11:19 AM |
| Trying to copy old hard drive to new hard drive. | shorty | UNIX for Dummies Questions & Answers | 4 | 01-30-2006 02:47 PM |
| Removing hard drive | pujathakral | UNIX for Dummies Questions & Answers | 2 | 05-13-2005 07:58 AM |
| Does automount have an advantage over hard mount? | 98_1LE | UNIX for Dummies Questions & Answers | 1 | 03-31-2002 06:44 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I Want To Automount My Hard Drive!!!
I just loaded Red Hat 8.0 on my computer. I have a second hard drive that i reformatted with a Fat32 so I could share it with my XP and Linux partions....... I have like 4000 mp3's on it and i would like to get it to auto mount when Linux boots....? Or i would at least like to be able to mount it in my user login instead of having to log in as root every time.... the whole fstab thing still kinda blows my mind but hopefully ill get it figured out eventually. my hard drive is /dev/hdb1 so if somone could maybe give me the command line i could use to get this done???? Thank you very much for the help.. It really is appreciated... Kyle |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Make a directory like /win and then you'll want something like this in your fstab:
/dev/hdb1 /win msdos rw 0 0
__________________
FreeBSD - Opening computers from closed Windows |
|
#3
|
|||
|
|||
|
Well.... the directory im trying to mount it to is /mnt/hdb1 and the hard drive is just used for storage and it doesnt have an OS on it... i have win xp and RH8 on my main drive just partitioned in half... does this make a difference or is the line above what i should still use? (I understand that i would substitute /mnt/hdb1 for /win)
thanks for your help kyle |
|
#4
|
||||
|
||||
|
The file system type should be vfat and not msdos, right?
|
|
#5
|
|||
|
|||
|
so now if i do that will it auto mount on startup or do i still have to do something else beofore it will do that?... what do i have to do to the fstab?
Thanks kyle |
|
#6
|
||||
|
||||
|
You must edit the fstab file and add the appropriate line.
This is nicely described in the man page for mount, so if you execute the command: Code:
man mount |
||||
| Google The UNIX and Linux Forums |