Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

buster finishing installation takes long

Ask for help with issues regarding the Installations of the Debian O/S.
Message
Author
Chrisdb
Posts: 279
Joined: 2018-04-10 07:16

Re: buster finishing installation takes long

#21 Post by Chrisdb »

At last I managed to reduce the realtime to about 5s :D

I changed the mount options of my partition to:

Code: Select all

rw,relatime
I guess there's no option to use these mount options during installation?

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: buster finishing installation takes long

#22 Post by phenest »

There certainly is. I specify noatime and nodiratime at installation.
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

Chrisdb
Posts: 279
Joined: 2018-04-10 07:16

Re: buster finishing installation takes long

#23 Post by Chrisdb »

phenest wrote:There certainly is. I specify noatime and nodiratime at installation.
Do you mean the graphical installer? During which step?

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: buster finishing installation takes long

#24 Post by phenest »

I've never used the graphical installer, but it does on the text based installer.
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

Chrisdb
Posts: 279
Joined: 2018-04-10 07:16

Re: buster finishing installation takes long

#25 Post by Chrisdb »

phenest wrote:I've never used the graphical installer, but it does on the text based installer.
I found it, but the install time took about 1 hour again :(
Seems like the options for the mount only take effect after installation?

Chrisdb
Posts: 279
Joined: 2018-04-10 07:16

Re: buster finishing installation takes long

#26 Post by Chrisdb »

At last I found a solution :D

When I run the installer I have to set the mount options to: relatime,barrier=0
(note: setting barrier is only possible in expert mode)

More info can be found here:
https://superuser.com/questions/610827/ ... ng-install

I only use the 'barrier' option during installation, afterwards this setting is removed.

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: buster finishing installation takes long

#27 Post by phenest »

Nice find, Chris. I wasn't aware of barrier.
Is there any impact on performance removing barrier=0 afterwards?
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

Chrisdb
Posts: 279
Joined: 2018-04-10 07:16

Re: buster finishing installation takes long

#28 Post by Chrisdb »

phenest wrote:Nice find, Chris. I wasn't aware of barrier.
Is there any impact on performance removing barrier=0 afterwards?
Sad to say, but this workaround is not an option :(
As stated on several sites:

Code: Select all

if the system does not have battery-backed disks, there is a risk of file system corruption
I'm going to experiment with some other options...(noatime instead of relatime, commit interval, ...)

Post Reply