Sponsored Content
Operating Systems Linux Linux Mandrake 9.1 running on Vmware workstation 4 Post 41132 by NewINLinux on Monday 29th of September 2003 10:06:37 PM
Old 09-29-2003
Where do i type that in linux or somewhere in the vmware workstation settings
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

VMWare Workstation for home lab

I was wondering if anyone has used VMWare Workstation? I wanted to practice and learn Unix in a networking environment and have my own home lab. However room and money prevent me from buying several computers to do so. Any input would help thank you. (0 Replies)
Discussion started by: vedder191
0 Replies

2. UNIX for Dummies Questions & Answers

UNIX/Linux Distributions on VMware Workstation 6?

Which distributions are known to have great performance, but also excellent ease of use and compatibility on VMware Workstation 6? I have 2GB of real RAM in my system and Windows Vista Home Premium as a host operating system. I can almost always get away with alotting up to 1GB of RAM for my... (1 Reply)
Discussion started by: MrrrrrNiceGuy
1 Replies

3. Solaris

internet on solaris10 running on vmware workstation...

HI Admins, I am trying to run internet on solaris 10 on vmware workstation 6.5.. I have vista on my laptop. I tried following: 1. enabling DHCP and NAT on virtual network editor...for NAT I tried vmnet host:vmnet0 start/stop. 2. ifconfig -a showing pcn0 running for both ipv4 and ipv6....... (1 Reply)
Discussion started by: snchaudhari2
1 Replies

4. Solaris

NIS on vmware workstation

Hi Admins, I just have a doubt on NIS that, is it possible to run NIS on vmware workstation running more than 1 solaris instances. i.e. can we setup one solaris instance as master and others as slaves...?? I have vista on my laptop. I am concern about the domain name it will ask while... (8 Replies)
Discussion started by: snchaudhari2
8 Replies

5. Linux

vmware workstation

i have following :- fedora 16 x 64bit kernel 3.2.7-1 vmware workstation 8.0.2. Steps to install vmware workstation to access ESX machine 1- sh vmware name.bundle 2- setup started and completed with out any warning. 3- when i type "vmware " then "VMware Module Updater Started" and the... (2 Replies)
Discussion started by: engrtahir2007
2 Replies
MKFS.CRAMFS(8)                                                 System Administration                                                MKFS.CRAMFS(8)

NAME
mkfs.cramfs - make compressed ROM file system SYNOPSIS
mkfs.cramfs [options] directory file DESCRIPTION
Files on cramfs file systems are zlib-compressed one page at a time to allow random read access. The metadata is not compressed, but is expressed in a terse representation that is more space-efficient than conventional file systems. The file system is intentionally read-only to simplify its design; random write access for compressed files is difficult to implement. cramfs ships with a utility (mkcramfs) to pack files into new cramfs images. File sizes are limited to less than 16 MB. Maximum file system size is a little under 272 MB. (The last file on the file system must begin before the 256 MB block, but can extend past it.) ARGUMENTS
The directory is simply the root of the directory tree that we want to generate a compressed filesystem out of. The file will contain the cram file system, which later can be mounted. OPTIONS
-v Enable verbose messaging. -E Treat all warnings as errors, which are reflected as command return value. -b blocksize Use defined block size, which has to be divisible by page size. -e edition Use defined file system edition number in superblock. -N big, little, host Use defined endianness. Value defaults to host. -i file Insert a file to cramfs file system. -n name Set name of the cramfs file system. -p Pad by 512 bytes for boot code. -s This option is ignored. Originally the -s turned on directory entry sorting. -z Make explicit holes. -h, --help Display help text and exit. -V, --version Display version information and exit. EXIT STATUS
0 success 8 operation error, such as unable to allocate memory SEE ALSO
fsck.cramfs(8), mount(8) AVAILABILITY
The example command is part of the util-linux package and is available from Linux Kernel Archive <https://www.kernel.org/pub/linux/utils /util-linux/>. util-linux April 2013 MKFS.CRAMFS(8)
All times are GMT -4. The time now is 04:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy