Sponsored Content
Full Discussion: Open .z file on solaris
Operating Systems Solaris Open .z file on solaris Post 302499287 by Mack1982 on Wednesday 23rd of February 2011 11:58:15 PM
Old 02-24-2011
try using uncompress
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to open *.pdg file under solaris?

*.pdgThanks in advance. (1 Reply)
Discussion started by: new_hand
1 Replies

2. What is on Your Mind?

Sun Solaris and Open Solaris?

What is the major difference between Sun Solaris 10 and Open Solaris? I believe both are free now, is that true? (3 Replies)
Discussion started by: yipster
3 Replies

3. Solaris

Open Solaris...............

Hi All, I have installed Open Solaris in a virtual machine.I feel it is something like linux.I am managing solaris servers. How i can use this for the betterment of my servers? (1 Reply)
Discussion started by: Renjesh
1 Replies

4. Solaris

open ports solaris 8

Hello, I have a number of Solaris 8 Sun servers that have open ports that I cannot identify. I see some with 1013-1023 (which are reserved ports according to the IANA. Lsof does not identify these. I rebooted the server and they went off, but this morning I saw they were all back on again. Any... (1 Reply)
Discussion started by: csgonan
1 Replies

5. Solaris

open solaris problem

hi i just successfully installed open solaris in my computer but now my mouse and cd drive wont work. i need to plug my mouse over again so that it would work and i dont know how to work my cd-drive need help. im new to the unis system. sorry for my bad english (2 Replies)
Discussion started by: rave03
2 Replies

6. Solaris

Open Solaris

Can anyone guide me what are the system requirement for open Solais and from where i will find is DVD or CD. I wanna learn it as system Admin. Do please guide me if some one knows anything about it. Thanks. Hitesh:) (12 Replies)
Discussion started by: hi2_t
12 Replies

7. Solaris

Open ports in solaris 10

hi guys, may i know the exact steps to open a port in solaris.i have some rough idea - which is adding the port number in /etc/services. but i am not sure the correct conventions, steps or any other steps. kindly advise.thanks guys ! (1 Reply)
Discussion started by: cromohawk
1 Replies

8. Red Hat

cannot set user id: Resource temporarily unavailable (not open file/open process related)

First post, sorry to be a bother but this one has been dogging me. I have a process user (java application server) that trips a resource limit every couple weeks and need help finding what limit we're hitting. First, this is what's running: This is the error when jobs are run or the... (0 Replies)
Discussion started by: Katahdin
0 Replies

9. Solaris

Is it possible to install Solaris softwares on Open Solaris or Open Indiana?

Hi there, I'm sorry in advance if my question seems stupid, but I can't figure out myself. I was wondering. Is it possible to install a Solaris program on an Open Solaris or Open Indiana operating system? After searching the web for a long time, it seems that Open Solaris was released by... (7 Replies)
Discussion started by: firstpost
7 Replies

10. Solaris

Solaris 11 open exe file

I have a question about how can I open some exe file in Solaris OS? I have tried to install wine, but I found only old wine version to solaris 5.11. I think the file is too old. I use Solaris 11. I used that commands # bunzip2 Wine-1.1.2-solaris-5.11-i86pc.pkg.bz2 # pkgadd -d... (4 Replies)
Discussion started by: Tsuisou
4 Replies
GEOM_UNCOMPRESS(4)					   BSD Kernel Interfaces Manual 					GEOM_UNCOMPRESS(4)

NAME
geom_uncompress -- GEOM based compressed disk images SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: options GEOM_UNCOMPRESS Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): geom_uncompress_load="YES" DESCRIPTION
The geom_uncompress framework provides support for compressed read only disk images. This allows significant storage savings at the expense of a little CPU time on each read. Data written in the GEOM label area allows geom_uncompress to detect compressed images which have been created with mkulzma(8) or mkuzip(8) and presented to the kernel as a logical disk device via md(4). geom_uncompress creates a unique md#.uncompress device for each image. The geom_uncompress device is subsequently used by the FreeBSD kernel to access the disk images. The geom_uncompress driver does not allow write operations to the underlying disk image. To check which md(4) devices match a given geom_uncompress device: # geom uncompress list Geom name: md0.uncompress Providers: 1. Name: md0.uncompress Mediasize: 52428800 (50M) Sectorsize: 512 Mode: r1w0e0 Consumers: 1. Name: md0 Mediasize: 20864000 (20M) Sectorsize: 512 Mode: r1w0e0 SEE ALSO
GEOM(4), md(4), geom(8), mkulzma(8), mkuzip(8) AUTHORS
The geom_uncompress driver was written by Maxim Sobolev <sobomax@FreeBSD.org> and Aleksandr Rybalko <ray@FreeBSD.org>. This manual page was written by Luiz Otavio O Souza <loos@FreeBSD.org>. BSD
January 9, 2014 BSD
All times are GMT -4. The time now is 01:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy