Prev: where is CentOS storing my hostname that it resets it on eachreboot?
Next: where is CentOS storing my hostname that it resets it on each reboot?
From: Ignoramus25832 on 5 Apr 2010 22:53 On 2010-04-05, Bill Bonde {Colourless green ideas don't sleep furiously) <triuytinafpant(a)yahoo.co.uk> wrote: > > > Ignoramus25832 wrote: >> >> On 2010-04-05, Bill Bonde {Colourless green ideas don't sleep furiously) <triuytinafpant(a)yahoo.co.uk> wrote: >> > >> > >> > Ignoramus25832 wrote: >> >> >> >> I have some progress. >> >> >> >> I removed the old 120 GB disk and installed the new 500 GB disk. >> >> >> >> This is a laptop, by the way. Encrypting partitions is an absolute >> >> requirement for security reasons. >> >> >> > I've got a 160 gig paperweight no one knows the password you >> > might have. >> >> Well, I know the password. If I forget that password (unfathomable) and >> would need to reinstall the entire laptop, it is not really the end of >> the world. The laptop has no data that is not saved elsewhere. >> > In the instant case, however, the 160 gig drive is a special > Fujutsu hardware encrypting drive that is a paperweight if you > forget the password, or that's what I've been told. > I see, this seems very radical. i
From: Ignoramus17356 on 6 Apr 2010 11:41 I have decided that I need to take back a statement that I made. I said that having encrypted partitions is a must. I no longer believe that I can run several distros on encrypted partitions. Something has to give, and I think that it is more important to try several distros, than to have an encrypted partition. Once I settle on something, I will reinstall and get encrypted partitions. I have these reinstalls down to the science now and it is very easy to reinstall stuff and restore my settings. i
From: Anton Ertl on 6 Apr 2010 12:17 Ignoramus17356 <ignoramus17356(a)NOSPAM.17356.invalid> writes: >I have decided that I need to take back a statement that I made. I >said that having encrypted partitions is a must. I no longer believe >that I can run several distros on encrypted partitions. Why do you think so? I have no experience with LUKS yet, but all I know about it leads me to expect that you can do it. - anton -- M. Anton Ertl Some things have to be seen to be believed anton(a)mips.complang.tuwien.ac.at Most things have to be believed to be seen http://www.complang.tuwien.ac.at/anton/home.html
From: Ignoramus17356 on 6 Apr 2010 12:29 On 2010-04-06, Anton Ertl <anton(a)mips.complang.tuwien.ac.at> wrote: > Ignoramus17356 <ignoramus17356(a)NOSPAM.17356.invalid> writes: >>I have decided that I need to take back a statement that I made. I >>said that having encrypted partitions is a must. I no longer believe >>that I can run several distros on encrypted partitions. > > Why do you think so? I have no experience with LUKS yet, but all I > know about it leads me to expect that you can do it. Well, I have the experience. i
From: General Schvantzkoph on 6 Apr 2010 12:49
On Mon, 05 Apr 2010 08:30:28 -0500, Ignoramus25832 wrote: > I would like to try several Linux distros to see if I like any one > better than Ubuntu. I would have never thought about switching from > Ubuntu, if not for bugs that Canonical does not want to fix. > > I would like to set up multiple boot on my laptop, booting Ubuntu, > Debian Lenny and CentOS 5. I would like to know how much of a trouble > will I have, with things like gnome settings, .mozilla directory, etc. > > I have a 500 GB disk and wanted to have 3-4 25 GB root partitions for > every distro, 10 GB shared swap, and 390 GB or so /home partition. > > Any practical experience dual (or multi-) booting Linux will be > appreciated. > > Thanks > > i The USER ID that's assigned by the installer will be different but easily fixed. Redhat distributes and those that started life as derivatives, like Mandriva, assign USER IDs starting at 500. Ubuntu starts from 1000, I assume that Debian probably does the same thing but I don't know. If you want to share the home directories you will have to edit the /etc/passwd and /etc/group and /etc/group- files to make them consistent. What you need to do after you've done an install is to first log in as root and fix the files. Ubuntu doesn't enable a root user so you'll have to do it a little differently there. The procedure for Ubuntu is to set up the partition table during installation so that there is no /home partition, name it something else like /user. Ubuntu will then creates / home as part of the root partition and gives you a fresh home directory. When you log in the first time you'll have to edit an additional file, /etc/fstab. Do an umount of /user or whatever you've called it, change the mount point in /etc/fstab from /user to /home, do the /etc/passwd and /etc/group edits to make the user name consistent with the other distros and then mount /home and log out and in again, or do a reboot. You can also do this with webmin if you aren't comfortable with editing /etc files (although you'll see that the formats for these files is simple and obvious). If you install Webmin you will be able to change user and group numbers using Webmin's System/User and Groups module. You can also change mount points with System/Disk and Network Filesystems. |