* Reiser4 + laptop_mode? @ 2005-10-17 10:30 Yulia Shabunio 2005-10-17 18:56 ` Reiser4 + laptop -> ouch PFC 0 siblings, 1 reply; 10+ messages in thread From: Yulia Shabunio @ 2005-10-17 10:30 UTC (permalink / raw) To: reiserfs-list Hi! I want to use reiserfs 4 on my laptop. But i doubt if i can combine one with laptop_mode. Can reiserfs 4 and laptop_mode work together? Thanx! Yulia Shabunio ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Reiser4 + laptop -> ouch 2005-10-17 10:30 Reiser4 + laptop_mode? Yulia Shabunio @ 2005-10-17 18:56 ` PFC 2005-10-18 18:09 ` Alexander Zarochentsev 0 siblings, 1 reply; 10+ messages in thread From: PFC @ 2005-10-17 18:56 UTC (permalink / raw) To: reiserfs-list I've been using Reiser4 on my laptop for a while and all I can say is, well, that's the only filesystem that makes a crap 5200rpm drive responsive and usable. That's really great ! However, there are a few problems... Sometimes, when I power down the laptop, the usual power down sequence : - Unmounting Filesystems - Remounting FS read-only - Power Down Stops at "Unmounting Filesystems" and stays there forever ; and I have to shutdown the thing manually, pressing for 10 seconds on the power button. Annoying. Also, a few days ago, my laptop battery died and the thing had a hard shutdown. The harddisk had spinned down a moment ago (I remember hearing it doing its clunk-bzzzzz....). Before you mention, no, I don't use the thingie to automatically shutdown the laptop just before the battery dies, because ACPI sucks on mine, and 50% of the time it says 0% charge left when, in reality, it's at 99%, and the damn thing would shut itself down every 5 minutes. So, after that, my Reiser4 FS died and I had to run a fsck with rebuild-tree from a kanotix boot cdrom. What happened ? ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Reiser4 + laptop -> ouch 2005-10-17 18:56 ` Reiser4 + laptop -> ouch PFC @ 2005-10-18 18:09 ` Alexander Zarochentsev 2005-10-20 11:36 ` PFC 0 siblings, 1 reply; 10+ messages in thread From: Alexander Zarochentsev @ 2005-10-18 18:09 UTC (permalink / raw) To: reiserfs-list; +Cc: PFC Hello, On Monday 17 October 2005 22:56, PFC wrote: > I've been using Reiser4 on my laptop for a while and all I can say is, > well, that's the only filesystem that makes a crap 5200rpm drive > responsive and usable. That's really great ! > > However, there are a few problems... > > Sometimes, when I power down the laptop, the usual power down sequence : > - Unmounting Filesystems > - Remounting FS read-only > - Power Down > > Stops at "Unmounting Filesystems" and stays there forever ; and I have to > shutdown the thing manually, pressing for 10 seconds on the power button. which reiser4 version are you using ? > Annoying. > > Also, a few days ago, my laptop battery died and the thing had a hard > shutdown. The harddisk had spinned down a moment ago (I remember hearing > it doing its clunk-bzzzzz....). Before you mention, no, I don't use the > thingie to automatically shutdown the laptop just before the battery dies, > because ACPI sucks on mine, and 50% of the time it says 0% charge left > when, in reality, it's at 99%, and the damn thing would shut itself down > every 5 minutes. > > So, after that, my Reiser4 FS died and I had to run a fsck with > rebuild-tree from a kanotix boot cdrom. > > What happened ? -- Alex. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Reiser4 + laptop -> ouch 2005-10-18 18:09 ` Alexander Zarochentsev @ 2005-10-20 11:36 ` PFC 2005-10-20 20:00 ` michael chang 0 siblings, 1 reply; 10+ messages in thread From: PFC @ 2005-10-20 11:36 UTC (permalink / raw) To: Alexander Zarochentsev, reiserfs-list I have this kernel : linux-2.6.11-cko1-swsusp2 I chose this because it has reiser4 included, and software suspend 2... turns out software suspend does not work on this laptop, so I don't use it... How can I get the filesystem version ? I grepped the reiser4 kernel sources for "version" but nothiing relevant came out. Thanks for your help. On Tue, 18 Oct 2005 20:09:19 +0200, Alexander Zarochentsev <zam@namesys.com> wrote: > Hello, > > On Monday 17 October 2005 22:56, PFC wrote: >> I've been using Reiser4 on my laptop for a while and all I can say is, >> well, that's the only filesystem that makes a crap 5200rpm drive >> responsive and usable. That's really great ! >> >> However, there are a few problems... >> >> Sometimes, when I power down the laptop, the usual power down sequence : >> - Unmounting Filesystems >> - Remounting FS read-only >> - Power Down >> >> Stops at "Unmounting Filesystems" and stays there forever ; and I have >> to >> shutdown the thing manually, pressing for 10 seconds on the power >> button. > > which reiser4 version are you using ? > >> Annoying. >> >> Also, a few days ago, my laptop battery died and the thing had a hard >> shutdown. The harddisk had spinned down a moment ago (I remember hearing >> it doing its clunk-bzzzzz....). Before you mention, no, I don't use the >> thingie to automatically shutdown the laptop just before the battery >> dies, >> because ACPI sucks on mine, and 50% of the time it says 0% charge left >> when, in reality, it's at 99%, and the damn thing would shut itself down >> every 5 minutes. >> >> So, after that, my Reiser4 FS died and I had to run a fsck with >> rebuild-tree from a kanotix boot cdrom. >> >> What happened ? > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Reiser4 + laptop -> ouch 2005-10-20 11:36 ` PFC @ 2005-10-20 20:00 ` michael chang 2005-10-21 9:59 ` PFC 2005-10-21 11:38 ` James Rayner 0 siblings, 2 replies; 10+ messages in thread From: michael chang @ 2005-10-20 20:00 UTC (permalink / raw) To: PFC; +Cc: Alexander Zarochentsev, reiserfs-list On 10/20/05, PFC <lists@boutiquenumerique.com> wrote: > > I have this kernel : > > linux-2.6.11-cko1-swsusp2 Try a 2.6.12 or 2.6.13 kernel, without swsusp2 patches included (since they don't work anyways, you shouldn't run a kernel with them in case they do funky things). Maybe a recent -mm kernel? > I chose this because it has reiser4 included, and software suspend 2... > turns out software suspend does not work on this laptop, so I don't use > it... > > How can I get the filesystem version ? I grepped the reiser4 kernel > sources for "version" but nothiing relevant came out. > > Thanks for your help. > > > > On Tue, 18 Oct 2005 20:09:19 +0200, Alexander Zarochentsev > <zam@namesys.com> wrote: > > > Hello, > > > > On Monday 17 October 2005 22:56, PFC wrote: > >> I've been using Reiser4 on my laptop for a while and all I can say is, > >> well, that's the only filesystem that makes a crap 5200rpm drive > >> responsive and usable. That's really great ! > >> > >> However, there are a few problems... > >> > >> Sometimes, when I power down the laptop, the usual power down sequence : > >> - Unmounting Filesystems > >> - Remounting FS read-only > >> - Power Down > >> > >> Stops at "Unmounting Filesystems" and stays there forever ; and I have > >> to > >> shutdown the thing manually, pressing for 10 seconds on the power > >> button. > > > > which reiser4 version are you using ? > > > >> Annoying. > >> > >> Also, a few days ago, my laptop battery died and the thing had a hard > >> shutdown. The harddisk had spinned down a moment ago (I remember hearing > >> it doing its clunk-bzzzzz....). Before you mention, no, I don't use the > >> thingie to automatically shutdown the laptop just before the battery > >> dies, > >> because ACPI sucks on mine, and 50% of the time it says 0% charge left > >> when, in reality, it's at 99%, and the damn thing would shut itself down > >> every 5 minutes. > >> > >> So, after that, my Reiser4 FS died and I had to run a fsck with > >> rebuild-tree from a kanotix boot cdrom. > >> > >> What happened ? > > > > > -- ~Mike - Just my two cents - No man is an island, and no man is unable. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Reiser4 + laptop -> ouch 2005-10-20 20:00 ` michael chang @ 2005-10-21 9:59 ` PFC 2005-10-21 11:38 ` James Rayner 1 sibling, 0 replies; 10+ messages in thread From: PFC @ 2005-10-21 9:59 UTC (permalink / raw) To: michael chang; +Cc: Alexander Zarochentsev, reiserfs-list > Try a 2.6.12 or 2.6.13 kernel, without swsusp2 patches included (since > they don't work anyways, you shouldn't run a kernel with them in case > they do funky things). Maybe a recent -mm kernel? OK, will try this ! thanks. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Reiser4 + laptop -> ouch 2005-10-20 20:00 ` michael chang 2005-10-21 9:59 ` PFC @ 2005-10-21 11:38 ` James Rayner 2005-10-21 19:45 ` michael chang ` (2 more replies) 1 sibling, 3 replies; 10+ messages in thread From: James Rayner @ 2005-10-21 11:38 UTC (permalink / raw) To: michael chang, reiserfs-list On 10/21/05, michael chang <thenewme91@gmail.com> wrote: > > Try a 2.6.12 or 2.6.13 kernel, without swsusp2 patches included (since > they don't work anyways, you shouldn't run a kernel with them in case > they do funky things). Maybe a recent -mm kernel? > Suspend2 has been improved substantially, and works for most people, if they put a few minutes of their time into setting it up properly. It has been cleaned up substantially and wont do 'funky things' like you suggest. An -mm kernel is more likely to do funky things, then a well patched suspend2 + reiser4. Try archck, http://iphitus.loudas.com/archck.php James -- iphitus - archck maintainer Home:iphitus.loudas.com Blog: iphitus.blogspot.com ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Reiser4 + laptop -> ouch 2005-10-21 11:38 ` James Rayner @ 2005-10-21 19:45 ` michael chang 2005-10-22 16:08 ` Craig Shelley 2005-10-25 3:30 ` Ritesh Raj Sarraf 2 siblings, 0 replies; 10+ messages in thread From: michael chang @ 2005-10-21 19:45 UTC (permalink / raw) To: James Rayner; +Cc: reiserfs-list On 10/21/05, James Rayner <iphitus@gmail.com> wrote: > On 10/21/05, michael chang <thenewme91@gmail.com> wrote: > > > > Try a 2.6.12 or 2.6.13 kernel, without swsusp2 patches included (since > > they don't work anyways, you shouldn't run a kernel with them in case > > they do funky things). Maybe a recent -mm kernel? > > > > Suspend2 has been improved substantially, and works for most people, > if they put a few minutes of their time into setting it up properly. > It has been cleaned up substantially and wont do 'funky things' like > you suggest. > > An -mm kernel is more likely to do funky things, then a well patched > suspend2 + reiser4. Try archck, http://iphitus.loudas.com/archck.php I'm sure that is quite true, but that all said, Resier4 is actually in the -mm patches, IIRC. *shrugs* Either way, it's up to him whether or not he wishes to have another go at reiser4+suspend2. -- ~Mike - Just my two cents - No man is an island, and no man is unable. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Reiser4 + laptop -> ouch 2005-10-21 11:38 ` James Rayner 2005-10-21 19:45 ` michael chang @ 2005-10-22 16:08 ` Craig Shelley 2005-10-25 3:30 ` Ritesh Raj Sarraf 2 siblings, 0 replies; 10+ messages in thread From: Craig Shelley @ 2005-10-22 16:08 UTC (permalink / raw) To: reiserfs-list [-- Attachment #1: Type: text/plain, Size: 1304 bytes --] On Fri, 2005-10-21 at 21:38 +1000, James Rayner wrote: > Suspend2 has been improved substantially, and works for most people, > if they put a few minutes of their time into setting it up properly. > It has been cleaned up substantially and wont do 'funky things' like > you suggest. > > An -mm kernel is more likely to do funky things, then a well patched > suspend2 + reiser4. Try archck, http://iphitus.loudas.com/archck.php I can confirm that this combination works VERY reliably for me. I also have the fbsplash patches, which gives that extra polished feel. I have been using reiser4 since it's release and have had no serious problems with the fs that I didn't cause myself. The issues encountered were when I filled up the root partition, things were not handled particularly gracefully (system started to crawl, very difficult to free up some space). The only other thing was when I accidentally did a fsck.reiser4 --build-sb --build-fs /dev/hda instead of /dev/hda1. After about 30 minutes of running, I realised. After manually rebuilding the partition table and re-running fsck.reiser4 /dev/hda1, the filesystem mostly survived, with only a few corrupt files. Well done reiser4! -- Craig Shelley EMail: craig@microtron.org.uk Jabber: shell@jabber.earth.li [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Reiser4 + laptop -> ouch 2005-10-21 11:38 ` James Rayner 2005-10-21 19:45 ` michael chang 2005-10-22 16:08 ` Craig Shelley @ 2005-10-25 3:30 ` Ritesh Raj Sarraf 2 siblings, 0 replies; 10+ messages in thread From: Ritesh Raj Sarraf @ 2005-10-25 3:30 UTC (permalink / raw) To: reiserfs-list -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 James Rayner on Friday 21 Oct 2005 17:08 wrote: > Suspend2 has been improved substantially, and works for most people, > if they put a few minutes of their time into setting it up properly. > It has been cleaned up substantially and wont do 'funky things' like > you suggest. It does 'funky things'. On my laptop with reiser4 + LVM it was too many attempts to configure swsusp2 after which I gave up. swsusp just works fine. The last time I tried swsusp2,I lost data from my /home partition. rrs - -- Ritesh Raj Sarraf RESEARCHUT -- http://www.researchut.com Gnupg Key ID: 04F130BC "Stealing logic from one person is plagiarism, stealing from many is research." "Necessity is the mother of invention." -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDXabn4Rhi6gTxMLwRAjPGAJ9Evv8ITSoiKFoVkLAJIFWep0RDOgCgsj2f 5hElw4JzH/4y8WU2rFNjfx4= =18on -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2005-10-25 3:30 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-10-17 10:30 Reiser4 + laptop_mode? Yulia Shabunio 2005-10-17 18:56 ` Reiser4 + laptop -> ouch PFC 2005-10-18 18:09 ` Alexander Zarochentsev 2005-10-20 11:36 ` PFC 2005-10-20 20:00 ` michael chang 2005-10-21 9:59 ` PFC 2005-10-21 11:38 ` James Rayner 2005-10-21 19:45 ` michael chang 2005-10-22 16:08 ` Craig Shelley 2005-10-25 3:30 ` Ritesh Raj Sarraf
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.