Displaying 12 results from an estimated 12 matches for "nocompress".
Did you mean:
ncompress
2009 Jul 29
2
[PATCH] build: fix test for --nocompress option
The test for febootstrap-to-initramfs' --nocompress option
was always failing for me on F11. Here's why:
$ bash ~/w/co/libguestfs:210-comment-fix
$ t=`febootstrap-to-initramfs 2>&1`
[Exit 1]
$ if ! echo $t|grep -sq -- --nocompress; then echo not found; fi
not found
Notice: without quotes, the [--...
2012 Jun 15
6
[PATCH] Btrfs: add "nocompress" mount option
In btrfs if we mount with "compress" we have no way to disable
compressing by remounting
(mount -o remount /mnt/btrfs), only by unmounting and mounting without
"compress".
This patch adds "nocompress" mount option which can be used to remount
the filesystem without compression:
# mount -o remount,nocompress /mnt/btrfs
This option is usefull in cases when we have a filesystem mounted with
"compress" and we want to disable compression but we don''t want to
umount and mount...
2009 Jun 29
1
wine/RosettaStone breakage from recent kernel commit
...node.c
@@ -141,24 +141,24 @@ static const struct dentry_operations isofs_dentry_ops[] = {
};
struct iso9660_options{
- char map;
- char rock;
+ unsigned int rock:1;
+ unsigned int cruft:1;
+ unsigned int hide:1;
+ unsigned int showassoc:1;
+ unsigned int nocompress:1;
+ unsigned int overriderockperm:1;
+ unsigned int uid_set:1;
+ unsigned int gid_set:1;
+ unsigned int utf8:1;
+ unsigned char map;
char joliet;
- char cruft;
- char hide;
- char showassoc;
- char nocompress;
- char overriderockp...
2012 Apr 12
2
Details about compression and extents
Hello,
I''m currently trying to understand how compression in btrfs works. I
could not find any detailed description about it. So here are my
questions.
1. How is decided what to compress and what not? After a fast test
with a 2g image file, I''ve looked into the extents of that file with
find-new and it turned out that only some of the first extents were
compressed. The file was
2012 Feb 13
23
Set nodatacow per file?
Hello,
is it possible to set nodatacow on a per-file basis? I couldn''t find
anything.
If not, wouldn''t that be a great feature to get around the performance
issues with VM and database storage? Of course cloning should still
cause COW.
Thanks,
Ralf-Peter
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to
2011 Feb 05
3
Suggestion for sticky-compression mount setting (default mount options)
...s idea through, this means that you would
need to be able to both override each of the default mount options from
the mount command (or fstab). For example, if a subvolume has its
default mount option set to compress, you should be able to disable
compression if you manually mount it with "-o nocompress". If mount
default mount options were able to be configured through btrfs for each
subvolume, then for the case when you have a simple USB drive that
you''re using for backups, the default subvolume could have compress
automatically set when its plugged into a PC. Then you can use
sn...
2010 Nov 30
1
R: Re: [PATCH 5/5] btrfs: Add ioctl to set snapshot readonly/writable
...r of
ioctls:
>> - subvolume_setflags -> get the flags
>> - subvolume_getflags -> set the flags
>> These ioctls would be more generic (there are a lot of flags which may be
>> interested to put in the "root" of a subvolume: think about
>> compress/nocompress, (no)datasum...)
>> - For the reason abowe, I suggest to replace SNAPSHOT with SUBVOLUME
>> - Finally, with a pair of get/set_flags functions we can avoid the use of
the
>> flags BTRFS_SNAPSHOT_WRITABLE.
>>
>
>There are some reasons that I created this interface:
&...
2007 Feb 08
5
kernel 2.6.9-42.0.8.EL error while booting - CentOS 4.4
Hi ,
I am ruuning Senmail with MailScanner on CentOS 4.4. It has updated to
kernel 2.6.9-42.0.8.EL from its past kernel 2.6.9-42.0.3.EL.
Now the Server can not boot up and gives the below error.
mkrootdev: label / not found
Mounting root filesystem
mount: error 2 mouting ext3
switchroot: mount failed: 22
Kernel panic - not syncing: Attempted to kill init!
But I can boot up from its
2006 Mar 30
7
RE: [RFC][PATCH] create an initrd for dom0 in install.shscript
Here is the usage for
Fedora
usage: mkinitrd [--version] [-v] [-f] [--preload <module>]
[--omit-scsi-modules] [--omit-raid-modules] [--omit-lvm-modules]
[--with=<module>] [--image-version] [--fstab=<fstab>]
[--nocompress]
[--builtin=<module>] [--nopivot] <initrd-image> <kernel-version>
(ex: mkinitrd /boot/initrd-2.2.5-15.img 2.2.5-15)
SUSE SLES9
Create initial ramdisk images that contain all kernel modules
needed in the early boot process, before the root file syste...
2009 Nov 09
3
Sort logfiles at rotation time
Hi,
I want to be certain that my apache and varnish logfiles are in strict
date order when rotated. I'd like to run a sort command against them
before they're compressed.
I've had a look at the logrotate man page, and it looks like I can use
a postrotate/endscript to do this. However, I can see any reference
in the documentation for how to operate on the file. All the examples
2011 May 20
5
xferlog not rotating.
I am not sure how to correctly troubleshoot this. I just noticed that my
/var/log/xferlog file is huge. There are no files in /etc/logrotate.d/
for xferlog. This is what leads me to believe that it isnot rotating. Or
perhaps I do not have it set to rotate. I am not sure.
I am running CentOS release 5 (Final).
Can someone tell me what I, apparently, do not have configured correctly.
Thank
2009 Aug 03
1
[PATCH 1/2] Convert all TABs-as-indentation to spaces.
...s does not support the --files option.
To build the supermin appliance, you need to upgrade to the latest
@@ -271,7 +271,7 @@ version of febootstrap.
echo "febootstrap_to_initramfs test command output: $out" >&AS_MESSAGE_LOG_FD
if ! echo "$out" | grep -sq -e --nocompress ; then
AC_MSG_RESULT([no])
- AC_MSG_FAILURE(
+ AC_MSG_FAILURE(
[febootstrap-to-initramfs does not support the --nocompress option.
To build the supermin appliance, you need to upgrade to the latest
@@ -351,11 +351,11 @@ if test "x$PYTHON" != "xno"; then
d...