How to disable fsck of root-filesystem at boot time?

2013-04-17 Thread Clemens Eisserer
Hi,

I would like to run Fedora on a nilfs2 root-partition.
For now I only added the nilfs2-module to dracut.conf and it loads
fine up to the point where it tries to execute the non-existing
fsck.nilfs2.

Is there any way to disable the execution of fsck.nilfs2?

Thanks, Clemens
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How to disable fsck of root-filesystem at boot time?

2013-04-17 Thread Reindl Harald


Am 17.04.2013 15:57, schrieb Clemens Eisserer:

 I would like to run Fedora on a nilfs2 root-partition.
 For now I only added the nilfs2-module to dracut.conf and it loads
 fine up to the point where it tries to execute the non-existing
 fsck.nilfs2.
 
 Is there any way to disable the execution of fsck.nilfs2?

man fstab for the last two columns
UUID=b935b5db-0051-4f7f-83ac-6a6651fe0988  / ext4  0  0



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How to disable fsck of root-filesystem at boot time?

2013-04-17 Thread Clemens Eisserer
Hi Harald,

 man fstab for the last two columns
 UUID=b935b5db-0051-4f7f-83ac-6a6651fe0988  / ext4  0  0

Hmm, that alone didn't do the trick as / has to be mounted in order to
read /etc/fstab.
However I found out about an fastboot kernel option which seems to
work well in combination with your suggestion.

Thanks :)

Regards, Clemens
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How to disable fsck of root-filesystem at boot time?

2013-04-17 Thread Reindl Harald


Am 17.04.2013 17:33, schrieb Clemens Eisserer:
 Hi Harald,
 
 man fstab for the last two columns
 UUID=b935b5db-0051-4f7f-83ac-6a6651fe0988  / ext4  0  0
 
 Hmm, that alone didn't do the trick as / has to be mounted in order to
 read /etc/fstab

but READONLY, that is what the ro is for

 However I found out about an fastboot kernel option which seems to
 work well in combination with your suggestion.

fastboot disables ANY filesystem-check for any partition
have fun after a crash / power fail if continue working
without fixing problems at boot

 Thanks :)
 Regards, Clemens

-- 

Reindl Harald
the lounge interactive design GmbH
A-1060 Vienna, Hofmühlgasse 17
CTO / CISO / Software-Development
p: +43 (1) 595 3999 33, m: +43 (676) 40 221 40
icq: 154546673, http://www.thelounge.net/

http://www.thelounge.net/signature.asc.what.htm



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: How to disable fsck of root-filesystem at boot time?

2013-04-17 Thread poma
On 17.04.2013 15:57, Clemens Eisserer wrote:
 Hi,
 
 I would like to run Fedora on a nilfs2 root-partition.
 For now I only added the nilfs2-module to dracut.conf and it loads
 fine up to the point where it tries to execute the non-existing
 fsck.nilfs2.

nilfs2 on / :)

 Is there any way to disable the execution of fsck.nilfs2?

You just do not do it!
It is a bad practice, generally speaking.

poma

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org