Displaying 20 results from an estimated 18249 matches for "filesysteme".
Did you mean:
filesystems
2010 Feb 22
3
Re: [PATCH 0/3 V3] btrfs: a new tool to manage a btrfs filesystem
On Sun, Feb 21, 2010 at 8:40 AM, Goffredo Baroncelli <kreijack@gmail.com> wrote:
> filesystem resize [+/-]<size>[gkm]|max <filesystem>
-filesystem resize [+/-]<size>[gkm]|max <filesystem>
+filesystem resize [+/-]<size>[gkm]|max <dev>
This command works on devices, not paths.
> Resize a filesystem identified by <path>. The
2010 Jul 02
4
zfs - filesystem versus directory
Folks,
While going through a quick tutorial on zfs, I came across a way to create zfs filesystem within a filesystem. For example:
# zfs create mytest/peter
where mytest is a zpool filesystem.
When does this way, the new filesystem has the mount point as /mytest/peter.
When does it make sense to create such a filesystem versus just creating a directory?
# mkdir mytest/peter
Thank you in
2006 Nov 28
4
how to prevent filesystem check
Hi all,
I want to setup a RAID storage system, where i have two systems connected to
it. the filesystems are mapped out to both connectors. I want the master host
mount them read write, and the slave read only.
in my fstab on the slave I have a line like the following:
/dev/sdb1 /mount ext3 acl,noauto,user_xattr,nosuid,ro 0 0
so in man 5 fstab, it is written, that when the 6. field
2013 Jul 31
2
start lxc container on fedora 19
hello,
i am new to lxc, i have created a lxc container on fedora 19
i created a container rootfs of fedora 19 by using
yum --installroot=/containers/test1 --releasever=19 install openssh
test1.xml file for container test1
<domain type="lxc">
<name>test1</name>
<vcpu placement="static">1</vcpu>
<cputune>
2007 Sep 03
9
Filesystem Corruption
Hi,
Our virtual machines have some filesystem corruption problems.
The filesystem is being mounted on read-only mode. When running fsck
command, everything goes ok.
Our configuration
Dom0 :
RHEL4 Update 3
Xen : 3.0.2.2, compiled from sources.
Linux Xen kernel : 2.6.16
File-System : ext3 w/ LVM
DomU :
Fedora Core 4 ou 6
Xen : 3.0.2.2, compiled from sources.
Linux Xen Kernel : 2.6.16
2005 Nov 25
3
Query: Filesystems
Hello,
Just a few quick, but not very simple questions...:
Do any Linux filesystems (besides XFS) support freezing?
(ie. in conjuction with LVM snapshots this can allow a mounted
filesystem to be frozen [freezing all processes writing to this
filesystem] in a valid state (with possibly dangling
unlinked files), the device can be snapshotted via LVM, and the
original filesystem unfrozen - the
2020 Feb 26
1
[PATCH] filesystems: fix size reporting for filesystems
The current way to get the size of a filesystem is to query the size in
bytes of the device. However, this gives the whole size of the device
where a filesystem is stored, and it does not consider the actual size
for which the filesystem is configured (e.g. in case it was shrunk).
A simple reproducer for this is:
$ guestfish -N test.img=fs:ext4:2G resize2fs-size /dev/sda1 1073741824
As result,
2002 Oct 18
4
Filesystem failure of Ext3
Dear all,
Due to the power failure, so i need to restart my redhat linux server. but i got below error messages, pls everybody can help/teach me
fix the problem by return mail.
------------------------------------------------------------------------------------------------------------------------------------------------
Yours system appears to have shut down uncleanly
Press Y within 1 seconds
2008 Feb 17
6
How to take down a system to the point of requiring a newfs with one line of C (userland)
One line summary:
Too many files in a top-level UFS-2 filesystem directory will cause
a panic on mount.
Kern/Critical/High Priority/SW-Bug
Which FreeBSD Release You Are Using:
6.3-STABLE
Environment (output of "uname -a" on the problem machine):
FreeBSD wahoo.sd67dfl.org 6.3-STABLE FreeBSD 6.3-STABLE #0: Sun Feb
10 21:13:39 CST 2008
2008 Feb 17
6
How to take down a system to the point of requiring a newfs with one line of C (userland)
One line summary:
Too many files in a top-level UFS-2 filesystem directory will cause
a panic on mount.
Kern/Critical/High Priority/SW-Bug
Which FreeBSD Release You Are Using:
6.3-STABLE
Environment (output of "uname -a" on the problem machine):
FreeBSD wahoo.sd67dfl.org 6.3-STABLE FreeBSD 6.3-STABLE #0: Sun Feb
10 21:13:39 CST 2008
2018 Aug 10
2
[cfe-dev] Filesystem has Landed in Libc++
> On Aug 10, 2018, at 13:28, Marshall Clow via cfe-dev <cfe-dev at lists.llvm.org> wrote:
>
>
>
> On Thu, Jul 26, 2018 at 9:20 PM, Eric Fiselier via cfe-dev <cfe-dev at lists.llvm.org <mailto:cfe-dev at lists.llvm.org>> wrote:
> Hi All,
>
> I recently committed <filesystem> to trunk. I wanted to bring attention to some quirks it currently has.
2013 Nov 20
1
Failed to access the console after starting the lxc container
Hello,
I am starting the system container without "/" directory So that it can
share the host /bin /sbin /lib and /lib64 and i have sepeartely mounted
/var, /etc and /usr directory for the container
Below is xml file
<domain type='lxc'>
<name>test6</name>
<memory>102400</memory>
<os>
<type>exe</type>
2007 Feb 17
1
Filesystem won't mount because of "unsupported optional features (80)"
I made a filesystem (mke2fs -j) on a logical volume under kernel
2.6.20 on a 64-bit based system, and when I try to mount it, ext3
complains with
EXT3-fs: dm-1: couldn't mount because of unsupported optional features (80).
I first thought I just forgot to make the filesystem, so I remade it
and the error is still present. I ran fsck on this freshly made
filesystem, and it completed with
2018 Jul 27
5
Filesystem has Landed in Libc++
Hi All,
I recently committed <filesystem> to trunk. I wanted to bring attention to
some quirks it currently has.
First, it's been put in a separate library, libc++fs, for now. Users are
responsible for linking the library when they use filesystem.
Second, it should still not be considered ABI stable. Vendors should be
aware of this before shipping it. Hopefully all the standard and
2015 Oct 23
2
[PATCH 1/2] resize: add --unknown-filesystems
Introduce a new option to control how virt-resize behaves when asking to
expand a filesystem, either unknown to libguestfs or that virt-resize
cannot expand. The default keeps the current behaviour, i.e. just warn.
---
bash/virt-resize | 3 +++
resize/resize.ml | 65 ++++++++++++++++++++++++++++++++++++++++++++++++--
resize/virt-resize.pod | 28 +++++++++++++++++++++-
3 files
2012 Feb 24
4
Resize guest filesystem question
Greetings -
I am going through some testing steps to expand a logical volume and the
corresponding filesystem on a KVM guest and have run across a deficiency in
my knowledge. I spent the afternoon yesterday googling for answers, but had
have come up blank still. What I am trying to do is resize the file system
to use the additional disk space that I added to the logical volume that the
2011 Jun 25
1
Quota (and disk usage) is incorrectly reported on nfs client mounting XFS filesystem
hi all,
I hope you can help me with a strange quota/nfs/XFS behavior...
I'm using Centos 5.6 on both a nfs server and client. Both are
64-bit, and using a recent kernel:
NFS server:
Linux fs2.priv 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:22:04 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
NFS client:
Linux nx8.priv 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:22:04 EDT 2011 x86_64 x86_64 x86_64
2015 Feb 16
2
Mounting disk images with ext2 filesystems on RHEL7
Hope someone can point me in the right direction. I don't know if what I
am trying to do should work or not.
I have 2 disk images. One is a VM with an ext2 boot filesystem and ext4
filesystems with the OS loaded. I am amble to guestmount this with no
issue and am able to see the files that are on the ext2 file system.
I can also run guestfish on the image, mount the ext2 filesystem, and
2012 Feb 03
10
[PATCH 0/3] Btrfs-progs: restriper interface
Hello,
This is the userspace part of restriper, rebased onto the new progs
infrastructure. Restriper commands are located under ''balance'' prefix,
which is now the top level command group. However to not confuse
existing users ''balance'' prefix is also available under ''filesystem'':
btrfs [filesystem] balance start
btrfs [filesystem] balance
2018 Jul 30
2
[cfe-dev] Filesystem has Landed in Libc++
FWIW, I’d like for us to come to an agreement before the branch for LLVM 7.0 is cut. How do others feel about this? Am I wrong when I claim that shipping an ABI-unstable feature in the std:: namespace is a deviation from normal practice? Am I overcautious when I say it’s asking for trouble?
Eric, I know you’re busy and may not have time to do the work so I’m totally willing to chime in, but I’d