search for: mount_flags

Displaying 5 results from an estimated 5 matches for "mount_flags".

2007 Nov 16
8
[PATCH 0/6] Add online resize for ocfs2-tools,take 1
Add online resize in tunefs.ocfs2 so that user can increase the volume when it is mounted.
2001 Sep 05
3
[e2fsprogs-1.24] "fsck -A -a" fails on reboot
...;s already mounted, even though the system has just experienced a crash. I think the mtab checking code in older version of e2fsck is still needed: --- e2fsprogs-1.24/e2fsck/unix.c-1.24 Wed Aug 29 08:40:27 2001 +++ e2fsprogs-1.24/e2fsck/unix.c Wed Sep 5 10:41:27 2001 @@ -223,6 +223,20 @@ (mount_flags & EXT2_MF_READONLY))) return; +#if (defined(__linux__) && defined(HAVE_MNTENT_H)) + /* + * If the root is mounted read-only, then /etc/mtab is + * probably not correct; so we won't issue a warning based on + * it. + */ + fd = open(M...
2001 Jun 22
1
tune2fs 1.21 ext2fs_add_journal_inode problem
...a5 tune2fs 1.21, 15-Jun-2001 for EXT2 FS 0.5b, 95/08/09 Creating journal inode: tune2fs: Bad file descriptor while trying to create journal file which is not surprising, given that the filedescriptor is closed (and not re-opened) before the fstat in ext2fs_add_journal_inode() if (mount_flags & EXT2_MF_MOUNTED) { strcat(jfile, "/.journal"); /* Create the journal file */ if ((fd = open(jfile, O_CREAT|O_WRONLY, 0600)) < 0) return errno; close(fd); if ((retval = writ...
2014 Dec 24
14
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
Hello syslinux, Merry Christmas! These patches will make extlinux work with umounted ext2/3/4 filesystem, for example: $ extlinux -i /dev/sdXN or $ extlinux -i file_block Also it can work with something like: $ extlinux /dev/sdXN --reset-adv or $ extlinux file_block --reset-adv We don't use a new option (I planed to use "-d" but it is already in use), it will check whether the
2015 Jan 02
13
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
Hello, Happy New Year! These patches make syslinux/linux support ext2/3/4, and it doesn't require the root privilege, I'd like to add a separate e2fs/syslinux, if that is more appropriate, it should be easy to do that. I put these patches on github so that you can easily get them in case you'd like to test them. (The repo's name is sys_tmp, which avoids confusing others, I will