Re: Ext3 Question re: Journal and data

2017-04-28 Thread Chris Murphy
Also I'd be really clear on why you want to use ext3 over ext4. Ext4 has numerous advantages over ext3. This article "rm -r fs/ext3" is kinda interesting: https://lwn.net/Articles/651645/ Basically these days it's the ext4 kernel code with backward compatibility mounting an ext3 file system. And

Re: Ext3 Question re: Journal and data

2017-04-28 Thread Chris Murphy
On Wed, Apr 19, 2017 at 1:53 PM, JD wrote: > Could you explain what the journal is holding: The User Data, the Metadata, > or Both? By default, the journal contains an abbreviated representation of the metadata. Faster to write, faster to read, than fs metadata. But it requires interpretation an

Re: suspends shutdowns system instead of suspending

2017-04-28 Thread Sudhir Khanger
Suspend started working on its own after 4.10.12-200.fc25.x86_64 update. What is the status of pm-utils? I suppose it is deprecated in favor of pm-utils. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@

Re: suspends shutdowns system instead of suspending

2017-04-28 Thread Sudhir Khanger
There was an update 4.10.12-200.fc25.x86_64 after which my suspend problem went away. CMOS battery is very deep under the motherboard. It would have sucked big time to replace it. As far as BIOS option is concerned there was only which was to block S3 sleep which is what I wanted to work. I di