LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-07-2004, 03:46 PM   #1
wogga
Member
 
Registered: Apr 2004
Posts: 82

Rep: Reputation: 15
newbie file structure questions


I got a printout of linux file structure and checked the /mnt directory on my box, i discovered that it only displays floppy, where did the cd go, i had actually used the cd to install linux.

is /dev where all the device drivers are stored.
 
Old 06-07-2004, 06:11 PM   #2
alv6
LQ Newbie
 
Registered: Jun 2004
Distribution: Gentoo
Posts: 13

Rep: Reputation: 0
/mnt is just the place where the directories that tend to become mount points are stored.
if you want another point just "mkdir /mnt/whatever"
but you have to then use the mount command to actually link some file system with the point, like this:
Code:
mount -t fat /dev/fd0 /mnt/floppy
/dev/fd0 is the device that represents the first floppy drive
note that you also have preconfigured mount points in /dev/fstab, which will simplify the above command into
Code:
mount /mnt/floppy
The dev directory stores links into the drivers. /dev/fd0 is your floppy drive. /dev/hda1 is the first partition on your primary master drive (assuming ATA/EIDE of course) /dev/sound/dsp or /dev/dsp is your sound card. They are not themselves the drivers. The loadable drivers are stored in /lib/modules/$KERNEL_VERSION.
 
Old 06-08-2004, 06:19 AM   #3
wogga
Member
 
Registered: Apr 2004
Posts: 82

Original Poster
Rep: Reputation: 15
thanks for the info
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wine directory structure questions Rundi Linux - Software 2 01-03-2005 07:00 PM
file/dir structure xemous Linux - Newbie 3 10-04-2004 01:51 AM
f_count of file structure amitgoel25aug Linux User Groups (LUG) 3 08-08-2004 07:39 AM
3 Questions Regarding File Structure And Sftp aioss Linux - Software 1 10-25-2003 06:39 PM
File Structure Stephanie Linux - General 2 07-19-2001 04:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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