LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 04-21-2012, 12:29 PM   #1
Jay88
Member
 
Registered: May 2009
Location: London
Distribution: Xubuntu 14.04
Posts: 49

Rep: Reputation: 15
Replacing Fedora and Windows with Debian


Hi

I have a dual boot set up on my desktop with Windows xp and Fedora 10, and I would like to replace both with a single install of Debian with the intention of running Windows in a virtual machine for occasional use.

My Fedora setup has a separate partition for my /home folder and what I would like to know is would it be a good idea/possible to keep this partition with all of its contents or would it cause any conflict with the files from Debian? Also should I keep any of the files from my /etc folder?

Also, is it possible to install iTunes on Debian with WINE or will I just have to install and run it from my Windows virtual machine?
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 04-21-2012, 09:44 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 18,650
Blog Entries: 28

Rep: Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899
It would be possible to keep your /home partition, but there could be potential conflicts between the left-over configuration files in it and the new ones that would be installed by Debian.

I've never done this, but one idea that comes to mind is to create a new username under Debian so that username's files would be put in a separate directory on /home.

Another would be not to use that partition for /home under Debian, but to create a new /home partition. Then mount the old one as a separate partition later and copy over the files you need or create a softlink to it so you can access the files easily.

Again, I haven't tested either of these and am just offering them as possible strategies to investigate.
 
2 members found this post helpful.
Old 04-22-2012, 10:37 AM   #3
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,020

Rep: Reputation: 2260Reputation: 2260Reputation: 2260Reputation: 2260Reputation: 2260Reputation: 2260Reputation: 2260Reputation: 2260Reputation: 2260Reputation: 2260Reputation: 2260
I have done it and there was no conflict. The /home partition on this computer has been going for over 7 years, from Fedora 1 to CentOS 6 with a brief Debian interlude. One does accumulate a lot of redundant stuff, but it just sits there.

The one catch is the user id. Fedora currently uses 500, while Debian uses 1000. When I booted Debian for the first time, I got a message like 'This session has lasted 15 seconds. Unable to get mode 777 on .gnome'. Very helpful! All I had to do was switch to a console and do 'chown -R david /home'.
 
2 members found this post helpful.
Old 04-22-2012, 11:22 AM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4885Reputation: 4885Reputation: 4885Reputation: 4885Reputation: 4885Reputation: 4885Reputation: 4885Reputation: 4885Reputation: 4885Reputation: 4885Reputation: 4885
Keep in mind that not only the UIDs start at 500 in Fedora, but also the GIDs. Just to be complete on that one I would recommend to change it to the appropriate group also.
 
2 members found this post helpful.
Old 04-22-2012, 02:10 PM   #5
Jay88
Member
 
Registered: May 2009
Location: London
Distribution: Xubuntu 14.04
Posts: 49

Original Poster
Rep: Reputation: 15
Thanks for your replies, I think I am leaning towards Franks suggestion of creating a new home directory when I install Debian and keep my old home directory as a separate partition to copy the files across at some point.
 
Old 04-22-2012, 02:17 PM   #6
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,644

Rep: Reputation: 2366Reputation: 2366Reputation: 2366Reputation: 2366Reputation: 2366Reputation: 2366Reputation: 2366Reputation: 2366Reputation: 2366Reputation: 2366Reputation: 2366
As far as iTunes goes I think it's supposed to be possible to install it under WINE but I've not managed it. I get the impression that if you do it won't be able to sync with any Apple devices either. I have iTunes installed on XP in Virtalbox and that works pretty well updating iOS on my iPad was a little tricky but it worked in the end and I can cable or wireless sync. fine.
 
1 members found this post helpful.
Old 04-22-2012, 05:37 PM   #7
Jay88
Member
 
Registered: May 2009
Location: London
Distribution: Xubuntu 14.04
Posts: 49

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by 273 View Post
As far as iTunes goes I think it's supposed to be possible to install it under WINE but I've not managed it. I get the impression that if you do it won't be able to sync with any Apple devices either. I have iTunes installed on XP in Virtalbox and that works pretty well updating iOS on my iPad was a little tricky but it worked in the end and I can cable or wireless sync. fine.
Thanks, in that case I will install it on xp in my virtual machine. I was thinking of using qemu because it allows you to resize your virtual disk and I found Virtualbox to be a bit unstable on my XP install, but if the learning curve is steep I may just end up going back to virtualbox because I just want to use it for iTunes.
 
Old 04-22-2012, 08:35 PM   #8
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 18,650
Blog Entries: 28

Rep: Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899
Quote:
Originally Posted by Jay88 View Post
I found Virtualbox to be a bit unstable on my XP install
I haven't gotten around to trying qemu yet, though I intend to, but I can say I've found VirtualBox to be quite solid on Debian, Slackware, Ubuntu, and Win7. Note that all of the versions I was using were far newer than Win XP, which is getting rather long in the tooth.
 
1 members found this post helpful.
Old 04-22-2012, 10:13 PM   #9
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 18,650
Blog Entries: 28

Rep: Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899
Quote:
Originally Posted by DavidMcCann View Post
I have done it and there was no conflict. The /home partition on this computer has been going for over 7 years, from Fedora 1 to CentOS 6 with a brief Debian interlude. One does accumulate a lot of redundant stuff, but it just sits there.
Thanks. That is nice to know.
 
Old 04-23-2012, 01:56 AM   #10
Jay88
Member
 
Registered: May 2009
Location: London
Distribution: Xubuntu 14.04
Posts: 49

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by frankbell View Post
I haven't gotten around to trying qemu yet, though I intend to, but I can say I've found VirtualBox to be quite solid on Debian, Slackware, Ubuntu, and Win7. Note that all of the versions I was using were far newer than Win XP, which is getting rather long in the tooth.
Thanks will bear this in mind.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Replacing a Windows Domain Controller with a Linux:OpenLDAP importing from Windows AD mstevensfullarmor Linux - Enterprise 14 02-15-2012 06:05 PM
Replacing Ubuntu with debian sqeeze, leaving Vista KlaasJan Debian 1 02-01-2011 05:02 AM
Need help replacing Mandrake with Fedora on a dual boot with windows gnanda66541 Linux - Newbie 6 03-29-2007 01:36 PM
Replacing a windows nt server??? mrnikeswsh Linux - Networking 6 12-04-2003 06:01 PM
Replacing Windows AND Novell? westdf Linux - Software 5 05-14-2003 08:55 AM

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

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