Implies all site owners should have accounts
Creating ext3 File Systems
The ext3 filesystem is a journaled file system that is compatible with ext2 (an ext3 filesystem can be mounted as ext2 if necessary).
It's faster and more reliable than ext2, and therefore has become popular (though so has Reiserfs).
This poster had difficulty creating an ext3 filesystem. Not so long ago, you'd do this by first making an ext2 filestem and then converting it with
tune2fs -j /dev/hdXX
A bit later, you could do that directly with:
mke2fs -j /dev/hdXX
(See https://listman.redhat.com/archives/ext3-users/2001-January/msg00023.html)
and now you can use
mkfs.ext3
I can't find a man page that says you can do "mkfs -t ext3 /dev/hdXX", but that does turn up in posts, so maybe it is in a newer version than I have.
However, this poster's problem wasn't really to do with ext3 at all; it was actually a problem with fdisk and the kernel.
If you modify or create a partition on a disk that has other mounted partitions, fdisk will tell you:
WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old table.
The new table will be used at the next reboot.
Syncing disks.
If you ignore that, or didn't see it, you are going to get errors when you try to create a filesystem on your new partition. That's what apparently happened here - the fix is simply to reboot. Note that this only applies if the disk being modified has mounted partitions: if you could unmount the other partitions or were using a disk without other partitions, you wouldn't need to reboot and could proceed directly to making your filesystems.
*Originally published at APLawrence.com
A.P. Lawrence provides SCO Unix and Linux consulting services http://www.pcunix.com
Implies all site owners should have accounts
-

Is the Search Industry Heating Up?
A lot has been happening in the search industry over the last year. -

What Comes Next in Social Media?
The coming of Oprah and Ashton Kutcher to Twitter brought a whole new... -

How Can I Compete with Oprah on Twitter?
Twitter is undoubtedly one of the hottest spots on the Web. -

Using StumbleUpon to Drive More Traffic
If a social media expert devotes an entire presentation to one social...
Optimism about the economy stalls... CNNMoney.com
WiMax Ready To Surge Again InformationWeek - All...
How to Improve IT Cyber Security... eWeek
Sonic Youth takes a swipe at... Seattle Times
iEntry 10th Anniversary
RSS
Newsletter
Advertising


















Comments
Post new comment