LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Replacing Fedora and Windows with Debian (https://www.linuxquestions.org/questions/linux-newbie-8/replacing-fedora-and-windows-with-debian-941022/)

Jay88 04-21-2012 12:29 PM

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?

frankbell 04-21-2012 09:44 PM

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.

DavidMcCann 04-22-2012 10:37 AM

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'.

TobiSGD 04-22-2012 11:22 AM

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.

Jay88 04-22-2012 02:10 PM

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.

273 04-22-2012 02:17 PM

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.

Jay88 04-22-2012 05:37 PM

Quote:

Originally Posted by 273 (Post 4660037)
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.

frankbell 04-22-2012 08:35 PM

Quote:

Originally Posted by Jay88 (Post 4660182)
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.

frankbell 04-22-2012 10:13 PM

Quote:

Originally Posted by DavidMcCann (Post 4659924)
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.

Jay88 04-23-2012 01:56 AM

Quote:

Originally Posted by frankbell (Post 4660259)
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.


All times are GMT -5. The time now is 08:43 AM.