Is there a reason that /home is not on its own partition anymore by default? The advatage of having it on its own are that when you do a new instalation, you can easily keep your own data. houghi -- "Who cares if it doesn't do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS process ..."
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 houghi wrote:
Is there a reason that /home is not on its own partition anymore by default? The advatage of having it on its own are that when you do a new instalation, you can easily keep your own data.
I'd agree that this even something that should be made easy and /strongly suggested/ to the users. Upgrades don't always end up flawlessly and sometimes, installing from scratch is the better option, especially when you're skipping releases (say: 8.2 -> 10.0 ;)). Having /home on a separate partition is obviously very interesting when one does that. Also to show that with [SUSE] Linux, when you reinstall, you don't loose all your data ;) Fedora (at least on FC4) is taking another interesting direction: from what I've heard, they seem to automatically propose the default partitioning setup with LVM. (I didn't say SUSE should do that as well, I said "interesting" ;)). Has a number of pros and cons. - -- -o) Pascal Bleser http://linux01.gwdg.de/~pbleser/ /\\ <pascal.bleser@skynet.be> <guru@unixtech.be> _\_v The more things change, the more they stay insane. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFDEBfIr3NMWliFcXcRAkH0AKC2D+N42tWQX36CW0LYE2vpyfu6MQCgp8Nq j/9FcKiUXQmrCphnYxROOOk= =XY/g -----END PGP SIGNATURE-----
Pascal Bleser wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
houghi wrote:
Is there a reason that /home is not on its own partition anymore by default? The advatage of having it on its own are that when you do a new instalation, you can easily keep your own data.
I'd agree that this even something that should be made easy and /strongly suggested/ to the users.
Upgrades don't always end up flawlessly and sometimes, installing from scratch is the better option, especially when you're skipping releases (say: 8.2 -> 10.0 ;)).
see http://www.opensuse.org/index.php/Install_Another_Distribution
automatically propose the default partitioning setup with LVM.
I never could know what, with LVM, happens of the system file if _one_ disk (or partition) is destroyed. is not the entire file system destroyed? jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 jdd wrote:
Pascal Bleser wrote: ...
automatically propose the default partitioning setup with LVM. I never could know what, with LVM, happens of the system file if _one_ disk (or partition) is destroyed. is not the entire file system destroyed?
Actually, when you have several (physical) harddisks in an LVM Volume Group (which can be seen as a virtual disk) and one of them crashes, the whole Volume Group is corrupted on the blocks that were stored on the broken harddisk. I never had the case (and on critical/production systems, I use it on top of software or hardware RAID anyway, see below), so I don't know how LVM behaves exactly, but it's pretty obvious from the way LVM works. To avoid that, you must use LVM on top of RAID (e.g. mirroring), which is feasible too (and works pretty well), although there was a little bugger in YaST2's partitioner with previous releases (don't know about 10.0) where you couldn't create LVM on top of RAID on one pass: one had to first create the RAID partitions, then reboot and start the installation again, then create the LVM on top of the RAID partitions. As I said, I didn't check that on 10.0 (and I don't have spare partitions to test that on, at the moment). When using LVM on top of RAID (not RAID 0, obviously), the RAID subsystem makes sure data is mirrored and when one disk dies, etc etc.. And LVM builds its Volume Groups and Logical Volumes on top of the RAID, which means that when one physical disk dies, you don't loose any data. - -- -o) Pascal Bleser http://linux01.gwdg.de/~pbleser/ /\\ <pascal.bleser@skynet.be> <guru@unixtech.be> _\_v The more things change, the more they stay insane. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD4DBQFDECbWr3NMWliFcXcRAkiEAJ45hL6KMxBO2yzK3/5qIVL6RCc0BgCY8Lep ahO0KTbP0F8YMxSKp33s0w== =HvLK -----END PGP SIGNATURE-----
Pascal Bleser wrote:
To avoid that, you must use LVM on top of RAID (e.g. mirroring)
this is not the anyboby system :-) jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
Pascal Bleser wrote:
Fedora (at least on FC4) is taking another interesting direction: from what I've heard, they seem to automatically propose the default partitioning setup with LVM. (I didn't say SUSE should do that as well, I said "interesting" ;)). Has a number of pros and cons.
As long as software-related constructions like LVM keeps stable (i.e. no heavy changes of internal structures ...) that could be an idea. One problem could be as soon as you need to access your system for repair using another boot media and the LVM isn't compatible anymore ... Similar things apply to software-RAID as well. To sum up my thoughts: I will stay with "true" partitioning on the harddisk. Might be conservative somehow, but works for my situation pretty good ... Best regards, Reinhard.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Reinhard Gimbel wrote:
Pascal Bleser wrote:
Fedora (at least on FC4) is taking another interesting direction: from what I've heard, they seem to automatically propose the default partitioning setup with LVM. (I didn't say SUSE should do that as well, I said "interesting" ;)). Has a number of pros and cons.
As long as software-related constructions like LVM keeps stable (i.e. no heavy changes of internal structures ...) that could be an idea.
LVM is stable since quite some time. LVM2 is backwards-compatible with LVM1 metadata (which is stored on the physical disks, means that LVM settings are autodetected at boot time).
One problem could be as soon as you need to access your system for repair using another boot media and the LVM isn't compatible anymore ... Similar things apply to software-RAID as well.
Yes. Although SUSE's rescue system includes LVM and RAID modules and tools (although there's a bug (?) on SUSE 9.1's rescue disk as it doesn't include all the LVM stuff, but it works fine with 9.3's rescue system). I think a real "issue" would rather be that one cannot access LVM nor software RAID partitions from another operating system (say, Windows). There are opensourced Windows drivers available to access ext2 and ext3 but most don't support LVM and software RAID (yet?). Although explore2fs has preliminary support for LVM: http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm But then again, that's also a problem with using ReiserFS or XFS ;) It's not really an issue I care about, personally, but that's the "biggest" limitation I see from using LVM and/or RAID. It's been a long time I didn't use Knoppix, but I guess at least the latest version do have LVM and software RAID support as well (as Knoppix is also widely used as a repair system).
To sum up my thoughts: I will stay with "true" partitioning on the harddisk. Might be conservative somehow, but works for my situation pretty good ...
Sure. But I, for myself, would never make a Linux setup without LVM again, it's really a feature I wouldn't want to miss. But then again, I currently have SUSE 9.0, 9.1, 9.2 and 9.3 installed side-by-side so... YMMV ;-) IMHO, it's definately a must-have feature on servers: - - with the LVM snapshot feature, you can make consistent backups of running systems without having to take down anything - - with LVM you can also apply virtual quotas by choosing the size of the Logical Volumes (= "virtual" partitions) in LVM, and which may differ from the physically allocated size in the LV (yes, I know about "quota" but no, it's too limited to me, especially for NFS servers with other operating systems on the client side that don't support lockd) Now, obviously, if you really don't need those features and don't think you need easy and dynamic creation of partitions (now or later), don't use it. One layer/subsystem less is one possible cause of problems less. http://www.suse.com/en/whitepapers/lvm/lvm1.html http://www.suse.com/en/whitepapers/lvm/lvm2.html http://www-128.ibm.com/developerworks/linux/library/l-lvm/index.html http://tldp.org/HOWTO/LVM-HOWTO/ - -- -o) Pascal Bleser http://linux01.gwdg.de/~pbleser/ /\\ <pascal.bleser@skynet.be> <guru@unixtech.be> _\_v The more things change, the more they stay insane. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFDECwir3NMWliFcXcRAtYsAKC7OSM0WEec/qYlnSLX4a0oQd0KUACdGEHk Sy81wvoT75annz/YwNmYUjY= =tk4z -----END PGP SIGNATURE-----
Yesss, Pascal has summarized it very well! LVM is not for home users with 1-2 disks. But it is for enterprise sites with big and growing databases. With LVM it is easy to add new physical volumes (hard disks) and increase size of a filesystem meanwhile it is in use. Mirroring hard disks behind logical volumes will produce more durable safety of datas. Combine it with a storage area system (ex. SSA, SHARK) and you will get an almost undestroyable system. (Of course it won't prevent human errors... ;-) ) It is possible to play around LVM at home to learn, to test, to examine. But storing my personals documents, emails, game saves, pictures, music or movies on LVM volumes at home ( on 2 or 3 hdds :-D LoL) not a good idea. Leave it to corporate users and IT system supervisors. Regards, Zolix 2005. augusztus 27. 11.02 dátummal Pascal Bleser ezt írta: ...
Is there a reason that /home is not on its own partition anymore by default?
Is this on a fresh install? IIRC it never has been, you've always had to do it manually with the expert partitioner. -- James Ogley james@usr-local-bin.org GNOME for SuSE: http://usr-local-bin.org/rpms Make Poverty History: http://makepovertyhistory.org
On Sat, Aug 27, 2005 at 08:48:43AM +0100, James Ogley wrote:
Is there a reason that /home is not on its own partition anymore by default?
Is this on a fresh install?
IIRC it never has been, you've always had to do it manually with the expert partitioner.
Yes. I think 7.x or 8.x. -- houghi http://www.opensuse.org/index.php/Making_a_DVD_from_CDs
On Saturday 27 August 2005 14:35, houghi wrote:
On Sat, Aug 27, 2005 at 08:48:43AM +0100, James Ogley wrote:
Is there a reason that /home is not on its own partition anymore by default?
Is this on a fresh install?
IIRC it never has been, you've always had to do it manually with the expert partitioner.
Yes. I think 7.x or 8.x.
Uhh, nope.. I've got all of them from 5.3 to opensuse, and it's never been the default when I've installed. Mike -- Powered by SuSE 9.3 Kernel 2.6.11 KDE 3.4.0 Kmail 1.8 For Mondo/Mindi backup support go to http://www.mikenjane.net/~mike 4:39pm up 20:21, 4 users, load average: 1.08, 1.09, 1.20
On Sat, Aug 27, 2005 at 04:40:22PM +0200, mike wrote:
Uhh, nope.. I've got all of them from 5.3 to opensuse, and it's never been the default when I've installed.
Then my minds must be departing with me on a certain level. Also because I always went to change the settings after loosing al my data with a first upgrade, I don't look that close at it. -- houghi http://www.opensuse.org/index.php/Making_a_DVD_from_CDs
houghi wrote:
Is there a reason that /home is not on its own partition anymore by default?
Yes, you can do that easy with Yast. Better is to take /home on it's own Harddisc. Here is an oversight of good splitting points: Mount Points: http://www.nyx.net/~sgjoen/disk-9.html -- Ciao Marco, registered GNU/Linux-User 313353
On Sat, Aug 27, 2005 at 10:24:34AM +0200, Marco Maske wrote:
houghi wrote:
Is there a reason that /home is not on its own partition anymore by default?
Yes, you can do that easy with Yast.
Yes, there is a reason or Yes it can be done? I am aware that it is done very easy. I just am wondering why it is not done by default. If you want to have the easiest, most friendly and simplified distribution, I think that this should be something that is inlcuded as default. If you do not like that default setting, you will still be able to change it. On Usenet I constantly hear: How can I upgrade from versiobn X to version Y and the answer is always the same: Try an update, if it won't work, do a new install and if youu do a new install, make a /home partition. That will be easier for the next time you want to update or do a new instalation. The fact that it can be changed easily does not mean that the defaults should be the same. -- houghi http://www.opensuse.org/index.php/Making_a_DVD_from_CDs
On Sun, Aug 28, 2005 at 12:42 am, in message <20050827124225.GC20886@penne>, houghi@houghi.org wrote: On Sat, Aug 27, 2005 at 10:24:34AM +0200, Marco Maske wrote: houghi wrote: Is there a reason that /home is not on its own partition anymore by default?
Yes, you can do that easy with Yast.
Yes, there is a reason or Yes it can be done? I am aware that it is done very easy. I just am wondering why it is not done by default. If you want to have the easiest, most friendly and simplified distribution, I think that this should be something that is inlcuded as default.
If you do not like that default setting, you will still be able to change it. On Usenet I constantly hear: How can I upgrade from versiobn X to version Y and the answer is always the same: Try an update, if it won't work, do a new install and if youu do a new install, make a /home partition. That will be easier for the next time you want to update or do a new instalation.
The fact that it can be changed easily does not mean that the defaults should be the same.
Houghi I do agree totally. The default are the ones the user sees. /home is crucial. Also /boot should be reinstated since grub has been playing up on some systems of mine with the silly 1024 limit! I cannot believe that that is still around. As a lilo user from way back I kind of gotten used to forget this 1024 limit. so /home and /boot on their own partition with /boot at the beginning of the disc (in case this is possible). After all Joe normal user has no idea what /home or /boot is and doing it for him will save lots of hazzle later. Should we open a request in bugzilla for this? Who wants to do it ... ;) beta3 x86_64 on my home machine is in excellent condition. This does not feel like a beta at all ..... What a pleasure! I am off to bed .... New Zealand is logging off for the day! Regards, Andreas openSUSE is SUPER: To help in the SUSE Performance Enhanced Release project visit http://www.opensuse.org/index.php/SUPER
On Saturday 27 August 2005 15:10, Andreas Girardet wrote:
I do agree totally. The default are the ones the user sees. /home is crucial. Also /boot should be reinstated since grub has been playing up on some systems of mine with the silly 1024 limit! I cannot believe that that is still around. As a lilo user from way back I kind of gotten used to forget this 1024 limit.
That's usually a BIOS problem, not a boot loader problem. Since lilo and grub learned to use the extended BIOS calls, as long as the BIOS can read beyond 1024, they won't have problems, but if the BIOS is old or broken, it will still be there. I doubt it's common enough to warrant doing it by default, but it may be possible to detect if the BIOS can handle it and do it in those cases
Andreas Girardet schrieb:
[...]
Houghi
I do agree totally. The default are the ones the user sees. /home is crucial. Also /boot should be reinstated since grub has been playing up on some systems of mine with the silly 1024 limit! I cannot believe that that is still around. As a lilo user from way back I kind of gotten used to forget this 1024 limit.
so /home and /boot on their own partition with /boot at the beginning of the disc (in case this is possible).
After all Joe normal user has no idea what /home or /boot is and doing it for him will save lots of hazzle later.
Should we open a request in bugzilla for this? Who wants to do it ... ;)
Andreas and houghi, I think thats a good idea ! maybe we could another point into it: when I install SUSE (9.3 also as the betas) the installer suggest to delete 3 partions on my sda1 and wants to use the holse disk for /swap - and that is 173 GB of space. a littlebit mutch, I think ;) but after your [Andreas] discussion about grub and vmware it should realy better when someone else does it. I would - but I have already /boot and /home on seperated disks, so what should I report ?
beta3 x86_64 on my home machine is in excellent condition. This does not feel like a beta at all ..... What a pleasure!
you'r lucky ;)
I am off to bed .... New Zealand is logging off for the day!
then: good afternoon to NZ :) regards, JBScout
I think thats a good idea ! maybe we could another point into it: when I install SUSE (9.3 also as the betas) the installer suggest to delete 3 partions on my sda1 and wants to use the holse disk for /swap - and that is 173 GB of space. a littlebit mutch, I think ;)
but after your [Andreas] discussion about grub and vmware it should realy better when someone else does it. I would - but I have already /boot and /home on seperated disks, so what should I report ?
In general doing such automated layout is pretty difficult, because it difficulty is growing exponentially with the number of mounts. However, the logic in the YAST Partitioner is GPL and we are open for changes. :) Ciao, Marcus
I think thats a good idea ! maybe we could another point into it: when I install SUSE (9.3 also as the betas) the installer suggest to delete 3 partions on my sda1 and wants to use the holse disk for /swap - and that is 173 GB of space. a littlebit mutch, I think ;)
Well, that looks like a bug, and I suggest you post it to Bugzilla. ALso, please include slightly less text from the mail you're replying to in future, just the salient points thanks... -- James Ogley james@usr-local-bin.org GNOME for SuSE: http://usr-local-bin.org/rpms Make Poverty History: http://makepovertyhistory.org
JBScout [Thomas Lodewick] wrote:
Should we open a request in bugzilla for this? Who wants to do it ...
please, don't. using a special partiton for home will immediatly get you in troubles if you use more than one Linux on the same computer (and with the same /home). You must be more tricky. see http://www.opensuse.org/index.php/Install_Another_Distribution the main part being: * it's also very useful (but not mandatory) to have a data partition to receive all your own data. _not your home, only your important data_. the fact is /home/login is hosting config data for nearly all the apps you use and these configs can be different from a version to an other (think going from kernel 2.4 to 2.6). So apps _datas_ should be on a separate partition, mounted anywhere and _linked_ to each separate home as needed. this is very handy but very difficult to teach to a newcommer. A solution (?) should be to create /home normally but adding a data partition (ideally on an other drive) linke to ~/Documents, for example part of my home (see the links): beta drwxr-xr-x 2 jdd users 1408 2005-08-26 07:57 bin lrwxrwxrwx 1 jdd users 12 2005-08-15 14:35 data -> /data3/data/ drwx------ 2 jdd users 336 2005-08-26 20:28 Desktop drwxr-xr-x 5 jdd users 800 2005-08-27 14:00 Documents lrwxrwxrwx 1 jdd users 16 2005-08-15 14:36 download -> /data3/download/ drwxr-xr-x 4 jdd users 96 2005-08-26 20:24 GNUstep lrwxrwxrwx 1 jdd users 15 2005-08-15 14:35 gravure -> /data3/gravure/ lrwxrwxrwx 1 jdd users 12 2005-08-20 14:51 lycee -> /data3/lycee lrwxrwxrwx 1 jdd users 15 2005-08-15 14:36 photos2 -> /data3/photos2/ drwxr-xr-x 2 jdd users 80 2005-08-14 22:48 public_html drwxr-xr-x 5 jdd users 192 2005-08-27 12:21 temp -rw-r--r-- 1 root root 0 2005-08-20 20:06 test3 lrwxrwxrwx 1 jdd users 15 2005-08-15 14:35 valerie -> /data3/valerie/ If I'm not clear enough, I can get details. jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
On Sun, Aug 28, 2005 at 4:52 am, in message <43109A68.8030301@dodin.org>, jdd@dodin.org wrote: JBScout [Thomas Lodewick] wrote:
Should we open a request in bugzilla for this? Who wants to do it ...
please, don't.
using a special partiton for home will immediatly get you in troubles if you use more than one Linux on the same computer (and with the same /home).
Since having muliple Linuxes is a special requirement only quite knowledeable people have,I would assume that such a person would be able to kilcik into the partitioner and choose his/her own partition too. The default setting should be thought for a normal user and such a user would be pretty stuffed without precautions on seperating /home from the rest of the system, IMHO. Such a user is probably not going to be very familiar with partitioning concepts.
You must be more tricky. see http://www.opensuse.org/index.php/Install_Another_Distribution
Only for geeks! And those can partition how they want!
the main part being:
* it's also very useful (but not mandatory) to have a data partition to receive all your own data. _not your home, only your important data_.
the fact is /home/login is hosting config data for nearly all the apps you use and these configs can be different from a version to an other (think going from kernel 2.4 to 2.6).
So apps _datas_ should be on a separate partition, mounted anywhere and _linked_ to each separate home as needed.
this is very handy but very difficult to teach to a newcommer.
A solution (?) should be to create /home normally but adding a data partition (ideally on an other drive) linke to ~/Documents, for example
part of my home (see the links): beta drwxr- xr- x 2 jdd users 1408 2005- 08- 26 07:57 bin lrwxrwxrwx 1 jdd users 12 2005- 08- 15 14:35 data - > /data3/data/ drwx------ 2 jdd users 336 2005- 08- 26 20:28 Desktop drwxr- xr- x 5 jdd users 800 2005- 08- 27 14:00 Documents lrwxrwxrwx 1 jdd users 16 2005- 08- 15 14:36 download - > /data3/download/ drwxr- xr- x 4 jdd users 96 2005- 08- 26 20:24 GNUstep lrwxrwxrwx 1 jdd users 15 2005- 08- 15 14:35 gravure - > /data3/gravure/ lrwxrwxrwx 1 jdd users 12 2005- 08- 20 14:51 lycee - > /data3/lycee lrwxrwxrwx 1 jdd users 15 2005- 08- 15 14:36 photos2 - > /data3/photos2/ drwxr- xr- x 2 jdd users 80 2005- 08- 14 22:48 public_html drwxr- xr- x 5 jdd users 192 2005- 08- 27 12:21 temp - rw- r-- r-- 1 root root 0 2005- 08- 20 20:06 test3 lrwxrwxrwx 1 jdd users 15 2005- 08- 15 14:35 valerie - > /data3/valerie/
If I'm not clear enough, I can get details.
I actually think this is a completely unvowrkable situation for a newcomer ..... really let's be serious ... Regards, Andreas openSUSE is SUPER: To help in the SUSE Performance Enhanced Release project visit http://www.opensuse.org/index.php/SUPER
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andreas Girardet wrote:
JBScout [Thomas Lodewick] wrote: please, don't. using a special partiton for home will immediatly get you in troubles if you use more than one Linux on the same computer (and with the same /home).
It might, indeed. On the other hand, it's also a very interesting option for upgrading. That's usually how I do it: - - create a new partition (ok, I have LVM everywhere, so that's pretty easy) - - do a fresh install of the new SUSE release on that partition - - specify my separate /home partition to be mounted on /home - - reboot, test if everything works as expected - - and maybe remove the old version But even for people who don't proceed that way, to me the pros and cons of having a separate /home can be summarized like this: + much easier to upgrade with a fresh install (instead of upgrade), which is often the best option when you skip one or two SUSE releases (say, from 9.1 to 10.0) (and I know quite a few people who don't buy/download every single SUSE release, so I don't think that scenario is uncommon) + much easier to change your Linux distribution - certainly something Novell doesn't like to consider but... being a "good citizen" for the user is the better attitude IMHO, this isn't Windows that forces you to format and install over the whole harddisk, whatever is already installed - - might, in some cases, not be a good idea when you have 2 or more Linux installations that are too different and you mount that /home on both (*) - - partition sizing might be unappropriate over time: especially beginners don't know how to size the partitions (say, / and /home) and maybe their /home ends up being too small or too large over time (**) (*) although that's rather something "advanced" users (Andreas, don't use "geek" ;)) would do and I'm pretty sure they know what they are doing if they mount their /home on several Linux installations (**) partition resizing works quite well with ext2/ext3/reiserfs and is very easy to use with YaST2's partitioner, although that's most probably the only real drawback of using a separate partition for /home
Since having muliple Linuxes is a special requirement only quite knowledeable people have,I would assume that such a person would be able to kilcik into the partitioner and choose his/her own partition too. The Indeed.
default setting should be thought for a normal user and such a user would be pretty stuffed without precautions on seperating /home from the rest of the system, IMHO. Such a user is probably not going to be very familiar with partitioning concepts. Yes, that's the point. The partitioning proposal must be targetted at /beginners/, not advanced users.
cheers - -- -o) Pascal Bleser http://linux01.gwdg.de/~pbleser/ /\\ <pascal.bleser@skynet.be> <guru@unixtech.be> _\_v The more things change, the more they stay insane. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFDEXVVr3NMWliFcXcRApdYAJwKYvYJHSl+D9O6YW1iORzrlRIaHwCeL4+F eH+ncaHnLdnoS+fppsyXOow= =8BbY -----END PGP SIGNATURE-----
ok - whats about this scenario: (asume this only for SUSE, not for other distros, even it should be done the same way I think) - having / home (and as we are so far, /boot also) on its owen partition - when doing a new install, put /home *first* on the same as / will be, copy the home-directory from the common user to the new /home, try any apps and look if anything is working; when thats the trueth, mount /home to the home-partition of the older install - when doing any upgrades, unmount /home, mount it to /home.old for example, and create a new home-directory at /, copy the home-directory for a common user to the new home, make any upgrades that needed, try any app etc, and if anything works fine, remount /home to the old place and delete /home.old I think thats something that also could be done via YAST with some sort of "half automatic assistant"to assist the user ( beginners also as advanced users). should that a way it could be done, or I'm on a wrong and / or dangerously (for the data in /home) way ? regards, JBScout
JBScout [Thomas Lodewick] wrote:
ok - whats about this scenario: (asume this only for SUSE, not for other distros
Same for all distros. I think there is a misunderstanding of what is your home. In fact there two very different parts. * your own work, datas, documents. This should be on an other parttion. Many advantages, very easy backups, for examples. * the config data of apps (all the "." files) This last part can be very different from an install to an other. It's not rare for an user to try red hat, mandrake, suse.. gentoo (this last, may be not :-), knoppix, debian... They may be very large differences from one to an other on the way apps are used. That is why the home (~) folder can stay on /. To access your data, last SuSE creates /dataX folders with others partition, so they are easily mounted. it's then enough to link your valuable data to any home folder. for now the only problem (minor) I have had is thunderbird don't accepting links, so I was obliged to copy the .thunderbird folder jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
jdd, that sounds all logical for me. the problem is: the pro's of the users who pref. to sperate "/home" from "/" sounds also logical for me. to have "/home" seperate from "/" was for me the better way, because SUSE v9.3pro was my first run of a linux system, and after some re-installs I needed I found it crazy alsways to re-config apps like KDE, GNOME etc. so I have done what I always misted in windows - seperate it from the OS, so I can esealy re-install linux (from "scratch" with a format of "/") and still have my owen config present. I understand that this is not a good choice when working with more then one distro. but in a matter of fact whe discus this from the point of "normal" user, or "beginners". I think they wouldn't install another distro so fast. maybe it would be a "nice" idea to have some more information in YAST when it cames to the point of how to create the layout of the disk and "/". maybe a button on the left side, or a dialog that asked if the user likes to read some hints about it before the main window chanche to partition. if you read back about this topic in te eMails, you can see: as more people talk about it as more "yes" and "no" you get. so if it can't be a clear "yes, seperate home" or "no, don't do it" then the (new or begining) user should be informated about the pro's and contras, I think. and not only in a manual. if he used the downloaded version of openSUSE - he has not the manual by his hands. and if he uses the boxed version, it may also not present because - if we are realistic - manuals get read first time only when something is broken. regards, JBScout
On Sun, Aug 28, 2005 at 01:14:29PM +0200, JBScout [Thomas Lodewick] wrote: <snip (I agree)>
I understand that this is not a good choice when working with more then one distro. but in a matter of fact whe discus this from the point of "normal" user, or "beginners". I think they wouldn't install another distro so fast.
Indeed. The advaced user would be able to work around the problem and have the same ~/home with different distro's.
maybe it would be a "nice" idea to have some more information in YAST when it cames to the point of how to create the layout of the disk and "/". maybe a button on the left side, or a dialog that asked if the user likes to read some hints about it before the main window chanche to partition.
Yes, info should indeed be given. But first there must be an agreement that a seperate home should be the way to go or not. Once that is done, info must be given. I could see somthing like: Your ~/home, the place where all your personal settings and data is kept will be XYGB. If you are unsure, please click on OK. There could be a radio button below it wher it says: I do not want a seperate ~/home directory and the XYGB should be changabable.
if you read back about this topic in te eMails, you can see: as more people talk about it as more "yes" and "no" you get. so if it can't be a clear "yes, seperate home" or "no, don't do it" then the (new or begining) user should be informated about the pro's and contras, I think. and not only in a manual. if he used the downloaded version of openSUSE - he has not the manual by his hands. and if he uses the boxed version, it may also not present because - if we are realistic - manuals get read first time only when something is broken.
Indeed manuals are not read. I am sure the people at SUSE could ask their coworkers at the helpdesk and they would confirm this. (Or anybody who ever worked at a helpdesk. And for all you people working in the treanches: This one is for you: http://www.ampcast.com/LST-64287-mus-128-6589785-0-0-0-DLDLFQSFQGXZTNZTRE/We... Mor on http://www.ampcast.com/music/22488/artist.php, Because free isn't good enough. It must be open. ;-) ) -- houghi http://www.opensuse.org/index.php/Making_a_DVD_from_CDs
JBScout [Thomas Lodewick] wrote:
jdd,
that sounds all logical for me. the problem is: the pro's of the users who pref. to sperate "/home" from "/" sounds also logical for me.
to have "/home" seperate from "/" was for me the better way, because SUSE v9.3pro was my first run of a linux system, and after some re-installs I needed I found it crazy alsways to re-config apps like KDE, GNOME etc.
this show how difficult it is to accomodate anybody. I work as a teacher and use all the time computers I don't own. (school ones or students ones), so I try to keep as near as I can from defaults. The only thing I change on kde is the number of destop (I use 8 :-) and the button bar (I make i appear and disapear without delay). But I understand your point. However I had, time ago, some weird effects when going from kde (1 to 2 or 2 to 3, I don't remember). also I keep my mozilla folder always the same (so keeping config) and I notice sometimes I missed new feature don't showing because of that.
maybe it would be a "nice" idea to have some more information in YAST when it cames to the point of how to create the layout of the disk and "/". maybe a button on the left side, or a dialog that asked if the user likes to read some hints about it before the main window chanche to partition.
I re-read the "partition howto" and the "large disk howto". partitonning a disk is not easy, for example 20gb for / is probably much too big. I know a server that fill all the time its /var for apache logging frantically at some times, and for it hopefully /var is on a separate partition. the only secure way of keeping his data is _backup_ but I say this all the time and most people never back... anyway, it should be possible to add in yast 2 or three optional partition shemes. jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
FWIW I add my opinion on this topic. Somebody was asking since many people will be having many different kinds of requirements - some downloading movies and torrents, and some not, I think this will be OK: 1. Calculate the req space for the full install. Add 1 to 2 GB to that for stuff that the user may install themselves. Assign this for /. 2. Calculate the swap in the way it is calculated presently. (I'm running 2 GB swap and it is never used after my 512 MB RAM.) 3. Assign all remaining HD space to home. This way, nobody even who downloads huge torrents or movies can complain that their home folder is insufficient, since even if they had had no separate /home partition, they would not have been able to store their torrents etc after installing SuSE. Or maybe a small change in 1: Calculate the req space for the install that the user has selected and then allow 1 to 2 GB. I would think that anyone who needs a full install will usually be someone who can do the partitioning themselves. What do others think? -- (o- Penguin #395953 lives at http://samvit.org //\ subsisting on ancient Indian wisdom ... V_/_ and modern computing efficiency! :)
Maybe .. its been suggested already ... have some information whilst the install so the user can make an informed decisiion. Explaining that the user can only use his/her home-folder .. space use of downloads .. additional programs .. (games can need tons of space) .. . If software companies start supporting Linux the user might very well install a 1GB of e.g. Corel Graphics Suite or the latest biggest game. --- Shriramana Sharma <samjnaa@gmail.com> wrote: ......
1. Calculate the req space for the full install. Add 1 to 2 GB to that for stuff that the user may install themselves. Assign this for /.
2. Calculate the swap in the way it is calculated presently. (I'm running 2 GB swap and it is never used after my 512 MB RAM.)
3. Assign all remaining HD space to home.
This way, nobody even who downloads huge torrents or movies can complain that their home folder is insufficient .... ...... Or maybe a small change in 1: Calculate the req space for the install that the user has selected and then allow 1 to 2 GB. I would think that anyone who needs a full install will usually be someone who can do the partitioning themselves.
What do others think?
--
(o- Penguin #395953 lives at http://samvit.org //\ subsisting on ancient Indian wisdom ... V_/_ and modern computing efficiency! :)
----------------------------------------------------- ___________________________________________________________ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com
If software companies start supporting Linux the user might very well install a 1GB of e.g. Corel Graphics Suite or the latest biggest game.
Usually those programs are installed under /usr/local/. Home directory should just be kept for user files.
On Sunday September 4 2005 3:23 am, Shriramana Sharma wrote:
FWIW I add my opinion on this topic. Somebody was asking since many people will be having many different kinds of requirements - some downloading movies and torrents, and some not, I think this will be OK:
1. Calculate the req space for the full install. Add 1 to 2 GB to that for stuff that the user may install themselves. Assign this for /.
2. Calculate the swap in the way it is calculated presently. (I'm running 2 GB swap and it is never used after my 512 MB RAM.)
3. Assign all remaining HD space to home.
This way, nobody even who downloads huge torrents or movies can complain that their home folder is insufficient, since even if they had had no separate /home partition, they would not have been able to store their torrents etc after installing SuSE.
Or maybe a small change in 1: Calculate the req space for the install that the user has selected and then allow 1 to 2 GB. I would think that anyone who needs a full install will usually be someone who can do the partitioning themselves.
What do others think? Hi all.
This is my first post to this list. I'm currently running SUSE 9.3. This is my first experience with SUSE so consider my comments those of a genuine newbie. I have been running Linux, mostly mandrake Mandrake and to a lesser extent fedora, for several years. I have always understood that having /home on its own partition was more secure in that it was more separated from the actual OS and applications. It also seems to be much easier to do upgrades to one's OS without endangering one's personal settings or data if they are on a separate partition. My real reason for responding though is to say that I believe that it is imperative that we aim all installation instructions and programs directly at the beginner. That doesn't mean that an expert or some such alternative can't be offered, only that the basic install must be aimed at the complete novice. When It comes to partitioning, I think the user should be offered a recommended default which requires no interaction other than clicking on accept or OK. I do think that a second and possibly third "default" or recommended partitioning scheme be made available. simply by selecting partitioning plan -2 (swap / boot /root /home each on its own partition for example.as far as sizing is concerned again I think especially for swap a recommended default size be offered but that an easily selected option be offered. IE swap size should be: 512M (OK) 1G (OK) or 2G.(OK) or some such. To whatever extent possible I believe that words like expert should be avoided. I know from experience that it is very intimidating to be offered a default or expert as one's only choices. Perhaps "custom" could be used instead of expert. Even though I've had 3+ years of experience with Linux, I'm a complete newbie to SUSE. So I wouldn't be comfortable selecting expert as my choice for disk formatting or much else for that matter. But I undoubtedly would be comfortable accepting alternative A, or B, or possibly even custom mode providing it didn't carry dire warnings. I know that all too often programmers program for other programmers. On one of the Gentoo mailing lists they actually said that the programmers don't pay any attention to the general mailing lists and their requests but only listen to other programmers. That's part of the reason I decided against Gentoo. In short I believe that options can be offered without making the complete newbie feel overwhelmed or intimidated. On the subject of the manual: I do read manuals probably no more or no less than most others. I believe that many people (read newbies) even if they do read the manual are understandably confused by much of what they read. So we need to stop telling people to RTFM. The fact that a person (again read newbie) doesn't know what to do next is probably not because they haven't tried to find out and at least looked in the manual! Something I found very odd about the SUSE 9.3 users manual is that the term YAST does not even appear in the index. I hope what I've said makes sense to at least some of you. -- LTR bulloved@nitline.com
Monday 05 Sep 2005 04:14 samaye Langsley alekhiit:
Hi all.
Hello. It would have been easier to get to reading your post if you had trimmed out mine to which you replied! :)
This is my first post to this list. I'm currently running SUSE 9.3. This is my first experience with SUSE
Welcome to SuSE! I've *tried* Mandrake and Red Hat. Neither was comfortable. With SuSE I'm home and dry! :) [Did I get the Inglish idiom right?]
My real reason for responding though is to say that I believe that it is imperative that we aim all installation instructions and programs directly at the beginner. That doesn't mean that an expert or some such alternative can't be offered, only that the basic install must be aimed at the complete novice.
Hear hear. This is already done to a great extent, however.
plan -2 (swap / boot /root /home each on its own partition
On this list or SLE somebody was recently saying that having /boot on its own partition causes problems while upgrading.
that an easily selected option be offered. IE swap size should be: 512M (OK) 1G (OK) or 2G.(OK) or some such.
Yeah, a nice round number should be OK. I've given 2 * 1G swaps. -- (o- Penguin #395953 lives at http://samvit.org //\ subsisting on ancient Indian wisdom ... V_/_ and modern computing efficiency! :)
On Sun, Aug 28, 2005 at 11:48:06AM +0200, jdd wrote:
They may be very large differences from one to an other on the way apps are used.
That is why the home (~) folder can stay on /.
If you want to realy experiment, you can still put ~/home where you want it. For me it still comes down to this: Loose my data with an upgrade, or keep it?
To access your data, last SuSE creates /dataX folders with others partition, so they are easily mounted. it's then enough to link your valuable data to any home folder.
I don't get a /dataX if I only have one HD. There are plenty people who only have /dev/hda and /dev/hdc where the second one is a CD or DVD , writable or not. Think laptop. Yes, I know how to go around on not loosing my data. I and I asume most others here, are familiar on how to not have any problems. I can still see a huge advatage for the new Linux User if this would be done. -- houghi http://www.opensuse.org/index.php/Making_a_DVD_from_CDs
houghi wrote:
If you want to realy experiment, you can still put ~/home where you want it. For me it still comes down to this: Loose my data with an upgrade, or keep it?
if you use a separate partition for home, the upgrade will use it also, so the risk is the same. I know of a friend installing suse on a windows box. to preserve it's dear windows, don't trusting suse, he went to expert mode... and wiped the disk. hopefully he was an intelligent man, learned from that and did no more the same error :-)
To access your data, last SuSE creates /dataX folders with others partition, so they are easily mounted. it's then enough to link your valuable data to any home folder.
I don't get a /dataX if I only have one HD.
but I have only one :-) I use the cheaper PC I could afford some months ago :-(. but on this 80Gb disk, I use really 10Gb permanently (the others not used or used to store cd images) by the way I probably did this manually on the first install and forget it :-( jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
On Sun, Aug 28, 2005 at 03:21:33PM +0200, jdd wrote:
houghi wrote:
If you want to realy experiment, you can still put ~/home where you want it. For me it still comes down to this: Loose my data with an upgrade, or keep it?
if you use a separate partition for home, the upgrade will use it also, so the risk is the same.
An upgrade would (or could) see the /home partition and not overwrite it
I know of a friend installing suse on a windows box. to preserve it's dear windows, don't trusting suse, he went to expert mode... and wiped the disk.
Wiping your disk is domething everybody should have experienced. It is kind of an initiation rite, like a DNS admin forgetting a trailing dot. :-)
but I have only one :-) I use the cheaper PC I could afford some months ago :-(. but on this 80Gb disk, I use really 10Gb permanently (the others not used or used to store cd images)
by the way I probably did this manually on the first install and forget it :-(
As far as I can see in this list, most have ~/home on a seperate partition, so why not make it default? Those who do not want it can just change is, just like people can change it now. -- houghi http://www.opensuse.org/index.php/Making_a_DVD_from_CDs
--- houghi <houghi@houghi.org> wrote:
houghi wrote:
If you want to realy experiment, you can still
On Sun, Aug 28, 2005 at 03:21:33PM +0200, jdd wrote: put ~/home where you want
it. For me it still comes down to this: Loose my data with an upgrade, or keep it?
if you use a separate partition for home, the upgrade will use it also, so the risk is the same.
An upgrade would (or could) see the /home partition and not overwrite it
I know of a friend installing suse on a windows box. to preserve it's dear windows, don't trusting suse, he went to expert mode... and wiped the disk.
Wiping your disk is domething everybody should have experienced. It is kind of an initiation rite, like a DNS admin forgetting a trailing dot. :-)
but I have only one :-) I use the cheaper PC I could afford some months ago :-(. but on this 80Gb disk, I use really 10Gb permanently (the others not used or used to store cd images)
by the way I probably did this manually on the first install and forget it :-(
As far as I can see in this list, most have ~/home on a seperate partition, so why not make it default? Those who do not want it can just change is, just like people can change it now. -- houghi
http://www.opensuse.org/index.php/Making_a_DVD_from_CDs
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-help@opensuse.org
"> As far as I can see in this list, most have ~/home
on a seperate partition, so why not make it default? Those who do not want it can just change is, just like people can change it now. "
The default should be in my opinion no seperate partition. Especially with broadband & downloading or potentially downloading tons of data it is absolutly uncertain what size a /home partition would have to be for penguin-average user. And what happens when the partitioin is full ? The user doesnt have write-access to other partitions or shouildn't IMO. A user who just write mails .. chats .. & maybe does a bit of playing with digi-photos of whateva will have completly different space requirements compared to a digital artist or video-person. We cant predict how much is neccessary. Post Scribbles : The user can allways burn her/his data on DVD/CD. ___________________________________________________________ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com
houghi wrote:
if you use a separate partition for home, the upgrade will use it also, so the risk is the same.
An upgrade would (or could) see the /home partition and not overwrite it
it's harldy possible, config files has to be writen. The way suse do for rpm (rpm.save or rpm.new) is not for everybody use.
As far as I can see in this list, most have ~/home on a seperate partition, so why not make it default? Those who do not want it can just change is, just like people can change it now.
don't forget this list is beta tester ones, I beleived they know what they do. but suse is a major distro for beginners (too), so defaults must allow anybody use. that is any added option is a potential risk. make /home an other partition is not stupid, ans can be seen as good, even if it's not my choice :-). I would even say that on the _very_ hudge disks we have nowadays, making separate partitions for /var, /boot, /home and may be /usr should be thinked of. Why not different options if disk size vary? the only real risk is to confuse the user (and don't forget they will often look at these partition from XP and may ask questions, even delete then - XP don't label "linux"). by the way we could find a accomodment with options like * beginners - don't want to worry (all in /) * enhanced - /boot, /home, / * server - /boot, /var, /home, /usr, / * expert - do what you want jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
On Sun, Aug 28, 2005 at 05:29:53PM +0200, jdd wrote: <snip> I agree with expet for:
* beginners - don't want to worry (all in /) * enhanced - /boot, /home, /
I would put /home, / for beginner as the will most likely have no idea how to save their data once they upgrade. -- houghi http://www.opensuse.org/index.php/Making_a_DVD_from_CDs
houghi wrote:
On Sun, Aug 28, 2005 at 05:29:53PM +0200, jdd wrote: <snip>
I agree with expet for:
* beginners - don't want to worry (all in /) * enhanced - /boot, /home, /
I would put /home, / for beginner as the will most likely have no idea how to save their data once they upgrade.
save the data is necessary outside the computer (cd, dvd is the best, or usb drive). _any_ disk or partition present on the computer can be lost during any install. I remember a PC with two drives. install red hat. choose option "server". RH did format _the two disks_ (I never installed red hat after that :-() jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
On Sun, Aug 28, 2005 at 08:26:26PM +0200, jdd wrote:
I would put /home, / for beginner as the will most likely have no idea how to save their data once they upgrade.
save the data is necessary outside the computer (cd, dvd is the best, or usb drive).
I have a 150GB HD. About 130GB is used. Untill a few days ago I did not even HAVE a DVD burner, just a CD burner. That would have been a LOT of CD's to burn. Even with DVD's it is quit a task.
_any_ disk or partition present on the computer can be lost during any install.
Backing up is a good practice. Unfortunatly this is not always a possibilaty.
I remember a PC with two drives. install red hat. choose option "server".
RH did format _the two disks_ (I never installed red hat after that :-()
If a person has one disk an all on / wth no seperate /home, this wil be standard. -- houghi http://www.opensuse.org/index.php/Making_a_DVD_from_CDs
houghi wrote:
I have a 150GB HD. About 130GB is used. Untill a few days ago I did not even HAVE a DVD burner, just a CD burner. That would have been a LOT of CD's to burn. Even with DVD's it is quit a task.
You like to live dangerously. hard drives are very volatile, for many reasons. USB 300Mb hard drives are quite cheap nowaday, and should be a good backup system. how much do you value your own work? what would be the cost an case of disk failure? upadating is only a very little thing versus all what can append to a disk (coffee on the keyboard, fire, drop on the ground, inadvertent rm -R /* :-((() jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
On Mon, Aug 29, 2005 at 07:52:42AM +0200, jdd wrote:
houghi wrote:
I have a 150GB HD. About 130GB is used. Untill a few days ago I did not even HAVE a DVD burner, just a CD burner. That would have been a LOT of CD's to burn. Even with DVD's it is quit a task.
You like to live dangerously. hard drives are very volatile, for many reasons. USB 300Mb hard drives are quite cheap nowaday, and should be a good backup system.
I know how to do backups. I know what my data is worth and I also know how to put /home on a seperate partition/drive/system. I am also aware that a lot people do NOT have the posibilaty to do what would be wise, whatever the reason. I think that reducing the risk of deleting data should be important. To me that means not backup OR a seperate /home. To me it means backup AND a seperate /home. And the best way to do a backup is to make an image of my data, rename it to Nekid_bridneyspears_Pr0n_movies.rar and put then on torrent. ;-) -- houghi http://www.opensuse.org/index.php/Making_a_DVD_from_CDs
houghi wrote:
seperate /home. To me it means backup AND a seperate /home.
I don't think these two things are to be compared in any way, a separate /home is not the panacea you seems to think. But as I said previously, anybody do what it wants. But as to add it as defaults, this not to be done without care. What are the others distributions doing? I don't remember mandrake, debian, knoppix, making a default separate /home (but I may be wrong) jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
On Mon, Aug 29, 2005 at 10:11 am, in message <4312C339.5090102@dodin.org>, jdd@dodin.org wrote: But as to add it as defaults, this not to be done without care. What are the others distributions doing? I don't remember mandrake, debian, knoppix, making a default separate /home (but I may be wrong)
The only place I've personally seen it done by default is Solaris, where you get a small system partition and a huge /export/home by default
On Mon, Aug 29, 2005 at 10:11:37AM +0200, jdd wrote:
houghi wrote:
seperate /home. To me it means backup AND a seperate /home.
I don't think these two things are to be compared in any way, a separate /home is not the panacea you seems to think.
I know it is not the ultimate solution.
But as I said previously, anybody do what it wants.
Sure. The question just is, would it be wise to have it as default?
But as to add it as defaults, this not to be done without care. What are the others distributions doing? I don't remember mandrake, debian, knoppix, making a default separate /home (but I may be wrong)
For now the things I have heard against the idea come to `we do not know how large the partition should be`. The fact that other distro's don't use it does not autmatocaly mean it is a bad idea. The first thing I do is make a seperate /home directory when I install a new system. I am sure a lot others do the same. The question comes down to: is it better to have a /home partition, or is it better not to have a /home partition? For the majority having a seperate /home would be the wiser choice. -- houghi http://www.opensuse.org/index.php/Making_a_DVD_from_CDs
On Monday 29 August 2005 10:39, houghi wrote:
For now the things I have heard against the idea come to `we do not know how large the partition should be`. The fact that other distro's don't use it does not autmatocaly mean it is a bad idea.
Mandrake does use it. /dev/hda1 ext3 /; /dev/hda6 ext3 /home. 5.8 GB are alloted for /. -- Pablo Ortúzar
houghi wrote:
For now the things I have heard against the idea come to `we do not know how large the partition should be`. The fact that other distro's don't use it does not autmatocaly mean it is a bad idea.
don't think this is the first time this go to discussion. if this have not already be done mean most people don't agree. This won't say we must not change it. The main argument to change to this way is, in my opinion, is the new hudge capacity of the disks. This is new. A current suse system takes 2Gb. A very big one can approach 5Gb. So 10Gb of root should be good. on larger disk, allow 10% if you want. This let room for windows :-( and some external /home partitions. The only real advantage is a small protection against partition failure. Protection against update is of no value for me, because there is no reason to update a working system. One may update OpenOffice or Mozilla, but update from, say, suse 9.2 to 9.3 is probably not a good idea. Updating is a windows habit, to correct bugs. There a nearly no bug in the Linux subsystem if you have it running yet (you may experience bugs at the first install). anyway, the risk of mistaking the partition to format or destroying the /home partition is as high as the risk of bad file system on root. The cons is mostly the added complexity. with a separate /home, one must have a neat /etc/fstab any failure there makes the /home lost (apparently) and need knowledge to fix. and this is frequent when somebody try to cope with mounting cd's :-). added complexity that make the risk of a _windows_ error greater. Don't forget new users uses frequently they windows dual boot and that the disk center of XP marks linux partitions as unused. havind a swap is already confusing, but the partition is so small nobody cares, but a big /home ?? jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
--- jdd <jdd@dodin.org> wrote:
houghi wrote:
For now the things I have heard against the idea come to `we do not know how large the partition should be`. The fact that other distro's don't use it does not autmatocaly mean it is a bad idea.
don't think this is the first time this go to discussion. if this have not already be done mean most people don't agree.
This won't say we must not change it.
The main argument to change to this way is, in my opinion, is the new hudge capacity of the disks. This is new. A current suse system takes 2Gb. A very big one can approach 5Gb. So 10Gb of root should be good. on larger disk, allow 10% if you want. This let room for windows :-( and some external /home partitions.
The only real advantage is a small protection against partition failure.
Protection against update is of no value for me, because there is no reason to update a working system. One may update OpenOffice or Mozilla, but update from, say, suse 9.2 to 9.3 is probably not a good idea. Updating is a windows habit, to correct bugs. There a nearly no bug in the Linux subsystem if you have it running yet (you may experience bugs at the first install). anyway, the risk of mistaking the partition to format or destroying the /home partition is as high as the risk of bad file system on root.
The cons is mostly the added complexity. with a separate /home, one must have a neat /etc/fstab any failure there makes the /home lost (apparently) and need knowledge to fix. and this is frequent when somebody try to cope with mounting cd's :-).
added complexity that make the risk of a _windows_ error greater. Don't forget new users uses frequently they windows dual boot and that the disk center of XP marks linux
partitions as unused. havind a swap is already confusing, but the partition is so small nobody cares, but a big /home ??
jdd
-- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-help@opensuse.org
With all the potential problems that could arise with having additional partitions it really doesn't seem worth it if it is a setup for a first time linux-user. What jdd wrote about updating being a Windows thing is true in a way. A Windows update which many do I hope for the securty & bug-fixes is the equivalent of YOU under SuSE. It is not equivalent to a new SuSE-Linux version ... that would be equal to a Windows-Upgrade which I think very few do. And fact is new Windows versions come out once every few years & usually not twice a year like SuSE. Once they have a reasonably running system they stick with it & wont want to transfer their data to a new Windows-Version which they would have to pay for. All these Win98's & Win95's are there cause they do their job & more is not needed. If it isn't broken dont fix it. People can allways save all their data on a DVD if they want to take it with them. Question then might be ... will/do normal (non-geek/non-new kernel version interested etc.) users behave like they did with Windows & stick with e.g. Version 10 for years (higher support needs) or will they continuesly upgrade ? ___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com
Monday 29 Aug 2005 11:22 samaye jdd alekhiit:
You like to live dangerously. hard drives are very volatile, for many reasons. USB 300Mb hard drives are quite cheap nowaday, and should be a good backup system.
Um, did you mean 300 GB hard drives or 300 MB hard drives? -- (o- Penguin #395953 lives at http://samvit.org //\ subsisting on ancient Indian wisdom ... V_/_ and modern computing efficiency! :)
I changed the subject, because the points I will mention down, are more about the policies openSUSE follows. Who finally decides how openSUSE should look like and where is the discussion of this going on? jdd schrieb:
I think there is a misunderstanding of what is your home.
In fact there two very different parts.
* your own work, datas, documents. This should be on an other parttion. Many advantages, very easy backups, for examples.
* the config data of apps (all the "." files)
This last part can be very different from an install to an other.
This is a very important point. And it was a dark moment in Unix history, when somebody decided, that user configuration should go into dot-files in the user's home directory. I don't know, if openSUSE is the correct location to change this. Is there any discussion about this on FSH or LSB? To add some other points. A wise reason for using partitions is, if you can keep some of them read-only. IMHO, also configuration partitions should be read-only and only changed to rw during the moment of an admin writing changes to it. So /etc/mtab (mtab really should be in /var) is an obstacle of achieving this for /etc, there might be others. Another dumbness is the kde method of storing configuration data under /usr (or /opt, wherever kde is installed). The next topic in a partition discussion is backup strategy. For example /usr would be very nice to be kept read-only for security reasons, but from a backup point-of-view it's not interesting as everything there can be restored from your installation media. The only relevant data is your software choice, which you can then use again during installation time. AFAIK this important piece of information by default is never stored! And as a last resort, there is software not installed by the OS itself (e.g. all the small scripts you use for daily work, but also 3rd party software not supported by the OS). So with regard to these points in the future we should have a lot of partitions linked in place (or all software changed to this new FSH standard ;-) ), the problem is their size. Is there any file system which allows on-the-fly resizing (both increasing and shrinking)? This would be my favourite solution: to have different partitions, which can be resized on-demand to avoid the size troubles. I don't know of any, so maybe the SUSE people should use their contacts to the reiserfs people or the other kernel-filesystem-guys to support full ability to resize on-the-fly. As a short term solution maybe the upgrade way could have an option "delete everything but: [ ]/home, [ ]/etc, [ ]..." instead of "format /". Then the situation of not having separate /home is easier to handle, and it's up to the user who wants to keep his files to handle the possible changes of configuration methods. Offering an option "Backup: [ ]/home, [ ]/etc, [ ]..." would also be a possibility. In more general terms we should think about "pieces worth to be kept during upgrades" and if we want to keep them therefore on a separate partition or if we should backup them by default.
To access your data, last SuSE creates /dataX folders with others partition, so they are easily mounted. it's then enough to link your valuable data to any home folder.
I like this concept it should really be expanded with regard to my other points.
for now the only problem (minor) I have had is thunderbird don't accepting links, so I was obliged to copy the .thunderbird folder
But it allows to link the files inside the folders (I do this even for Win, Linux and FreeBSD linking to the same folder on a FAT32 partition). Ciao Siegbert
Siegbert Baude <siegbert.baude@gmx.de> writes:
I changed the subject, because the points I will mention down, are more about the policies openSUSE follows. Who finally decides how openSUSE should look like and where is the discussion of this going on?
jdd schrieb:
I think there is a misunderstanding of what is your home. In fact there two very different parts. * your own work, datas, documents. This should be on an other parttion. Many advantages, very easy backups, for examples. * the config data of apps (all the "." files) This last part can be very different from an install to an other.
This is a very important point. And it was a dark moment in Unix history, when somebody decided, that user configuration should go into dot-files in the user's home directory.
I don't know, if openSUSE is the correct location to change this. Is there any discussion about this on FSH or LSB?
It belongs to FHS and there was once a proposal. But currently there's no discussion going on. In general FHS tries to document existing practice and not invent new stuff, Andreas -- Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
Sunday 28 Aug 2005 01:06 samaye Andreas Girardet alekhiit:
using a special partiton for home will immediatly get you in troubles if you use more than one Linux on the same computer (and with the same /home).
Since having muliple Linuxes is a special requirement only quite knowledeable people have,I would assume that such a person would be able to kilcik into the partitioner and choose his/her own partition too.
For what it's worth, I agree. I do have Fedora Core 4 installed beside my SuSE 9.3, only just in case there is a problem and I'm not able to boot into SuSE so how to access my files? I forgot that Linux is not like Windows and that it doesn't simply crash forbidding access to my data. I am looking forward to the day (to come soon) when I can wipe out FC4 and reclaim the space I allocated it. Sorry for rambling, but my point is that one really doesn't need to use two Linux distros for normal day-to-day productivity, and are you really suggest an ordinary user might need something other than SuSE?! Only some geeks might need that, as Andreas quoth, and they know to do things properly. (I actually have a separate /home for FC4 since FC4 doesn't use ReiserFS by default.) -- Shriramana Sharma Sym454 2005-08-35 http://samvit.org Penguin #395953 /
I do agree totally. The default are the ones the user sees. /home is crucial. The question here is: How big should the /home partition be? Sounds
Andreas Girardet wrote: trivial, but there is no 100% solution that will fit all the needs. For some users, a 10GB /home may be much too small. For me, 1GB would be absolutely enough, since I store the remaining gigabytes on my windows partition anyway, so I can also easily access my data with windows. Whatever automatic setup you choose, there will always be some people complaining because it does not fit their needs! IMHO _not_ creating a special /home seems to be the best compromise that will create the least problems.
Also /boot should be reinstated since grub has been playing up on some systems of mine with the silly 1024 limit!
I agree on /boot, although for a different reason. A friend of mine had a Suse system. One time it crashed and after that not even grub would start! Turned out his file system for / had some corruptions cause by the crash that prevented grub from reading /boot/grub/menu.lst. As a result, he couldn't even start windows! With /boot on a seperate partition this could not happen, since /boot is hardly ever written to. Regards Stefan
On Sat, Aug 27, 2005 at 04:26:51PM +0200, nordi wrote:
I do agree totally. The default are the ones the user sees. /home is crucial. The question here is: How big should the /home partition be? Sounds
Andreas Girardet wrote: trivial, but there is no 100% solution that will fit all the needs. For some users, a 10GB /home may be much too small. For me, 1GB would be absolutely enough, since I store the remaining gigabytes on my windows partition anyway, so I can also easily access my data with windows.
Whatever automatic setup you choose, there will always be some people complaining because it does not fit their needs! IMHO _not_ creating a special /home seems to be the best compromise that will create the least problems.
It creates the least problems on the initial instalation. It however creates more problems when people want to upgrade to a new version. Advanced users can easily do this by themselves and can change the settings as they like. I am thinking about people who have no clue and want to try out Linux. They try out SUSE 9.3 with a netinstall and like it so much they decide to buy 10.1. That means they are working already for one year with that system andnow they need to decide. Delete all their files and install a new version, risk loosing the data while resizing or just curse at Novell for not having tought about this. To compare: In the Windows world, this is done as well. There a partition will be called a drive, but most people I know will put their data on D:. The reason is that they still have their data when reinstalling. because you are experience, you already know that you need to put your data somewhere else (in your case the Windows partition). An unexpreinced user will have no clue. Even if the choice will not fit all, it will fit more people then now where with a new instalation data will be lost. (OK we know how to get past this, but not all people will know that. SOme just want to work on their PC) -- houghi http://www.opensuse.org/index.php/Making_a_DVD_from_CDs
On Saturday 27 August 2005 10:26 am, nordi wrote:
I agree on /boot, although for a different reason. A friend of mine had a Suse system. One time it crashed and after that not even grub would start! Turned out his file system for / had some corruptions cause by the crash that prevented grub from reading /boot/grub/menu.lst. As a result, he couldn't even start windows! With /boot on a seperate partition this could not happen, since /boot is hardly ever written to.
Right on Stefan. I've been using LILO for about 5 years and about 2 months ago I switched to GRUB. I've been having he same problem you are describing (in more than one occasion). It is because of the fact that now I'm running GRUB and I don't have a separate partition for /boot. I've been having some electrical problems (on my house) causing my system to suddenly shut down. When I boot up, not even GRUB starts. I have to insert the SUSE cd and go into recovery mode in order to perform a reiserfsck on my root partition. After that it works. This never happened before with LILO, as I guess most of the stuff LILO needs to boot my system is stored on the MBR wheras GRUB needs some files from the filesystem to load its second stage (after loading first stage on MBR). I have one of three conclusions: 1- I need to buy an UPS ;) or 2- Go back to LILO or 3- Keep using GRUB but then I need to create a partition for /boot (the one I plan to mount read-only) to avoid the problems discussed here. Jorge
On Sun, Aug 28, 2005 at 2:26 am, in message <4310782B.8010800@addcom.de>, nordi@addcom.de wrote: Andreas Girardet wrote: I do agree totally. The default are the ones the user sees. /home is crucial. The question here is: How big should the /home partition be? Sounds trivial, but there is no 100% solution that will fit all the needs. For some users, a 10GB /home may be much too small. For me, 1GB would be absolutely enough, since I store the remaining gigabytes on my windows partition anyway, so I can also easily access my data with windows.
Whatever automatic setup you choose, there will always be some people complaining because it does not fit their needs! IMHO _not_ creating a special /home seems to be the best compromise that will create the least problems.
So what exactly would the difference be to having / and /home on the same partition then? Most people who would complain are probably the ones who actually know what a partition is. Those people are the ones I assum can also cklick into the partitioner and set it up the way they wand (as I do). The normal user has no idea what a partition is and that is the one which has to be catered for with the normal default settings IMHO.
Also /boot should be reinstated since grub has been playing up on some systems of mine with the silly 1024 limit!
I agree on /boot, although for a different reason. A friend of mine had a Suse system. One time it crashed and after that not even grub would start! Turned out his file system for / had some corruptions cause by the crash that prevented grub from reading /boot/grub/menu.lst. As a result, he couldn't even start windows! With /boot on a seperate partition this could not happen, since /boot is hardly ever written to.
interesting ... certainly another reason for a seperate /boot/ Regards, Andreas openSUSE is SUPER: To help in the SUSE Performance Enhanced Release project visit http://www.opensuse.org/index.php/SUPER
Ok.. so for an "intermediate" user such as myself who does not want to lose data on upgrade, is it OK to put /home on a seperate partition? Only other OS is Windows, on a seperate HDD.. :) thanks, JON On 8/27/05, Andreas Girardet <agirardet@novell.com> wrote:
On Sun, Aug 28, 2005 at 2:26 am, in message <4310782B.8010800@addcom.de>, nordi@addcom.de wrote: Andreas Girardet wrote: I do agree totally. The default are the ones the user sees. /home is crucial. The question here is: How big should the /home partition be? Sounds trivial, but there is no 100% solution that will fit all the needs. For some users, a 10GB /home may be much too small. For me, 1GB would be absolutely enough, since I store the remaining gigabytes on my windows partition anyway, so I can also easily access my data with windows.
Whatever automatic setup you choose, there will always be some people complaining because it does not fit their needs! IMHO _not_ creating a special /home seems to be the best compromise that will create the least problems.
So what exactly would the difference be to having / and /home on the same partition then?
Most people who would complain are probably the ones who actually know what a partition is. Those people are the ones I assum can also cklick into the partitioner and set it up the way they wand (as I do). The normal user has no idea what a partition is and that is the one which has to be catered for with the normal default settings IMHO.
Also /boot should be reinstated since grub has been playing up on some systems of mine with the silly 1024 limit!
I agree on /boot, although for a different reason. A friend of mine had a Suse system. One time it crashed and after that not even grub would start! Turned out his file system for / had some corruptions cause by the crash that prevented grub from reading /boot/grub/menu.lst. As a result, he couldn't even start windows! With /boot on a seperate partition this could not happen, since /boot is hardly ever written to.
interesting ... certainly another reason for a seperate /boot/
Regards,
Andreas
openSUSE is SUPER: To help in the SUSE Performance Enhanced Release project visit http://www.opensuse.org/index.php/SUPER
--------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-help@opensuse.org
Jonathan Lutz wrote:
Ok.. so for an "intermediate" user such as myself who does not want to lose data on upgrade, is it OK to put /home on a seperate partition? Only other OS is Windows, on a seperate HDD.. :)
yes. you only must have to be very conservative when doing your next system update. with recent hudge drives, it's simple to use 10Gb partitions (ans let the rest unpartitionned if you have no use of it now). so then, never maque an update. Do a fresh install on a new partition (and new /home), then link or copy from the old ones. this is quite safe. don't forget one don't update Linux very frequently (I used to keep linux 2 or three years on production machines), so when you do it, the differences are great. buit, of course, at that time you may have also a new terabytes disk :-) jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
houghi wrote:
Is there a reason that /home is not on its own partition anymore by default?
Excuse for my missunderstand. I Don't read the word "not" :-( And I explained how make a own partition for /home.
Yes, you can do that easy with Yast.
Yes, there is a reason or Yes it can be done? I am aware that it is done very easy. I just am wondering why it is not done by default. If you want to have the easiest, most friendly and simplified distribution, I think that this should be something that is inlcuded as default.
But I'am wondering, because I know SuSE since 6.4 and the default install was ever on _one_ _primary_ hd partition. I always have to make my own partitions before installing. And I think that is and was good. SuSE should run on Server, Laptop, Workstation, ... and often more than one OS. And to make your own partition, raid, LVD is very easy with Yast. There is perfect docu, too. Default install in the first (User) Book and things about partition are in the begining of the 2nd (Admin) Book. Ciao Marco. -- Never underestimate the power of human stupidity. -- unknown Author
Related question.. what is a good size for "home" partition vs. "system" partition, say, on an 80gb drive? JON On 8/27/05, Marco Maske <maskemarco@netcologne.de> wrote:
houghi wrote:
Is there a reason that /home is not on its own partition anymore by default?
Yes, you can do that easy with Yast. Better is to take /home on it's own Harddisc.
Here is an oversight of good splitting points:
Mount Points: http://www.nyx.net/~sgjoen/disk-9.html
-- Ciao Marco, registered GNU/Linux-User 313353
--------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-help@opensuse.org
Jonathan Lutz wrote:
Related question.. what is a good size for "home" partition vs. "system" partition, say, on an 80gb drive?
My old laptop, now my server/gateway (nor more screen, no battery, external fan :-) had 20Gb. I divided this in 4 (+ swap) these 4+Gb partition where never full of system. the data one was sufficent for my uses, but this can vary (video is very space demanding) a small (50Mb) ext2 /boot is not stupid :-) jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
I also suggest to add small hint like "Installing /home on separate partition is recommended because it will be easier to update your whole SUSE Linux in the future and ... and ... etc." -- SU --------------------------------------------------------------------- Najwiekszy MOTO-serwis w Polsce >>> http://link.interia.pl/f18af
On Sat, Aug 27, 2005 at 12:51:32PM -0400, Jonathan Lutz wrote:
Related question.. what is a good size for "home" partition vs. "system" partition, say, on an 80gb drive? JON
I would answer it in another way. How much do you NOT want on /home I would say 20GB on / and all the rest on ~/home, no matter what the real size is. With you it is 60GB, for me it would be 130GB. -- houghi http://www.opensuse.org/index.php/Making_a_DVD_from_CDs
--- houghi <houghi@houghi.org> wrote:
On Sat, Aug 27, 2005 at 12:51:32PM -0400, Jonathan Lutz wrote:
Related question.. what is a good size for
"home" partition vs.
"system" partition, say, on an 80gb drive? JON
I would answer it in another way. How much do you NOT want on /home
I would say 20GB on / and all the rest on ~/home, no matter what the real size is. With you it is 60GB, for me it would be 130GB. -- houghi
http://www.opensuse.org/index.php/Making_a_DVD_from_CDs
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-help@opensuse.org
thats of course something I haven't thought of ... yeah maybe that coz the / - size shouldn't increase too much. :-) ___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com
On Sun, Aug 28, 2005 at 02:14:14PM +0200, houghi wrote:
I would say 20GB on / and all the rest on ~/home, no matter what the real size is. With you it is 60GB, for me it would be 130GB.
Nice algorithm. Especially for a 20 GB Laptop, where 5 GB are reserved for other OS's. Rasmus
Rasmus Plewe wrote:
On Sun, Aug 28, 2005 at 02:14:14PM +0200, houghi wrote:
I would say 20GB on / and all the rest on ~/home, no matter what the real size is. With you it is 60GB, for me it would be 130GB.
Nice algorithm. Especially for a 20 GB Laptop, where 5 GB are reserved for other OS's.
I have a 20Gb laptop, 3Gb for win millenium, 5 for data, 2x5 for two linux. (the rest for /boot and /swap) jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
On 28/08/05, jdd <jdd@dodin.org> wrote:
I have a 20Gb laptop, 3Gb for win millenium, 5 for data, 2x5 for two linux. (the rest for /boot and /swap)
jdd
Jdd You're very brave running millenium ;) -- Photos : www.flickr.com/photos/marcusc Blog : marcusbrain.blogspot.com `The music business is a cruel and shallow money trench, a long plastic hallway where thieves and pimps run free, and good men die like dogs. There's also a negative side.' HST
Marcus Cooper wrote:
On 28/08/05, jdd <jdd@dodin.org> wrote:
I have a 20Gb laptop, 3Gb for win millenium, 5 for data, 2x5 for two linux. (the rest for /boot and /swap)
jdd
Jdd
You're very brave running millenium ;)
installed from beginning with specialized drivers and kept for that reason. never used though :-) jdd -- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
On Sun, Aug 28, 2005 at 09:45:20PM +0200, jdd wrote:
Marcus Cooper wrote:
On 28/08/05, jdd <jdd@dodin.org> wrote:
I have a 20Gb laptop, 3Gb for win millenium, 5 for data, 2x5 for two linux. (the rest for /boot and /swap)
jdd
Jdd
You're very brave running millenium ;)
installed from beginning with specialized drivers and kept for that reason. never used though :-)
You know , I'd run ME if I had an extra box, or if the CDs I had worked and weren' crap. The reason though is that I love playing with OSs even if they do suck Lol, got Windows 98 SE on a partition here on this box (HP Pavilion, first computer I ever bought, P3 733 MHz, 384 RAM, 43 GB HD (Yes that's 43)) It's there for : Quake Quake 2 Quake 3 Doom Doom 2 Final Doom Magic the Gathering Pron that won't play on Linux Box is to slow for DOSBox ;( My other boxes are all at LEAST 2.13 GHz minimum, but they aren't my main box. My laptop is a 3.06 GHz P4 M and it dual boots XP and SUSE 8.2 and is used for A LOT The other box is Free BSD 5.4 and is used for whatever lol. It's got 512 RAM, a 128 MB Nvidia card and is close to 3 GHz. And then my AMD Athlon XP 2600+ 512 RAM is used for my FTP server.
jdd
-- pour m'écrire, aller sur: http://www.dodin.net http://valerie.dodin.net http://arvamip.free.fr
--------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-help@opensuse.org
On Sun, Aug 28, 2005 at 07:31:41PM +0100, Marcus Cooper wrote:
On 28/08/05, jdd <jdd@dodin.org> wrote:
I have a 20Gb laptop, 3Gb for win millenium, 5 for data, 2x5 for two linux. (the rest for /boot and /swap)
jdd
Jdd
You're very brave running millenium ;)
Could be drunk ;)
-- Photos : www.flickr.com/photos/marcusc Blog : marcusbrain.blogspot.com
`The music business is a cruel and shallow money trench, a long plastic hallway where thieves and pimps run free, and good men die like dogs. There's also a negative side.' HST
--------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-help@opensuse.org
On Sun, Aug 28, 2005 at 07:59:30PM +0200, Rasmus Plewe wrote:
On Sun, Aug 28, 2005 at 02:14:14PM +0200, houghi wrote:
I would say 20GB on / and all the rest on ~/home, no matter what the real size is. With you it is 60GB, for me it would be 130GB.
Nice algorithm. Especially for a 20 GB Laptop, where 5 GB are reserved for other OS's.
There will be indeed situation where a seperate /home will not be practical. This does not mean you should take away the good practice for those situations where it IS good common practice. I also could see a situation where you can select if you want a seperate /home or not (with yes being the default) and a slidebar with a real number selector next to it to say how large you want it to have. The algoruthm could be something else. What is your proposal for a algoritm? 2/3rd of the available space with a minimal of X GB and maximal Y GB for /home and minimal X GB for /home. Again, I understand that the situation will not be ideal for everyone. It will be (in my opinion) still be better then what we have now. -- houghi http://www.opensuse.org/index.php/Making_a_DVD_from_CDs
On Mon, Aug 29, 2005 at 5:06 pm, in message <20050829050649.GB28412@penne>, houghi@houghi.org wrote: On Sun, Aug 28, 2005 at 07:59:30PM +0200, Rasmus Plewe wrote: On Sun, Aug 28, 2005 at 02:14:14PM +0200, houghi wrote:
I would say 20GB on / and all the rest on ~/home, no matter what the real size is. With you it is 60GB, for me it would be 130GB.
Nice algorithm. Especially for a 20 GB Laptop, where 5 GB are reserved for other OS's.
There will be indeed situation where a seperate /home will not be practical. This does not mean you should take away the good practice for those situations where it IS good common practice.
I also could see a situation where you can select if you want a seperate /home or not (with yes being the default) and a slidebar with a real number selector next to it to say how large you want it to have.
The algoruthm could be something else. What is your proposal for a algoritm? 2/3rd of the available space with a minimal of X GB and maximal Y GB for /home and minimal X GB for /home.
Again, I understand that the situation will not be ideal for everyone. It will be (in my opinion) still be better then what we have now.
Well In general a user that is more advanced will choose to create a custom partition setup anyhow. For special scenarios a few clicks can help the advanced admin. The normal user would appreciate our help here. I added this simple logic to control.xml. But at the moment it seems to ignore it and still automatically suggest the swap + / scheme. I used the docs from http://www.novell.com/documentation/nld/index.html?page=/documentation/nld/n... Maybe someone on here has a clue why that is and can suggest what I should do? My current control.xml is on ftp://opensuse.linux.co.nz/pub/SUPER/files/control.xml <partitioning> <partitions config:type="list"> <partition> <disk config:type="integer">0</disk> <fstopt>defaults</fstopt> <fsys>reiser</fsys> <increasable config:type="boolean">false</increasable> <mount>/boot</mount> <pct config:type="integer">100</pct> <size>200mb</size> </partition> <partition> <disk config:type="integer">2</disk> <mount>swap</mount> <size>auto</size> </partition> <partition> <disk config:type="integer">1</disk> <fstopt>defaults</fstopt> <fsys>reiser</fsys> <increasable config:type="boolean">true</increasable> <mount>/</mount> <size>2gb</size> </partition> </partitions> Regards, Andreas openSUSE is SUPER: To help in the SUSE Performance Enhanced Release project visit http://www.opensuse.org/index.php/SUPER
participants (27)
-
Allen
-
Anders Johansson
-
Anders Johansson
-
Andreas Girardet
-
Andreas Jaeger
-
houghi
-
James Ogley
-
JBScout [Thomas Lodewick]
-
jdd
-
Jonathan Lutz
-
Jorge Fábregas
-
Kashif Sheikh
-
Langsley
-
Marco Maske
-
Marcus Cooper
-
Marcus Meissner
-
mike
-
nordi
-
Pablo Ortúzar
-
Pascal Bleser
-
Rasmus Plewe
-
Reinhard Gimbel
-
Shriramana Sharma
-
Siegbert Baude
-
SuSE UsER
-
Winston Graeme
-
Zoltan Siposs