It started with a phone call. Could we build a Linux box that would mount and read a DEC drive and make the data available to NT workstations via Samba? The answer was “I'll have to get back to you.” ...
after partitioning /dev/sdb <BR>I run mke2fs /dev/sdb <BR>and it gives me an error when writing the inode tables<BR>(Monster:/etc# mke2fs /dev/sdb<BR>mke2fs 1.18, 11 ...
The ext2 ifs will not mount an 'unclean' filesystem. This can include an ext3 fs that has unplayed journal entries.<BR><BR>Other possibilities include ext4 and an unsupported version of ext3. IIRC, ...
Writing filesystems, or any kernel code, is hard. The kernel is a complex environment to master, and small mistakes can cause severe data corruption. Filesystems, however, offer a clean data access ...