Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
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-18-2004, 11:29 PM
|
#1
|
Member
Registered: Feb 2004
Location: sri lanka
Posts: 47
Rep:
|
how to view win partitions in linux
im using red hat linux 9 and pls tell me is there any way that i could view the other partions within linux so that i can mount them later
|
|
|
02-18-2004, 11:38 PM
|
#2
|
Member
Registered: Oct 2003
Location: Tucson, AZ
Distribution: Linux Mint
Posts: 194
Rep:
|
IDE Drives (Hard Drives or otherwise), are in order (iirc)
/dev/hda - First Primary
/dev/hdb - First Secondary
/dev/hdc - Second Primary
/dev/hdd - Second Secondary
(Pretty sure, but it may be Primary, Primary, Secondary, Secondary)
Anyhow, partitions on each drive are then numbered. /dev/hda2 would be second partition on First Primary HD. If you're not geeky enough to memorize your partition scheme, you can always use fdisk to find out (i.e "fdisk -l /dev/hda" to list partitions of First Primary drive).
Edit /etc/fstab, or use a graphical alternative to do it for you, to add vfat partitions to be mounted automatically for you :-).
|
|
|
02-18-2004, 11:45 PM
|
#3
|
Member
Registered: Feb 2004
Location: sri lanka
Posts: 47
Original Poster
Rep:
|
tell me what is the graphical alternative to edit /etc/fstab
|
|
|
02-18-2004, 11:47 PM
|
#4
|
LQ Newbie
Registered: Feb 2004
Location: Malaysia
Distribution: Fedora Core 1
Posts: 1
Rep:
|
here's how I did it
first start Terminal.
then type fdisk -l
note the letter L (el) not I (ai).
A list of partitions will come out and you can mount any of them by using
mount <dev_name> <mount_point> where <dev_name> is in the form /dev/hda1 or something like that and <mount_point> is an existing directory in your /mnt folder.
If there is an error while mounting any particular partition, check it by typing mount (without parameters). A list will come out showing mounted partitions. Note that you can mount an NTFS partition only after you downloaded and installed this one package (I can't recall). Maybe someone else can help me with this.
Hope that helps.
|
|
|
02-19-2004, 07:19 PM
|
#5
|
Member
Registered: Oct 2003
Location: Tucson, AZ
Distribution: Linux Mint
Posts: 194
Rep:
|
Well, I'm assuming you mean a graphical config tool (versus using a graphical text editorlike kwrite ;-)). Anyhow, there's several I know of: Drakconf in Mandrake, YaST2 in SuSE, and linuxconf which is distro-dependent. All of these tools have a drive setup wizard which configures /etc/fstab for you, but, honestly, it's really not that hard, and sometimes preferable to do it manually. Check out "man fstab" for info on what fields do what (it's very simple once you get used to it).
|
|
|
All times are GMT -5. The time now is 10:28 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
|
|