Solaris image file extension


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris image file extension
# 1  
Old 09-17-2011
Solaris image file extension

Hi!

I've been wondering what is the file extension for an image file in Solaris. For Windows, I know it's .jpeg or .bmp or .png and etc. What do Solaris call their image file extensions then?

I just know how to make a file by the use of this command:

Code:
  # mkfile 1000k /dev/rdsk/c7t0d0s0

But, I need an image file in the disk. That code does not seem to make an image file.

And if possible, how can I make an image file located at the disk, for example, at disk c7t0d0s0 because I will later use it for mirroring.

Thanks!
# 2  
Old 09-17-2011
Image is a term with several meanings.

First off, an extension, all by itself does not proclaim a file type in UNIX. The file command will tell you what kind of file you have, based on a "magic number" (really a header). Windows does not do that.

A graphics file is one of a lot of formats - jpeg, mpeg, png, etc. So it has a header particualr to the format.

An image is a copy of an executable, usually image files in the sense I think you mean are copies of the kernel. The name comes from the fact that the executable file many years ago was an image (almost exact duplicate) of what the executable looked like in memory. This is not necessarily true now, except in some cases.

More to the point - what are you trying to do? graphics?
This User Gave Thanks to jim mcnamara For This Post:
# 3  
Old 09-18-2011
I am trying to save a graphics file (as you say so), on the disk.

Does Solaris support a .jpeg file?

---------- Post updated at 01:01 PM ---------- Previous update was at 10:06 AM ----------

I have already figured it out.

I made a screenshot and placed it on the desktop. It is named Screenshot.png

Now, my question is that, if it is placed on the desktop, does it also mean that the file is in the disk also? for example, disk c0t0d0s0. Does that mean that Screenshot.png is contained in the c0t0d0s0 disk?

Thanks!
# 4  
Old 09-18-2011
Quote:
Originally Posted by arah
Does Solaris support a .jpeg file?
Solaris support files, all of them and whatever their contents and extensions.
Quote:
Now, my question is that, if it is placed on the desktop, does it also mean that the file is in the disk also? for example, disk c0t0d0s0. Does that mean that Screenshot.png is contained in the c0t0d0s0 disk?
It is stored on a file system. This file system is more than likely backed by your internal disk on your machine. On large Solaris deployments, It might be elsewhere on remote shared file systems.
# 5  
Old 09-18-2011
Ahhh...

If I need to mirror my Screenshot.png file located at rpool, what will I do?

I just know how to mirror a boot disk, but how to mirror a file using the terminal, i really don't know.
# 6  
Old 09-18-2011
May I also ask what are these icons for? (See the image below)

I found there my disk c7t0d0s0 and c7t2d0s0, but why are they so many?
When I'm using # format in the terminal, only those 2 disks are present?
Solaris image file extension-solaris11jpg
# 7  
Old 09-18-2011
Quote:
Originally Posted by arah
If I need to mirror my Screenshot.png file located at rpool, what will I do?

I just know how to mirror a boot disk, but how to mirror a file using the terminal, i really don't know.
You don't mirror files, you mirror devices. Anything using these devices like file systems and files inside them are automatically duplicated.

---------- Post updated at 18:23 ---------- Previous update was at 18:21 ----------

Quote:
Originally Posted by arah
May I also ask what are these icons for? (See the image below)

I found there my disk c7t0d0s0 and c7t2d0s0, but why are they so many?
When I'm using # format in the terminal, only those 2 disks are present?
These icons are showing both existing and potential partitions and slices. You shouldn't worry or even care about them.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

How to Create ISO Image of a CD/DVD in Solaris 10?

Hi Solaris 10 Experts, How can I create an ISO Image of a CD/DVD from the cdrom to a temporary directory, and then use that image to burn it on a blank DVD in the cdrom in Solaris 10 1/13 OS environment? Please provide me with an example. With best regards, SS (1 Reply)
Discussion started by: ssabet
1 Replies

2. Solaris

Solaris 10 Restore from flar image

Hi! I want to migrate Sun Fire v240 server (sun4u) with Solaris 10 update 6 to LDOM virtual host (sun4v). I was mount NFS directory from another server in /mnt and did this steps on v240 1) I add to the /var/sadm/system/admin/.platform PLATFORM_GROUP=sun4v # cat... (1 Reply)
Discussion started by: pbubentsov
1 Replies

3. Solaris

Full password reset and re-image of Solaris

Hello, for my class we were handed SUN servers and told to get into them, and re-image them with a UNIX based OS. The previous class had already set them up, so they have a password already. The most I was able to find on password resetting was able to get me to log in as root and password as... (1 Reply)
Discussion started by: Kyle Smith
1 Replies

4. Solaris

network on solaris image

Hello I have just install solaris via virtualbox on my desktop . The network is not working I mean i would like to upgarde there some more binaries , is it ever possible if its image? if yes can anybody help me with it how to run the network ? The VBox is running on xp box . cheers (24 Replies)
Discussion started by: kvok
24 Replies

5. Solaris

Solaris JumpStart Image on Floppy?

I was wondering if there was a Solaris JumpStart image small enough to fit on a floppy. The computer I want to JumpStart doesn't have a CD drive. If so, where could I download it? (6 Replies)
Discussion started by: Bradj47
6 Replies

6. Solaris

Solaris Trusted Extension ?

How to check if a system has Solaris trusted extensions installed or not on a solaris 10 system ? (5 Replies)
Discussion started by: fugitive
5 Replies

7. Solaris

Solaris ISO image

Hi All, Can anyone give me the lnik to download the iso image file Solaris 10 . I need to install it on my local machine . Pls help me out. VINU (5 Replies)
Discussion started by: vinuvinod
5 Replies

8. UNIX for Dummies Questions & Answers

best way to image solaris/linux drives

We have a whole bunch of both redhat enterprise and solaris 5.7,8,9 systems and we would like to make images of the drives. Does anyone have recommendations on how to best image these systems? (3 Replies)
Discussion started by: frankkahle
3 Replies

9. Tips and Tutorials

Mounting an ISO image on Solaris

Many software packages can be downloaded in the form of an ISO image. ISO images can also be created from CD and saved as ISO images: $ cat /dev/somecd > somename.iso Rather than burning the image to a CD-ROM to access its contents, it is easy to mount the image directly into the filesystem... (0 Replies)
Discussion started by: kduffin
0 Replies
Login or Register to Ask a Question