WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TC 3.6 rc on a SD-card-ATA adapter - after system halt - strange errors  (Read 4941 times)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11048
Re: TC 3.6 rc on a SD-card-ATA adapter - after system halt - strange errors
« Reply #15 on: April 13, 2011, 08:46:03 AM »
ext4 without journal: mkfs.ext4 -O ^has_journal /dev/sda1
The only barriers that can stop you are the ones you create yourself.

Offline beerstein

  • Hero Member
  • *****
  • Posts: 530
Re: TC 3.6 rc on a SD-card-ATA adapter - after system halt - strange errors
« Reply #16 on: April 14, 2011, 08:28:57 AM »
 (ext4 without journal: mkfs.ext4 -O ^has_journal /dev/sda)

thank you for this. Does this mean that I can format from the terminal or command line:

$ mkfs ext4 -O /dev/sda1

does this command format ext4 as non journaling?

Now ext4 needs grub 2 as a bootloader.
t(w)o be(ers) or not t(w)o be(ers) that is the question

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: TC 3.6 rc on a SD-card-ATA adapter - after system halt - strange errors
« Reply #17 on: April 14, 2011, 09:19:38 AM »
Now ext4 needs grub 2 as a bootloader.

Recent versions of syslinux include ext4 support as well.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11048
Re: TC 3.6 rc on a SD-card-ATA adapter - after system halt - strange errors
« Reply #18 on: April 14, 2011, 09:38:25 AM »
(ext4 without journal: mkfs.ext4 -O ^has_journal /dev/sda)

thank you for this. Does this mean that I can format from the terminal or command line:

$ mkfs ext4 -O /dev/sda1

does this command format ext4 as non journaling?

Now ext4 needs grub 2 as a bootloader.


You forgot the actual option arg from your command ;)

Our grub1 does work with ext4.
The only barriers that can stop you are the ones you create yourself.