search for: filesystem_name

Displaying 2 results from an estimated 2 matches for "filesystem_name".

2001 Sep 05
3
[e2fsprogs-1.24] "fsck -A -a" fails on reboot
...*/ + fd = open(MOUNTED, O_RDWR); + if (fd < 0) { + if (errno == EROFS) + return; + } else + close(fd); +#endif + if (ctx->options & E2F_OPT_READONLY) { printf(_("Warning! %s is mounted.\n"), ctx->filesystem_name); return; -- Wenzhuo
2012 Oct 25
2
fsck.ext4 problem 64bit
Hi All, Trying to run fsck on a local linux raid partition gave the following. [root at ... /]# fsck.ext4 /dev/md0 e2fsck 1.41.12 (17-May-2010) /dev/md0 has unsupported feature(s): 64bit e2fsck: Get a newer version of e2fsck! Odd as the server is 64bit running latest kernel and using latest "e2fsprogs.x86_64". Any ideas awould be much appreciated. Cheers Steve k