Sponsored Content
Full Discussion: Does grub support ufs
Special Forums Hardware Boot Loaders Does grub support ufs Post 302484313 by fpmurphy on Thursday 30th of December 2010 02:46:41 PM
Old 12-30-2010
Which one? Amiga or Berkeley?

---------- Post updated at 02:46 PM ---------- Previous update was at 02:25 PM ----------

I happened to be looking at GRUB2 sources just now. GRUB2 has support for AFFS (Amiga Fast Filesystem) and UFS (AKA Berkeley FFS) as well as many other filesystem types.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UFS partition

Hi all, I have FreeBSD and Debian in my HD, the FreeBSD partition is very small and I'd like to change. I try to use partition magic but it does not work with UFS parition. Anyone know a good partition software? (1 Reply)
Discussion started by: SeVEn
1 Replies

2. Filesystems, Disks and Memory

UFS benifits

Hi, Can anyone tell me the benifits of having UFS filesystem Regards, Raja (5 Replies)
Discussion started by: RajaRC
5 Replies

3. Solaris

UFS Version

Hi, Can anyone help me. I would like to know the ufs version on solaris 7 & 8. Also i would like to know is there any command to verify it. Regards, Raja (1 Reply)
Discussion started by: RajaRC
1 Replies

4. Solaris

UFS logging

I have a couple of servers where something weird is going on. When I run the command "mount | grep logging" I get something similair to this / on /dev/dsk/c0t0d0s0 read/write/setuid/devices/intr/largefiles/logging/xattr/onerror=panic/dev=220000 But when I look at /etc/vfstab I dont... (6 Replies)
Discussion started by: csaunders
6 Replies

5. UNIX for Dummies Questions & Answers

grub problem- keeps rebooting as soon as it tries to do grub

Hi, I installed solaris 10 a few weeks ago. It was working fine during the past two weeks. However, now when I start to load to the drive, I get this problem: The BIOS screen comes up like normal, then screen goes blank and a message "Grub loading stage 2" flashes real quick then the computer... (1 Reply)
Discussion started by: moesays
1 Replies

6. AIX

Ufs

Hi i have 2 know the full details of unix file systems. some one please help me (1 Reply)
Discussion started by: sathish2win
1 Replies

7. UNIX for Dummies Questions & Answers

scanner does not support UFS? Help needed!

Hello, I hope somebody can help me. I have a new scanner, that says this: "EPSON Scan does not support the UNIX File System (UFS) for Mac OS X. You must install EPSON Scan on a disk or in a partition that does not use UFS." I have UFS.. is there anything I can do? How do I create/find such a... (0 Replies)
Discussion started by: Hannako
0 Replies

8. Solaris

Zones not in ufs

Hi All, I am installing Solaris Kernel Update Patch 2.1 When I am installing , An error message is saying that Non Global Zones is not mounted in ufs. I have two non global zones. When i see in the vfstab , the filesystem in vxfs. I dont know whether it will give any impact... (2 Replies)
Discussion started by: jegaraman
2 Replies

9. Red Hat

Can we specify which grub.conf to use in grub-install.

Hi, Can we specify which grub.conf to use while installing grub on RHEL. We are working on application which requires different grub configurations needed, depending on certain criteria we need to update grub with correct grub.conf. Can we use grub-install for this purpose? (4 Replies)
Discussion started by: successlin
4 Replies

10. UNIX for Dummies Questions & Answers

"/boot/grub/grub.conf" VS "/etc/grub.conf"

can someone please explain me the difference between these two files: "/boot/grub/grub.conf" and "/etc/grub.conf" .. (7 Replies)
Discussion started by: stunn3r
7 Replies
UNSQUASHFS(1)						  uncompress squashfs filesystems					     UNSQUASHFS(1)

NAME
mksquashfs - tool to uncompress squashfs filesystems SYNOPSIS
unsquashfs [OPTIONS] FILESYSTEM [directories or files to extract] DESCRIPTION
Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimize data overhead. Block sizes greater than 4K are supported up to a maximum of 64K. Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in con- strained block device/memory systems (e.g. embedded systems) where low overhead is needed. OPTIONS
-v, -version print version, licence and copyright information. -d PATHNAME, -dest PATHNAME unsquash to PATHNAME, default "squashfs-root". -n, -no-progress don't display the progress bar. -no, -no-xattrs don't extract xattrs in file system. -x, -xattrs extract xattrs in file system (default). -p NUMBER, -processors NUMBER use NUMBER processors. By default will use number of processors available. -i, -info print files as they are unsquashed. -li, -linfo print files as they are unsquashed with file attributes (like ls -l output). -l, -ls list filesystem, but don't unsquash. -ll, -lls list filesystem with file attributes (like ls -l output), but don't unsquash. -f, -force if file already exists then overwrite. -s, -stat display filesystem superblock information. -e EXTRACT_FILE, -ef EXTRACT_FILE list of directories or files to extract. One per line. -da SIZE, -data-queue SIZE Set data queue to SIZE Mbytes. Default 256 Mbytes. -fr SIZE, -frag-queue SIZE Set fragment queue to SIZE Mbytes. Default 256 Mbytes. -r, -regex treat extract names as POSIX regular expressions rather than use the default shell wildcard expansion (globbing). Decompressors available gzip lzo xz SEE ALSO
mksquashfs(1) HOMEPAGE
More information about unsquashfs and the squashfs filesystem can be found at <http://squashfs.sourceforge.net/>. AUTHOR
squashfs was written by Phillip Lougher <plougher@users.sourceforge.net>. This manual page was written by Daniel Baumann <daniel.baumann@progress-technologies.net>. 4.2 2012-06-30 UNSQUASHFS(1)
All times are GMT -4. The time now is 09:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy