Sponsored Content
Full Discussion: MS Windows XP to Solaris 10
Operating Systems Solaris MS Windows XP to Solaris 10 Post 302537176 by bitlord on Thursday 7th of July 2011 09:52:36 AM
Old 07-07-2011
Hi
A check sum error basically means that the file failed an integrity check. You do this to make sure that the was not tampered with. october2010.tar.tar is not a normal name for a tar file. I guessing that windows added the last .tar.

It is better to download the file from Solaris. Also if there are dependeces then you will be going back and forth with that CD a lot. Just connect the box to the internet if you can.

If you use a USB stick or hard drive like jlliagre says make sure it is not formatted in NTFS. Solaris may not be able to read it, if it is in a NTFS. But you should be fine.

I hope this helps.
 

9 More Discussions You Might Find Interesting

1. IP Networking

what can i use to network between windows and solaris.

Hi.. i tring to file share between microsoft and sun solaris, i heard of samba but what can i do with it.. is it easy to use or to understand, where can i get the software, any information will be a great help.. thanks (3 Replies)
Discussion started by: souldier
3 Replies

2. UNIX for Dummies Questions & Answers

Solaris compared to Windows

Ok, heres the situation I have a job interview next week and they use Solaris there for their networking. I'm basically coming from a windows and novell background, I've been studying Solaris commands an such but I was wondering if someone can breakdown the main differences between windows and... (12 Replies)
Discussion started by: eloquent99
12 Replies

3. Solaris

Solaris and windows

Hi All, If i install windows xp and solaris on the same machine(x86 platform) can both be running at the same time,even if i use vmware or virtual pc like that. Can I able to configure internet for solaris if i dont have a router and i directly connect to internet through cable modem. Can i... (11 Replies)
Discussion started by: Jartan
11 Replies

4. UNIX for Dummies Questions & Answers

FTP from Solaris to Windows

I know how to ftp from a unix server to another unix server, but how do I ftp frmo unix to a sepcified windows folder? For example, test file to transfer unix location of file - /tmp/test windows location to receive file c:\application\interface normally I would open the connection to the... (2 Replies)
Discussion started by: miredale
2 Replies

5. UNIX for Dummies Questions & Answers

Installing Windows xp on Solaris 10

Hi Guys, I don't know if this can be done or if anyone has managed to get this done - install Win xp on solaris 10 through vmware? I have searched extensively on the internet but I haven't come up with anything substantial. I am using an x86 based pc. Thanks in advance. (10 Replies)
Discussion started by: BigTool4u2
10 Replies

6. Solaris

Share windows and solaris

I want a share windows DVD rom to solaris OS. Is it posible? then give me answers (3 Replies)
Discussion started by: saga499
3 Replies

7. Solaris

NTFS under Solaris (switching from windows to Solaris server)

I want just to keep Solaris OS as my default OS . I have installed linux and windows as well but all my critical data is stored on NTFS partition so question is how to mount HDD with NTFS on Solaris (tried FUSE + NTFS-3g but that did`t worked for me system was down) And why Solaris does not... (2 Replies)
Discussion started by: microbot
2 Replies

8. Solaris

X-Windows on Solaris

Hi, I am new to the X-windows concept. I am connecting to Solaris Server through putty. I heard we can start an X-windows session(GUI) of the Solaris server from putty session as well. Can somebody help as how to proceed to acheive this ? Thanks in advance. (8 Replies)
Discussion started by: EmbedUX
8 Replies

9. Solaris

Need to Share between Solaris 10 and Windows

Hello everyone, was looking to get some help. I am very new to Unix and need to join a Sun Ultra 24 workstation running SOLARIS 10 to a small Windows network for file sharing. The Windows Network is a closed network using a Dell server running Windows 2003 Server. The clients on the network... (1 Reply)
Discussion started by: Sluggo
1 Replies
virt-tar-in(1)						      Virtualization Support						    virt-tar-in(1)

NAME
virt-tar-in - Unpack a tarball into a virtual machine disk image. SYNOPSIS
virt-tar-in -a disk.img data.tar /destination virt-tar-in -d domain data.tar /destination zcat data.tar.gz | virt-tar-in -d domain - /destination WARNING
Using "virt-tar-in" on live virtual machines can be dangerous, potentially causing disk corruption. The virtual machine must be shut down before you use this command. DESCRIPTION
"virt-tar-in" unpacks an uncompressed tarball into a virtual machine disk image or named libvirt domain. The first parameter is the tar file. Use "-" to read the tar file from standard input. The second parameter is the absolute target directory to unpack into. EXAMPLES
Upload a home directory to a guest: virt-tar-in -d MyGuest homes.tar /home JUST A SHELL SCRIPT WRAPPER AROUND GUESTFISH
This command is just a simple shell script wrapper around the guestfish(1) "tar-in" command. For anything more complex than a trivial copy, you are probably better off using guestfish directly. OPTIONS
Since the shell script just passes options straight to guestfish, read guestfish(1) to see the full list of options. SEE ALSO
guestfish(1), virt-cat(1), virt-copy-in(1), virt-copy-out(1), virt-edit(1), virt-make-fs(1), virt-tar-out(1), <http://libguestfs.org/>. AUTHORS
Richard W.M. Jones ("rjones at redhat dot com") COPYRIGHT
Copyright (C) 2011 Red Hat Inc. <http://libguestfs.org/> 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-tar-in(1)
All times are GMT -4. The time now is 05:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy