I am planning to install Debian amd64 and i386 in the same USB HDD to boot both types of PCs.

Unfortunately, there is not enough space for the home folder, so can I share the home folder with two systems. And how about swap area and /tmp folder?

link|improve this question
1  
More appropriate for superuser but yes you can the home and tmp folders and even swap should be fine to share. – Jesus Ramos Sep 20 '11 at 4:08
Thanks Jesus Romos. Does "More appropriate for superuser" means it better to have the some user id and group id, and user has sudo privilege? And is there any chance to cause any incompatible conflicts for the configuration files in the home folder? – fenghse Sep 20 '11 at 6:00
feedback

migrated from stackoverflow.com Sep 20 '11 at 8:31

This question came from our site for professional and enthusiast programmers.

2 Answers

Yes you can! Just make sure you are running close-to-the-same version of your programs on both of them so that the configuration files under ~/.here dont confuse each other.

If the amd64 and i386 are different installs then you can share the swap and tmp as well.

You could also share /var/log but I wouldnt recommend it.

link|improve this answer
Thanks AntonioP. – fenghse Sep 20 '11 at 16:05
feedback

You can, just be sure to keep the username and UID number the same on both operating systems. This avoids stingy UNIX permission conflicts.

You can also share swap and /tmp if you want.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.