LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-04-2003, 12:57 PM   #1
ncabell
LQ Newbie
 
Registered: Oct 2003
Location: Los Altos, CA, USA
Distribution: Mandrake Linux 9.1
Posts: 6

Rep: Reputation: 0
How to see additional hard drive under Mandrake


Can someone tell me how to save a file to a different drive from a Mandrake KDE environment. I am not familiar with how to see the additional drive (F which is FAT formatted and accessible (hopefully) by both Windows and Linux on my dual booted machine.

I'm just learning UNIX and Linux.
 
Old 11-04-2003, 01:16 PM   #2
DesertWolf0132
Member
 
Registered: Oct 2003
Distribution: Mdk 9.2, Slack 10
Posts: 37

Rep: Reputation: 15
With a FAT formatted drive it should be simple (NTFS gets a little kinky). You need to navigate to /mnt/windows*

*windows is what mandrake 9.1 called my XP partition so I am assuming it is the same for you.

If for some reason it did not mount your other drive by default you can mount it pretty simply from the Mandrake Control Center. Click Mount Points and then DiskDrake. It is all pretty intuitive from there.

NOTE: If your security setting are set to Higher or Paranoid it might require you to use root to get to the /mnt directory. Once there you should be able to edit the permissions.
 
Old 11-04-2003, 01:32 PM   #3
idaho
Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: RedHat, Libranet
Posts: 438

Rep: Reputation: 30
You need to create a mount point, then mount the drive. Assuming your Fat partition is the first partition on your second drive you would do something like:

mkdir /DOS
mount /dev/hdb0 /DOS

If your system can not figure out the type of filesystem automatically, your mount command would be:

mount -t vfat /dev/hdb0 /DOS

The key thing for you to understand is that Linux does not use drive letters to access drives. Instead it uses device files - e.g., the /dev/hdb0 thingy.
 
Old 11-05-2003, 11:13 AM   #4
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
You can add a line to the /etc/fstab file so regular users & KDE can mount:
/dev/hdb1 /mnt/windows vfat user,umask=0,auto 0 0
'user' lets regular users mount, 'umask' sets permissions because you can't do it the regular way on win drives, 'auto' mounts automatically on startup. Add the line with any text editor. Note that Mandrake might have already put the needed line there, so you can just go to the folder where it is to be mounted (if the line is like the example I gave, that folder would be /mnt/windows).
 
  


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
Install Additional Hard Drive in Fedora lennysokol Linux - Hardware 4 03-10-2005 04:44 PM
additional scsi drive setup-not boot drive serat Linux - Newbie 3 04-03-2004 11:44 AM
How to add additional hard disc after installation osward Linux - Newbie 10 03-28-2004 06:01 PM
Add Additional Hard Drives rawdave Linux - Newbie 3 03-17-2004 09:47 AM
manual mandrake shut down hard on hard drive randrake Mandriva 2 03-15-2004 04:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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