LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-22-2004, 04:00 PM   #1
ranciddwarf
LQ Newbie
 
Registered: Aug 2004
Posts: 3

Rep: Reputation: 0
Drive location help


I am totally new to Linux. I am using it for learning purposes and also it is my fall college program.
My question is how can I access other partitions and optical drives?
I have heard things about "mounting" and something about "/dev" but I am not sure at all.
My other partitions are a NTFS XP partition and a Fat32 storage partition then of course linux. I mainly want to get access to the Fat32 because I think I heard briefly that Linux and NTFS are like a snake on mongoose ordeal.
Can any of you super nice Linux pros help a poor confused noob, please?

And also if I was to download a program say a calculator, where would I install it? Or does one install it? I really have no idea. Quite pitiful
 
Old 08-22-2004, 04:06 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Re: Drive location help

Hi, and welcome to LQ!

Quote:
Originally posted by ranciddwarf
My question is how can I access other partitions and optical drives?
I have heard things about "mounting" and something about "/dev" but I am not sure at all.
My other partitions are a NTFS XP partition and a Fat32 storage partition then of course linux. I mainly want to get access to the Fat32 because I think I heard briefly that Linux and NTFS are like a snake on mongoose ordeal.
Can any of you super nice Linux pros help a poor confused noob, please?

And also if I was to download a program say a calculator, where would I install it? Or does one install it? I really have no idea. Quite pitiful [/B]
It's not quite that bad. :}

Getting read-access to ntfs partitions is almost trivial,
read & write to FAT32 is not a big deal, either.

To determine what device you want to mount to which
mountpoint using which file-system, do
fdisk -l

That will list the devices with their partition-types.


As for the optical drives: what interface are they using?
It would also help to know which distro you're using to
give you more specific info about how to proceed.


Cheers,
Tink
 
Old 08-22-2004, 04:13 PM   #3
ranciddwarf
LQ Newbie
 
Registered: Aug 2004
Posts: 3

Original Poster
Rep: Reputation: 0
of course

Of course how stupid of me
I am using Fedora...version newest one I think. It was late last night so it is whatever I got access to
I am using Gnome interface, I am pretty sure
Thank you for any help. Also I don't know anything about Linux. I am not even sure what mounting is, no pun intended.
 
Old 08-22-2004, 04:48 PM   #4
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
Mounting is adding data on a disk partition the the logical file structure presented to the user. All OSes do mounting, but Windows, for instance, is rigid and inflexible about how disks are mounted and does the whole thing for you. In Windows, your primary hard drive is always mounted under C:\, the next hard drive under D:\, etc. Linux does not have drive letters like that, but instead the entire file structure is unified under a single root directory, / (note the directory separator is a forward slash, not a back slash). When you mount a disk (or other device such as a digital camera) under Linux, you are putting the contents of its filesystem under the / directory. So, to close with an example, if the first partition on your secondary master hard drive is FAT32 and you want to put it under /mnt/fat32 in Linux (that directory must exist), you would issue the command:

mount -t vfat /dev/hdb1 /mnt/fat32

/dev/hdb1 is the first partition of the primary IDE slave. There are tutorials on this site and on the Internet you should check out, but hopefully this gets you started.
 
Old 08-22-2004, 05:34 PM   #5
ranciddwarf
LQ Newbie
 
Registered: Aug 2004
Posts: 3

Original Poster
Rep: Reputation: 0
Many thanks

You nerds are allllll right
I got the fat32 partition to mount, I had to use /dev/hde5 or whatever, but it was hde that worked. A useful typo i'm sure
I was reading around on other forums and it seems that ntsf is still problomatic. How would I go about doing it, is it something instead of vfat for the command?
But thank you for the fat32 help
 
  


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
apache: location in location eantoranz Linux - Networking 2 08-08-2005 09:37 PM
DVD-ROM Drive Location Slayer097 Linux - Newbie 7 02-23-2005 12:52 PM
location, location, location! mermxx LQ Suggestions & Feedback 9 09-25-2004 03:08 AM
ln location john8675309 Linux - General 3 03-12-2004 11:34 AM
changing hard drive location thelight1 Linux - Hardware 3 10-12-2003 06:20 AM

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

All times are GMT -5. The time now is 01:02 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