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 |
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.
|
|
10-13-2004, 06:14 AM
|
#1
|
Member
Registered: Sep 2003
Location: /naples/italy
Distribution: ubuntu 12.04 / Slackware 14
Posts: 150
Rep:
|
recovering data
i have a two disk pc. in the first one i've installed fc1 that work fine. in the second hd i've an old installation of mandrake and i cannot boot from this disk. what i'd like to try is recover some data (at least my mail) from this hd and then use it to have more room for the system i currently use.
can i mount the second hd from fedora?
where i can find the mail?
thank you
|
|
|
10-13-2004, 02:58 PM
|
#2
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
Moved: This thread is more suitable in Linux-General and has been moved accordingly to help your thread/question get the exposure it deserves.
To mount your old Linux partition you need to know which one is it first. Do it using fdisk, this way
fdisk -l /dev/hdb
/dev/hdb means primary slave disk. If it's a different one, you need to change it in the command. The result will be a table with device name, size and filesystem (Linux partitions are shown as 'Linux'). Find your Mandrake partition on the list. Size may probably help. When you have it run
mkdir /mnt/mandrake
(to create a new directory)
mount /dev/hdbX /mnt/mandrake
Replace X with the right value from above.
Which mail program have you used? Their mail directory locations are different.
|
|
|
10-14-2004, 09:08 AM
|
#3
|
Member
Registered: Sep 2003
Location: /naples/italy
Distribution: ubuntu 12.04 / Slackware 14
Posts: 150
Original Poster
Rep:
|
as far as i can understand the name given for my second disk is hdb with three partion (boot, root and home).
as far as i can remember the mail program was kmail.
tks
|
|
|
10-15-2004, 07:37 AM
|
#4
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
There may be different schemes and you'd need to use fdisk to make sure which partition is which (or just mount them one by one and check), but my guess is
/dev/hdb1 boot
/dev/hdb5 root
/dev/hdb6 home
Your mail is on your /home partition. KMail keeps it in .Mail directory (beginning with '.') in your home (/home/yourname/.Mail).
|
|
|
10-15-2004, 10:12 AM
|
#5
|
Member
Registered: Mar 2003
Location: UK Darlington
Distribution: Fedora Freebsd Centos
Posts: 296
Rep:
|
I'm not suer if this is correct, but you can still boot mandrake if you edit the /boot/grub/grub.conf on fc1 and add the appropiate lines to it. Then you can save any data you want to the fc1 directories directly from mandrake. Just a thought.
|
|
|
11-30-2004, 03:08 AM
|
#6
|
Member
Registered: Sep 2003
Location: /naples/italy
Distribution: ubuntu 12.04 / Slackware 14
Posts: 150
Original Poster
Rep:
|
i have to amend my last post. my 2nd hd is hdc and its tree partitions are boot, root and swap (not home as i said). so i assume that my mail should be in the root partition in .Mail folder.
is it so?
tks
|
|
|
All times are GMT -5. The time now is 06:18 PM.
|
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
|
|