Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux. |
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.
|
 |
10-05-2004, 06:26 PM
|
#1
|
Member
Registered: Mar 2004
Location: Illinois
Distribution: Mint 15
Posts: 163
Rep:
|
drive mounted
hello linux guru's
I was wondering I just installed 10.0 Official. I have a 2nd HDD installed in my computer and I assume that it is mounted incorrectly since I have a mounted drive on my desktop that is not pointing any where at all. It just says /dev/hd
so here is my fstab:
dev/hda1 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda6 /home ext3 defaults 1 2
/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0
none /mnt/hd supermount dev=/dev/ide/host0/bus0/target1/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850 0 0
also here is my fdisk info:
Disk /dev/hda: 80.0 GB, 80060424192 bytes
255 heads, 63 sectors/track, 9733 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 764 6136798+ 83 Linux
/dev/hda2 765 9733 72043492+ 5 Extended
/dev/hda5 765 827 506016 82 Linux swap
/dev/hda6 828 9733 71537413+ 83 Linux
Disk /dev/hdb: 120.0 GB, 120060444672 bytes
255 heads, 63 sectors/track, 14596 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 14596 117242338+ 42 SFS
If you can help me in getting this mounted correctly and also making sure it gets mounted everytime I boot that would be awesome.
Thanks for your time,
|
|
|
10-05-2004, 06:57 PM
|
#2
|
Member
Registered: Sep 2004
Distribution: Slackware 10, Gentoo
Posts: 292
Rep:
|
you're going to want to put an entry in your fstab which looks a little like this:
/dev/hdbX /path/to/mount/point fstype defaults 1 2
Where X is the partition number, IE: /dev/hdb1 (you can leave it off too, if you dont want to partition /dev/hdb),
/path/to/mount/point is the mount point, IE: /mnt/hdb (note if the mount point doesnt exist, you have to create it yourself),
and fstype is the filesystem type (you _did_ format it, right?).
man fstab for details
|
|
|
10-05-2004, 07:05 PM
|
#3
|
Member
Registered: Mar 2004
Location: Illinois
Distribution: Mint 15
Posts: 163
Original Poster
Rep:
|
Quote:
Originally posted by m00t00
you're going to want to put an entry in your fstab which looks a little like this:
/dev/hdbX /path/to/mount/point fstype defaults 1 2
Where X is the partition number, IE: /dev/hdb1 (you can leave it off too, if you dont want to partition /dev/hdb),
/path/to/mount/point is the mount point, IE: /mnt/hdb (note if the mount point doesnt exist, you have to create it yourself),
and fstype is the filesystem type (you _did_ format it, right?).
man fstab for details
|
yes it is already formatted in NTFS which I forgot to mention sorry. so it would look something like this?
/dev/hdb /mnt/hdb ntfs defaults 1 2
if this is correct thank you and I will try it as soon as it is confirmed.
Will I have to reboot to make it go into effect?
Thanks once agian for your time and help
|
|
|
10-05-2004, 07:51 PM
|
#4
|
Member
Registered: Mar 2004
Location: Illinois
Distribution: Mint 15
Posts: 163
Original Poster
Rep:
|
ok well I put that line in there and I still am unable to mount the drive. any thoughts?
thanks
|
|
|
All times are GMT -5. The time now is 06:03 PM.
|
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
|
|