Displaying 1 result from an estimated 1 matches for "onoacl".
Did you mean:
noacl
2005 Feb 22
2
ext3 compatibility between 2.4 and 2.6 kernels
...3 / kernel 2.6 on
the central server is that the 2.4 kernel in the embedded system
cannot read the root filesystem, and panics with a message about not
being able to find init.
The scenario is -- running FC3:
1. "mkfs -t ext3 -O none <device>" on removable disk
2. "mount -Onoacl,oldalloc,nouser_xattr <device> <mountpoint>"
3. "tar xf" onto mountpoint
4. "umount <mountpoint>"
(repeat for each of /boot and / filesystems)
I've tried various combinations of mkfs options and mount options,
with no luck.
Furthermore, I'...