General :: Useful To Have 2 Distros (Fedora And Debian) Sharing A / Tmp Partition?

May 4, 2011

How useful is it to have 2 linux distros (Fedora and Debian) sharing a /tmp partition?

View 3 Replies


ADVERTISEMENT

Ubuntu :: Sharing A /home Partition Between 3 Distros?

Jun 18, 2010

On my netbook I want to have three linux distros: full desktop ubuntu, a quick loading web oriented netbook OS (maybe UNR or a couple others), and backtrack 4.

To save HD space, I was thinking about having like a 10GB partition for each OS, a 2GB swap partition to be shared, and a /home partition taking up the rest of the drive to be shared between all the OSes. Are there any potential complications here? Should I use a separate user and home folder for each distro or would it be ok to share the same home folder between all of them?

View 3 Replies View Related

General :: Sharing /home And Swap Partitions Between Several Distros?

Jan 18, 2010

I have a new laptop, the HDD is 160 GB size, I would like to install several linux distros, such as Debian, UbuntuStudio and BackTRack, the HDD partition would be like this:

- first logical partition (100 GB): 3 ext3 extended partition (1 partition for each distro)
-second logical partition (2 GB): swap
-thid logical partition (55 GB): ext3 /home partition
-four logical partition (3 GB): free space

is possible to share the swap and the /home partition between the 3 distros?

View 4 Replies View Related

Debian :: Swap Partition Between Distros

Apr 26, 2015

Is it possible to use the same swap partition between distros or not ?

View 5 Replies View Related

General :: Two Distros With The Same /home Partition?

Oct 11, 2010

I am running Ubuntu with root on one partition and /home on another. I am proposing adding another distro (probably openSUSE) with its root on a partition which is unused at present, and the same /home partition as Ubuntu. Will using the same /home partition for two distros work? I realise that I will have to use the same usernames and passwords for both.

View 5 Replies View Related

Software :: Sharing One Firefox Installation Between Two Distros

Nov 7, 2010

I'm currently running Mandriva One 2010 and Fedora 13. I'm dual-booting, with each distro having it's own *single* partition, a third partition as a common swap, and a fourth partition for my files (docs, downloads, video, music, etc...) I'm mounting/binding folders on that fourth partition to the Downloads, Music, etc, folders on each distribution. It works beautifully, as all of my content is readily available under each distro. I did the same with my /home/me/.mozilla folder. My idea was that my bookmarks, plug-ins/add-ons, settings, etc, would be accessible under both distros. It works, but I'm getting some annoying side effects that I'd like to alleviate: 1) It checks add-on compatibility each time I switch distros and open up Firefox. 2) Smooth scrolling has to be re-enabled each time I switch and open Firefox. I figure this has something to do with it being shared between two distros, but I'd like some assistance in getting it all figured out. BTW, here's the line in my /etc/fstab file (on both distros) that mounts the folder.

[code]...

View 2 Replies View Related

General :: Encrypting A Common Data Partition Between Distros?

Aug 6, 2010

On my laptop (Dell Studio 1745) w/500GB HD, I have a common data partition shared by openSUSE. Fedora, FreeBSD, and windoze 7 currently. I would like to encrypt this partition (/Common) and have it accessible from all distros either with a passphrase key in /root or on a flash key. I've been researching on the web and there seem to be several possibilities using eCryptfs, Luks, cryptosetup, or any of several methods.

My question is, what have people here used and how well did it work? Also, what was required for setup (I'll probably have to explain/teach it to my wife who is technology challenged-but I still love her anyway) and my daughter who's just getting into linux. I would like to be able to keep the entire directory on the hard drive but also have the ability to copy it to external USB device for transport.

View 4 Replies View Related

General :: Multiple Distros - One Data Partition - External Drive

Apr 8, 2010

I've got an external hard drive with one large data partition on it. I also have four computers to connect it to (individually, not at the same time). Three machines are running Slackware and one is running Ubuntu 9.10. I need to be able to just plug the drive into whichever machine, mount it (preferably to the same location each time) and not have to worry about user permissions and such. Do I just chmod 777 all the files and folders or is there a better method for different 'users' to access the same partition? And how about mounting to the same location each time?

Now the second part of my question I'm pretty sure I'm not able to do but just in case..... is there any way to encrypt the information safely and make it compatible with a Windows XP machine?

View 4 Replies View Related

Ubuntu Installation :: Partition Multiple Distros To Share One Home Partition

May 11, 2011

I was wondering what the best way is to partition multiple distros to share one home partition.

View 8 Replies View Related

General :: Sharing - Home Partition ?

Oct 26, 2010

I have used linux on and off for a few years now but still jump between distros.

I have just got my old toshiba laptop working (got lucky and got given another broken laptop for free and managed to merge them into one working laptop )

I am about to install mint 10 RC and fedora and just realised why on earth have I not created a seperate partition for /home?

I have done a quick google and I know it can be done but I thought id ask you guys if you had any tips or advice on sharing files between 2 or more distros?

I have found a how-to for this but if there is a specific tutorial that you would recommend?

Doing some more research into it and I have found that sharing the /home file is 'not adviced' unless using differant user names for each install... so I am now planning on making a /data partition instead.

View 4 Replies View Related

General :: Sandbox For Debian Based Distros ?

Jul 16, 2011

I have been using Sandboxing for Windows Operating System and wanted to know if there is a sandbox for debian based distros ? I have tried sanbox mentioned in Debian wiki. Are there any other sandboxes ?

View 6 Replies View Related

General :: Sharing A Folder/partition Between Mac OS X In A Macbook Pro?

Dec 15, 2010

I'm starting to use a mac, and would like to install different operating systems on it, and, if possible, share some partitions. (like home)

I'm planning to install Debian along with Mac OS X Snow Leopard, and share it's home directory, of, if possible, at least, create a new partition only for my mp3 files.

View 3 Replies View Related

General :: Two Different Distributions Sharing The Same Home Partition?

Jan 23, 2011

Is it practical to have 2 different Linux distributions which share the same home partition? I know that programs save their configuration in home directory and that can mess up, yet I would like to play with different Linux distros at the same time while always finding my files at home.

View 10 Replies View Related

General :: Sharing An Ext3/ext4 Partition On External Drive?

Aug 30, 2011

is there a way of sharing an ext3/ext4 formatted partition on an external USB drive between different users (uids) on different Linux machines without creating a group for this purpose, setting the group ownership of the partition to this group and adding each respective user to the group on every machine?This would mean that I need to have root privileges on every machine... which I may not have in some cases.I'm using the partition to store the code I'm developing on Linux and I would like the option to be safe... if possible.I could use a vfat partition but then I have no control of the rw rights + I cannot develop directly in the dir: I would always have to tar.gz the directory, extract, work, tar.gz, copy to the external drive.

View 2 Replies View Related

Installation :: Multibooting Multiple Distros With A Separate / Boot Partition For GRUB

Mar 27, 2010

Noobish question on multibooting multiple Linux distros. I have four of the current major Linux distributions. Each has been installed and run individually (no other Linux distribution installed) in a dual-boot configuration with Windoze. No problem.

What I want to do is install all four Linux distributions and multiboot them. Reading the internet it would seem this is a simple task with GRUB. The short version being - install a Linux distro with a separate /boot partition for GRUB and use GRUB to boot the other Linux distros from the GRUB boot menu.

So I installed one of the Linux distros with a separate partition for /boot. The distro installer installed GRUB in /boot and correctly setup a dual-boot configuration with Windoze. GRUB was installed to the MBR. Next I installed a second Linux distro in its own root partition and told the distros installer NOT to install GRUB to the MBR, but rather, to the boot sector of the root partion of the second Linux distro. Installation was uneventful (and I could access the second Linux partition from the first installed Linux distro, things looked ok). Then I added to following to the installed (MBR - /boot) GRUB's menu.lst:

Code: title lixux distro 2
root (hd0,7)

chainloader +1 After which I rebooted the system and the new entry for the second Linux distro now appears in the GRUB boot menu. I selected the second Linux distro from the boot menu and got the following GRUB error: Error 5 : Partition table invalid or corrupt
[Code]....

View 8 Replies View Related

Software :: Debian's And Debian Based Distros With Disk Space - Burn Video On Hard Drive

Aug 13, 2010

Debian and debian based distros issue has a issue that has come to make it self aware to me when I was trying to burn a video on my hard drive with braseo and it won't let me burn more than 4.4 gigs to a dvd with 4.7 gigs of free space even a file that is over the 4.4 gig limit by a megabyte with windows i didn't have this problem. One more thing I have 16 gig flash drive and on debian and debian based distros i can only use 13.1 gigs of it but on fedora I can use all 16 gigs.

View 3 Replies View Related

Debian Installation :: Find Old Distros Like 2.0?

Feb 13, 2010

Do you know where I can find old debian distros like 2.0?

View 2 Replies View Related

Slackware :: Sharing A /boot Partition

Feb 3, 2010

Sorry if this has been answered already, I've searched through like 20 different threads though and haven't found anything on it...

So I already have Windows 7 and LinuxMint installed, when I install Slackware can I use the same /boot partition that LinuxMint uses, or do I need to create a separate one?

View 2 Replies View Related

Hardware :: Compile Your Own ATI Drivers In Debian Distros ?

Mar 4, 2009

This probably isnt the correct place to put this, But I can hardly understand how this forum is organized. And forget blogging, I dont even know what that is, let alone how to make one.

Anyway i see tons of requests for installing the ATI drivers in linux, I can only help with the debian based distros.

This was originally posted here http://www.mepis.org/node/13647

Quote:

Finally, after many days of research on how to install Ati proprietary drivers on Mepis 6.5 with 3D and dual-monitor enabled and my Radeon x1950Pro I have come to a successful install and i will share my method below.

My system specs are below.

I read a lot of documentation and tried many guides on Ubuntu/Mepis forums with no or limited results until I found a guide on a french Ubuntu forum that guided me to success.

I had to modify the guide to my needs since it was aimed at installing on Ubunto 7.04 Feity Fawn. Since Mepis 6.5 is based in part on Ubuntu 6.06 the core parts of the guide were adequate.

If you follow every step to the letter eveything should work right away, and fast. (Make a backup of your xorg.conf before you do this!) Make sure your monitor(s) is setup or detected properly in xorg.conf

So here it is customized, adapted and translated to english:

1)Go here and download latest ati drivers: [url]

In our present case these are:

Quote:

ati-driver-installer-8.36.5-x86.x86_64.run

2) If you tried installing previous versions of fglrx Use synaptics search function and remove everything with "fglrx" in its name before we start.

3)Open a console

Here is a one liner you can use that does everything above in one shot:

4)Reboot PC (Will probalby be command line logon with no GUI (X))

Login to your user and then su to root and enter: aticonfig --initial or in my personal case

aticonfig --dtop=horizontal --overlay-on=1 --force-monitor=crt1,crt2

I noticed on some of my tests that sometimes the xorg.conf files dissapears during this process. Seems like a bug. In such a case restore your backup and repeat the aticonfig routine.

type

reboot

5)When you are rebooted you will have a working gui but no 3D acceleration yet. So open a console and su to root

kwrite /etc/X11/xorg.conf

Add:

To the end of your xorg.conf

CTRL-ALT BACKSPACE or Reboot

Test in console as root and you should have 3D

fglrxinfo

Quote:

You can also run:

Quote:

View 2 Replies View Related

Software :: Samba Sharing NTFS Partition?

Apr 11, 2010

I have an ubuntu server with a terabyte hard drive 20 of it have linux install on it and the the rest of it is partitioned to NTFS, i did this using a live Gparted cd, My question is how do I mount and share the NTFS partition with windows. I made an attempt by following a tutorial but i'm pretty sure it did not work because when accessing the network drive in windows 7 it tells me the size of it is 20 gigs,

View 25 Replies View Related

General :: Backup Windows Sharing In Fedora

May 16, 2011

I like a script for backup of windows 10 shares for an external hd in fedora?

View 2 Replies View Related

General :: Printer Sharing Between Fedora And Windows XP

Nov 30, 2010

I'M Batty from Tanzania ,i have question on printer sharing between linux GNOME(FEDORA) and windows xp how is it possible?i had my HP printer connected on Linux and i need to make network sharing for the printer .please give me support.

View 4 Replies View Related

OpenSUSE Install :: Ubuntu Sharing /home Partition?

Jun 2, 2010

I have two partitions where I can install (e.g. versions of openSUSE). I have a Swap and a /home partition to be shared by both. Thus e.g., while still running 10.3, I could install and test 11.2. Once I switched over to 11.2, I still can use 10.3 when need arises (not done for monthes now). I have the 10.3 partition mounted, thus I can stilll see what was in /etc/.... on the 10.3 system from the 11.2 system if need arises.

I gave the file systemss on those two partitiions different labels to better keep them apart. It is in the first place up to you to design how you want to partition your disk(s) to facilitate such a feature. Has someone done a thing like this (especially sharing /home partition) with openSUSE and Ubuntu? Is there a How-To anywhere? Until now I have the /home folder of Ubuntu not on a separate partition but under the system/root partition "/" of Ubuntu.

View 9 Replies View Related

Ubuntu Installation :: Sharing Home Partition With Windows?

Apr 7, 2010

Will this work? I have a new laptop that should be here this afternoon and I would like to share the home partition with a windows install. Here is my plan.
Leave the default install of windows on there but shrink the partition it is on.
Install ubuntu on the new partition along with a home partition
Copy the folders of the home partition and then format the partition into ntfs
Edit the FSTAB and put the folders back into that partition
Boot back into windows and change the "My Documents" folders the those in the home partition

View 5 Replies View Related

Debian :: Libgdu-WARNING : Partition /org/freedesktop/UDisks/devices/sdb7 Is A Logical Partition But No Extended Partition Exists

May 27, 2011

I installed Debian stable and I see these errors in the xsession error file

/etc/gdm3/Xsession: Beginning session setup...
GNOMEKEYRINGCONTROL=/tmp/keyring-j0E6Br
SSHAUTHSOCK=/tmp/keyring-j0E6Br/ssh
GNOMEKEYRINGCONTROL=/tmp/keyring-j0E6Br

[code]....

View 4 Replies View Related

Fedora :: Hd Not Seen By Live Cd Distros?

Nov 25, 2009

I wonder why my hard disk (with Fedora 11 on) is not seen by live cd distros (I tried with Knoppix 6.2 and Vector Light). In the past (before f11) this never happened

View 12 Replies View Related

Fedora :: Distros Are Available For Free?

Jun 19, 2011

when so many Linux distros are available for free..than why did u choose fedora only.? what features attracted u towards it and what makes it different from others Linux distributions.

View 14 Replies View Related

Red Hat / Fedora :: Multiple Distros On The SAME USB?

May 20, 2009

I got Fedora LiveCD version on my USB....but I would like to test many other distros on the same USB. Is there a way to have all of the distros on my USB, and when I open the boot menu on startup, I can choose which distro to boot?

View 5 Replies View Related

Fedora :: Pulling In Packages From Other Distros?

Oct 2, 2010

I have another distro on my puter which has packages install on /opt which is on its own partition. i'm wondering how i can pull those packages into fedora.

View 6 Replies View Related

Fedora :: Sync Evolution Between Distros

Jan 22, 2011

On my network I have one computer running Fedora 14 and another running Ubuntu 1.0. I need to sync Evolution between these 2. The problem is Evolution folders have different content in the 2 distros. Is there a way to sync e-mails, contacts etc, between these 2 distros?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved