LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS
User Name
Password
MEPIS This forum is for the discussion of MEPIS Linux.

Notices


Reply
  Search this Thread
Old 07-26-2005, 01:40 PM   #1
abrand888
LQ Newbie
 
Registered: May 2005
Posts: 11

Rep: Reputation: 0
making second partition permanent & booting


I installed Mepis on my hd. I set up this drive to have two partitions and a linux swap file. I would like to make the second partition hda6 a permanent mounted drive and it is a FAT32 and don't know where to find etc/fstab to mount second partition permanently. How can I find this etc/fstab and all the other directories in the system of Mepis.

Also I installed Mepis on a separate HB but the GRUB is loaded in the MBR of the hd. I installed it as a slave but if I were to use Windows as drive C and Mepis as drive D, the GRUB loader takes over.

1. how can I use a boot manager to select either drive C or D and not have GRUB give me problems ?

2. which boot manager would recommend tobe able to do this ?

3. I ask the above because I use several Window drives for different purposes and don't want a permanent install.

4. Is there a way to have KMAIL installed as a icon on the desktop ?

Thanks

Arthur
 
Old 07-26-2005, 04:38 PM   #2
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
Re: making second partition permanent & booting

Quote:
Originally posted by abrand888
I installed Mepis on my hd. I set up this drive to have two partitions and a linux swap file. I would like to make the second partition hda6 a permanent mounted drive and it is a FAT32 and don't know where to find etc/fstab to mount second partition permanently. How can I find this etc/fstab and all the other directories in the system of Mepis.
In order to automatically mount a partition at startup it must be in /etc/fstab.
To write a rule for fstab, first get the partition to mount from the command line (mount -t vfat /dev/hda6 /mnt/fatpartition - the second location must exist, so make it first using the mkdir command)

Once that works you're ready to add a line to fstab. The easiest way to do so is by opening a terminal and becoming root (su). Then you use you favopurite text editor to modify fstab somthing like this:
# gedit /etc/fstab

and add a line similar to this one from my fstab:

/dev/hda6 /mnt/windows vfat defaults,users,umask=000 0 0

Quote:

Also I installed Mepis on a separate HB but the GRUB is loaded in the MBR of the hd. I installed it as a slave but if I were to use Windows as drive C and Mepis as drive D, the GRUB loader takes over.

1. how can I use a boot manager to select either drive C or D and not have GRUB give me problems ?

2. which boot manager would recommend tobe able to do this ?
No problem:

in linux anything you connect to an ide cable gets the following names:
primary master /dev/hda
primary slave /dev/hdb
secondary master /dev/hdc
secondary slave /dev/hdd
etc...

Grub is slightly different
/dev/hda becomes hd0
/dev/hdb becomes hd1
etc...

an excerpt from my grub.conf file adapted to what might be your setup:

title Fedora Core (2.6.12-1.1398_FC4)
root (hd1,3)
kernel /vmlinuz-2.6.12-1.1398_FC4 ro root=/dev/hdb2 rhgb quiet
initrd /initrd-2.6.12-1.1398_FC4.img
title Windows
rootnoverify (hd0,0)
chainloader +1

as you can see each entry not only selects a different OS but also a different drive.
 
Old 07-28-2005, 11:25 AM   #3
abrand888
LQ Newbie
 
Registered: May 2005
Posts: 11

Original Poster
Rep: Reputation: 0
Thanks for your suggestions. As I started playing around with Mepis dialing out after I got the Compuserve dialer to work flawlessly giving me a Internet connection, I am having a problem in that when I type microsoft.com it can take better than three minutes to get to Microsoft.com. I selected a template todownload and setup hda6 as the second partition to download a file to, I can seethe location in Mozilla Firefox but nothing seems to be stored there even though I made a directory in the second partition and the downloading time is so slow.

I went back to my Linspire 4.5 on my hd and did a dial-up-connect and that went fast, type in Microsoft.com and it immediately opened up Microsoft.com but in Linspire I am unable in preferences to tell it where to download that file. I atleastknow that my dialing up connection is working and surfing is working BUT even though in Partitions it states that /dev/hda7 /disks/dos vfat, I cannot direct Firefox to download a file to vfat partition.

Will your suggestion how to mount the second partition also help me with Linspire ?

This is most interesting problem.

Thanks for your help.

Arthur
 
Old 08-05-2005, 04:03 PM   #4
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
I had problems with amule due to permission settings on the vfat partition. As a matter of fact fat32 partitions arn't very good as far as permissions are concerned and I had to include uid=500,gid=500 (in your case check your user ID to make it correspond) in order to mount the fat32 partition with the right permissions to be able to let amule use it. I don't know if it will solve your problem though...
 
  


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
making chmod permanent Beckerjr Linux - General 5 05-11-2005 12:08 PM
Making Routing Table Changes Permanent gabriele_101 Linux - Networking 3 11-18-2004 07:30 AM
making a default gateway permanent csu19032 Linux - Networking 1 07-01-2004 02:28 PM
Making Changes Permanent T-u-N-i-X Linux - General 1 09-01-2003 05:47 AM
Making SMBMOUNT Permanent unclebyron Linux - General 2 01-31-2002 05:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS

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