Displaying 20 results from an estimated 68 matches for "ufsutil".
Did you mean:
ufsutils
2011 Jun 13
2
[PATCH] New API: ufs-growfs to grow UFS filesystems.
This simple patch adds support for the BSD "growfs" command, so you
can grow BSD filesystems [in theory -- see below].
It also adds a new optional group called "ufsutils" which indicates if
the libguestfs API supports the guestfs_ufs_growfs call, since it's
not available on Fedora. (http://libguestfs.org/guestfs.3.html#availability)
I tested this on Debian, and although we appear to be invoking the
growfs.ufs command correctly, the growfs command contai...
2011 Jan 26
1
Patch that implements support to create UFS1 partitions with mkfs-opts
In attach.
Usage:
> mkfs-opts ufs /dev/vda1 features:1
Creates UFS1 partition
> mkfs-opts ufs /dev/vda1 features:2
Creates UFS2 partition.
--
Nikita A Menkovich
JID: menkovich at gmail.com
Tel: +7 (921) 423-96-48
-------------- next part --------------
A non-text attachment was scrubbed...
Name: do_mkfs.ufs.patch
Type: text/x-patch
Size: 2809 bytes
Desc: not available
URL:
2013 Jul 15
1
Unix Fast File System (UFS/FFS) 1/2 - (usage/install)
...ng (my bad). The code is broken into
two parts, the part that handles naming (UFS where the U stands for
Unix), and the part that handles disk layout (FFS where the F stands
for Fast).
When the two parts are put together they are called UFS/FFS or more
commonly just UFS."
Dependency:
Package: ufsutils (UFS filesystems utilities)
*** NOTES ***
- These steps were only made under a GNU/Linux environment. Thus, I
can't guarantee the same functionality for any system other than
Linux.
- To add UFS write support to Linux, you need a kernel with the option
CONFIG_UFS_FS_WRITE enabled or at least...
2013 Jan 17
5
A few patches needed for libguestfs 1.20+ on current Debian systems
Here's what I needed to build and run 1.20 on Debian/unstable.
Perhaps the libcap2 dependency in the packagelist should only be added
if libcap has actually been used in building guestfsd...
2016 Feb 27
2
Re: [PATCH] added ntfscat_i api
...'gfs2-tools' has no installation candidate
E: Package 'gfs2-utils' has no installation candidate
E: Unable to locate package libsystemd-id128-0
E: Unable to locate package libsystemd-journal0
E: Package 'linux-image' has no installation candidate
E: Unable to locate package ufsutils
E: Package 'module-init-tools' has no installation candidate
E: Unable to locate package procps-ng
E: Unable to locate package util-linux-ng
All the other packages were already installed. Most of these packages
seem to be available to other Debian branches but not on Stretch.
>
> (...
2016 Feb 26
2
Re: [PATCH] added ntfscat_i api
On 26/02/16 10:12, Richard W.M. Jones wrote:
> On Fri, Feb 26, 2016 at 12:16:22AM +0200, noxdafox wrote:
>> According to autogen.sh output Perl bindings and virt tools seem to
>> be missing, could it be related to this? Are the tests relying to
>> such dependencies?
> Yes, the tests rely on Perl bindings working, so I guess you need to
> install whatever missing
2016 Mar 06
0
[PATCH 1/2] added icat and fls0 APIs
...systemd dnl for /sbin/reboot and udevd
vim-minimal
@@ -89,6 +90,7 @@ dnl iproute has been renamed to iproute2
ntfs-3g
openssh-client
reiserfsprogs
+ sleuthkit
sysvinit dnl for /sbin/reboot
systemd dnl alternative for /sbin/reboot
ufsutils
@@ -120,6 +122,7 @@ ifelse(ARCHLINUX,1,
ntfs-3g
pcre
reiserfsprogs
+ sleuthkit
systemd
vim
xz
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index caba83e..4e2051b 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -179,6 +179,7 @@ guestfsd_SOURCES = \
syslinux....
2016 Mar 07
4
[PATCH 0/3] added The Sleuth Kit and icat API for downloading inaccessible files
The Sleuth Kit is a filesystem forensic tool for accessing disk volumes and extracting digital evidence from.
http://www.sleuthkit.org/
The icat API allows to download a file from a device given its metadata number (inode). It supports multiple filesystem types.
The icat command allows to access to otherwise unreachable files such as filesystem data structures and deleted files which content is
2012 Dec 11
1
Trying to package Oz for Ubuntu
[ CCing to Hilko who is the Debian maintainer, and the libguestfs
mailing list. ]
On Tue, Dec 11, 2012 at 04:18:20PM -0600, Steve Loranz wrote:
> Chris / Richard,
>
> I'm trying to get a package of Oz together for Ubuntu so that I can
> ultimately get an imagefactory package built for Ubuntu as well. I'm
> stuck on libguestfs at this point and was hoping one of you might
2014 May 29
2
Re: libguestfs error
Hi Rich
I using ubuntu 13.10 with powerpc arch.
I tried the above stepss and below are the output of the related commands..
nm -D /usr/lib/powerpc-linux-gnu/libtinfo.so | grep tgetent
0000def0 T tgetent
ubuntu@t4240-ubuntu1310:~$ dpkg -S /usr/lib/powerpc-linux-gnu/libtinfo.so
libtinfo-dev:powerpc: /usr/lib/powerpc-linux-gnu/libtinfo.so
However I'm not able to perform rm -f config.cache
2014 May 29
3
[PATCH v2 0/2] UFS1/2 support series
...aming (UFS where the U stands for Unix), and the
part that handles disk layout (FFS where the F stands for Fast).
When the two parts are put together they are called UFS/FFS or more commonly
just UFS."
Dependencies:
- Environment:
Require a *GNU/Linux* system to follow these steps.
- Package:
ufsutils (UFS filesystems utilities)
- Device driver:
UFS support on Linux: you need a kernel with the option CONFIG_UFS_FS_WRITE
enabled or at least configured as a module.
For the latter case, load the module ufs.ko with modprobe (probably located
at: /lib/modules/).
If this option wasn't even config...
2016 Mar 06
5
[PATCH 0/2] added icat and fls0 APIs for deleted files recovery
As discussed in the topic: https://www.redhat.com/archives/libguestfs/2016-March/msg00018.html
I'd like to add to libguestfs the disk forensics capabilities offered by The Sleuth Kit.
http://www.sleuthkit.org/
The two APIs I'm adding with the patch are a simple example of which type of features TSK can enable.
The icat API it's very similar to the previously added ntfscat_i but it
2014 May 29
3
[PATCH 0/2] UFS1/2 support series
...aming (UFS where the U stands for Unix), and the
part that handles disk layout (FFS where the F stands for Fast).
When the two parts are put together they are called UFS/FFS or more commonly
just UFS."
Dependencies:
- Environment:
Require a *GNU/Linux* system to follow these steps.
- Package:
ufsutils (UFS filesystems utilities)
- Device driver:
UFS support on Linux: you need a kernel with the option CONFIG_UFS_FS_WRITE
enabled or at least configured as a module.
For the latter case, load the module ufs.ko with modprobe (probably located
at: /lib/modules/).
If this option wasn't even config...
2014 May 29
2
Re: libguestfs error
...re -v -o supermin.d bsdmainutils btrfs-tools
cryptsetup e2fsprogs extlinux genisoimage gfs-tools gfs2-tools grub2-common
hfsplus iproute libaugeas0 libcap2 libhivex0 libpcre3 libsystemd-id128-0
libsystemd-journal0 libyajl2 linux-image mtools nilfs-tools ntfs-3g
openssh-client reiserfsprogs sysvinit ufsutils vim-tiny xz-utils zfs-fuse
acl attr bash binutils bzip2 coreutils cpio diffutils dosfstools file
findutils gawk gdisk grep gzip jfsutils kmod less libxml2 lsof lsscsi lvm2
lzop mdadm module-init-tools parted procps procps-ng psmisc rsync scrub sed
strace syslinux tar udev util-linux util-linux-ng...
2011 Mar 04
1
builder-debian libguestfs FAILED build step eda9826d25336bcf661700270c580d4d62128750
...t
mkdir -p supermin.d
rm -f stamp-supermin supermin.d/base.img supermin.d/hostfiles
./make.sh
febootstrap -v -o supermin.d --names bsdmainutils btrfs-tools cryptsetup diff e2fsprogs gfs-tools gfs2-tools grub-pc hfsplus iproute libaugeas0 linux-image nilfs2-tools ntfs-3g ntfsprogs reiserfsprogs udev ufsutils util-linux vim-tiny xz-utils zfs-fuse attr bash binutils coreutils cpio dosfstools file findutils grep gzip jfsutils lsof lvm2 module-init-tools net-tools parted procps scrub strace tar xfsprogs zerofree --exclude ^perl --exclude ^python --exclude ^plymouth --exclude ^systemd --exclude ^linux-firm...
2011 Feb 15
4
builder-debian libguestfs FAILED build step f455dc3814bf9f7e7e894ba81360acb0edd92464
...t
mkdir -p supermin.d
rm -f stamp-supermin supermin.d/base.img supermin.d/hostfiles
./make.sh
febootstrap -v -o supermin.d --names bsdmainutils btrfs-tools cryptsetup diff e2fsprogs gfs-tools gfs2-tools grub-pc hfsplus iproute libaugeas0 linux-image nilfs2-tools ntfs-3g ntfsprogs reiserfsprogs udev ufsutils util-linux vim-tiny xz-utils zfs-fuse attr bash binutils coreutils cpio dosfstools file findutils grep gzip jfsutils lsof lvm2 module-init-tools net-tools parted procps scrub strace tar xfsprogs zerofree --exclude ^perl --exclude ^python --exclude ^plymouth --exclude ^systemd --exclude ^linux-firm...
2011 Jan 28
0
builder-debian libguestfs FAILED build step f060d5bcd40b4a6506d7994e67d57dccab1651b8
...t
mkdir -p supermin.d
rm -f stamp-supermin supermin.d/base.img supermin.d/hostfiles
./make.sh
febootstrap -v -o supermin.d --names bsdmainutils btrfs-tools cryptsetup diff e2fsprogs gfs-tools gfs2-tools grub-pc hfsplus iproute libaugeas0 linux-image nilfs2-tools ntfs-3g ntfsprogs reiserfsprogs udev ufsutils util-linux vim-tiny xz-utils zfs-fuse attr bash binutils coreutils cpio dosfstools file findutils grep gzip jfsutils lsof lvm2 module-init-tools net-tools parted procps scrub strace tar xfsprogs zerofree --exclude ^perl --exclude ^python --exclude ^plymouth --exclude ^systemd --exclude ^linux-firm...
2011 Mar 15
0
builder-debian libguestfs FAILED build step d1f1f74e5f45fa5b94ebb096fa65fa33ecc23d09
...st
mkdir -p supermin.d
rm -f stamp-supermin supermin.d/base.img supermin.d/hostfiles
./make.sh
febootstrap -v -o supermin.d --names bsdmainutils btrfs-tools cryptsetup diff e2fsprogs gfs-tools gfs2-tools grub-pc hfsplus iproute libaugeas0 linux-image nilfs-tools ntfs-3g ntfsprogs reiserfsprogs udev ufsutils util-linux vim-tiny xz-utils zfs-fuse attr bash binutils coreutils cpio dosfstools file findutils grep gzip jfsutils lsof lvm2 module-init-tools net-tools parted procps scrub strace tar xfsprogs zerofree --exclude ^perl --exclude ^python --exclude ^plymouth --exclude ^systemd --exclude ^linux-firm...
2011 Mar 22
1
builder-debian libguestfs FAILED build step 0daf7e81a659bcdc1ce327151cc1207b124a35a1
...st
mkdir -p supermin.d
rm -f stamp-supermin supermin.d/base.img supermin.d/hostfiles
./make.sh
febootstrap -v -o supermin.d --names bsdmainutils btrfs-tools cryptsetup diff e2fsprogs gfs-tools gfs2-tools grub-pc hfsplus iproute libaugeas0 linux-image nilfs-tools ntfs-3g ntfsprogs reiserfsprogs udev ufsutils util-linux vim-tiny xz-utils zfs-fuse attr bash binutils coreutils cpio dosfstools file findutils grep gzip jfsutils lsof lvm2 module-init-tools net-tools parted procps scrub strace tar xfsprogs zerofree --exclude ^perl --exclude ^python --exclude ^plymouth --exclude ^systemd --exclude ^linux-firm...
2011 Mar 29
1
builder-debian libguestfs FAILED build step 58f7a5a4ac8cce77dfaded1c29f3ad382b4cc9a8
...st
mkdir -p supermin.d
rm -f stamp-supermin supermin.d/base.img supermin.d/hostfiles
./make.sh
febootstrap -v -o supermin.d --names bsdmainutils btrfs-tools cryptsetup diff e2fsprogs gfs-tools gfs2-tools grub-pc hfsplus iproute libaugeas0 linux-image nilfs-tools ntfs-3g ntfsprogs reiserfsprogs udev ufsutils util-linux vim-tiny xz-utils zfs-fuse acl attr bash binutils coreutils cpio dosfstools file findutils grep gzip jfsutils lsof lvm2 module-init-tools net-tools parted procps scrub strace tar xfsprogs zerofree --exclude ^perl --exclude ^python --exclude ^plymouth --exclude ^systemd --exclude ^linux-...