Sponsored Content
Full Discussion: Win98 and linux server
Top Forums UNIX for Dummies Questions & Answers Win98 and linux server Post 9062 by Andy Hibbins on Monday 22nd of October 2001 11:33:41 AM
Old 10-22-2001
I think i'm right in saying that Vmware is an OS emulator, each OS that you want to run on top of the host's machine runs in a virtual machine.
Real partitions and virtual partitions are catered for, so you don't need to repartition your drives.



Vmware is a commercial product starting at $49.95, although you can download a 30 day trial version from:
https://www.vmware.com/vmwarestore/newstore/index.jsp

ASPLinux should run as I described it's 100% compatible with Red Hat which runs Vmware okay.


Andy Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Boot into linux after Win98 install

Hey all, I hope there is an easy fix for this. I have Linux Mandrake 7.2 installed and completely configured on it's own set of partitions, but I had to reinstall my windows partition and hence wiped out my LILO boot option. My BIOS isn't seeing the partitions with Linux on it, so I can't just... (3 Replies)
Discussion started by: ober5861
3 Replies

2. UNIX for Dummies Questions & Answers

Samba & Win98

At this point I am very frustrated, I have been reading man pages until my eyes bleed. I have set Samba up on a Suse. 7.0 Linux box. I have networked that box to my Win98 box. I have shared a directory. The linux box shows up in Win98 in Network Neighborhood. I can click... (3 Replies)
Discussion started by: Recon
3 Replies

3. Windows & DOS: Issues & Discussions

[help]Win98 doesn't respond

My system is combined by Win98 and sco opensever.......but when Win98 is starting .my computer doesn't respond........what can i do? (1 Reply)
Discussion started by: dingxf
1 Replies

4. UNIX for Dummies Questions & Answers

Have Win98/WinXp..Thinking about Unix!!

I presently have three partitions; one is win. 98(10gig) and the the other xp(10gig). While one more partition that I use as storage(of 20gig). My question is, if I decide to format/remove win. 98 and install unix...would it be possible to do so without disrupting the Winxp....and also, as a... (2 Replies)
Discussion started by: templer
2 Replies

5. Windows & DOS: Issues & Discussions

installing win98 & unixware on the same computer

Please provide some immediate help (2 Replies)
Discussion started by: altaf
2 Replies

6. Red Hat

microsoft Server 2008 Active authentication to a linux server

Hi, Please could someone advise I'm trying to use winscp from a Window server 2008 R2, but i need to add the authentication key to access the linux rh 5.4 servers ? What is the best way of approaching this ? If there are any web links that could help me do this, that would be good. ... (1 Reply)
Discussion started by: venhart
1 Replies

7. Shell Programming and Scripting

Copy folder and files from unix server to linux server

We would be migrating unix solaries to Linux redhat. Basically source is unix and target is linux. i would like to copy entire file system unix/source/* to target linux/souce/* but target linux has only folder setup so what ever files copied need to be placed in the linux server with same... (8 Replies)
Discussion started by: balajikalai
8 Replies

8. Shell Programming and Scripting

Connect (SSH) to Windows server via Linux server through a script and passing command.. but failing

I am trying to connect to Windows server via Linux server through a script and run two commands " cd and ls " But its giving me error saying " could not start the program" followed by the command name i specify e g : "cd" i am trying in this manner " ssh username@servername "cd... (5 Replies)
Discussion started by: sunil seelam
5 Replies

9. Homework & Coursework Questions

Configure the AD Window server with Linux server(google Authenticator is installed)

Hi my name is Manju. ->I have configure the two way authentication on my linux server. ->Now I am able to apply two way authenticator on particuler user. ->Now I want to map this linux server to my AD server. ->Kindly tell me how to map AD(Active Directory) with this linux server. ... (2 Replies)
Discussion started by: manjusharma128
2 Replies

10. Linux

How to connect Linux server (configure two way authentication) with Windows server?

Hi my name is Manju. ->I have configure the two way authentication on my linux server. ->Now I am able to apply two way authenticator on particuler user. ->Now I want to map this linux server to my AD server. ->Kindly tell me how to map AD(Active Directory) with this linux server. ... (0 Replies)
Discussion started by: manjusharma128
0 Replies
virt-list-partitions(1) 				      Virtualization Support					   virt-list-partitions(1)

NAME
virt-list-partitions - List partitions in a virtual machine or disk image SYNOPSIS
virt-list-partitions [--options] domname virt-list-partitions [--options] disk.img [disk.img ...] OBSOLETE
This tool is obsolete. Use virt-filesystems(1) as a more flexible replacement. DESCRIPTION
"virt-list-partitions" is a command line tool to list the partitions that are contained in a virtual machine or disk image. It is mainly useful as a first step to using virt-resize(1). "virt-list-partitions" is just a simple wrapper around libguestfs(3) functionality. For more complex cases you should look at the guestfish(1) tool. OPTIONS
--help Display brief help. --version Display version number and exit. -c URI --connect URI If using libvirt, connect to the given URI. If omitted, then we connect to the default libvirt hypervisor. If you specify guest block devices directly, then libvirt is not used at all. --format raw Specify the format of disk images given on the command line. If this is omitted then the format is autodetected from the content of the disk image. If disk images are requested from libvirt, then this program asks libvirt for this information. In this case, the value of the format parameter is ignored. If working with untrusted raw-format guest disk images, you should ensure the format is always specified. -h --human-readable Show sizes in human-readable form (eg. "1G"). -l --long With this option, "virt-list-partitions" displays the type and size of each partition too (where "type" means "ext3", "pv" etc.) -t --total Display the total size of each block device (as a separate row or rows). SHELL QUOTING
Libvirt guest names can contain arbitrary characters, some of which have meaning to the shell such as "#" and space. You may need to quote or escape these characters on the command line. See the shell manual page sh(1) for details. SEE ALSO
guestfs(3), guestfish(1), virt-filesystems(1), virt-list-filesystems(1), virt-resize(1), Sys::Guestfs(3), Sys::Guestfs::Lib(3), Sys::Virt(3), <http://libguestfs.org/>. AUTHOR
Richard W.M. Jones <http://people.redhat.com/~rjones/> COPYRIGHT
Copyright (C) 2009-2012 Red Hat Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. libguestfs-1.18.1 2013-12-07 virt-list-partitions(1)
All times are GMT -4. The time now is 02:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy