How I can burn .bin type file ?!


 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions How I can burn .bin type file ?!
# 1  
Old 05-19-2002
How I can burn .bin type file ?!

Hi there

recently I download a staroffic and it's come as one binary file
"staroffice.bin" I just want to know how I can burn this type of files.

thanks in advance

Abdulkarim
# 2  
Old 05-19-2002
I'm not 100% sure but i think you got to run:

dd if=file.bin of=/dev/cdromfile
# 3  
Old 05-19-2002
I have never heard of simply burning a CDR using dd and don't think that dd works for burning CDs.
# 4  
Old 05-19-2002
I know dd burns .iso files. I think .bin files are different. I'm not 100% sure.
# 5  
Old 05-19-2002
You can use dd() to read from a CD... but to write you need a more complex utility such as cdrecord() .

Please refer to this link:

http://www.fortunecity.com/skyscrape...g-3.html#ss3.1

and this one:

http://www.fortunecity.com/skyscrape...g-3.html#ss3.2

Quote:
Writing CD-ROMs is done in 2 steps under Linux:


packaging the desired data (files, music or both) into one big file using the mkisofs/mkhybrid-utility

writing the big file to the CD-R with cdrecord
# 6  
Old 05-20-2002
Sorry Guys!!

HI there..

Sorry for wasting your time.I think I forget to mention I download unix sun (I386) and I want to burn it using w2k. Maybe it's not the right place to post my qustione but coz unix is the matter Smilie that's why I post my qustione here.


thanks
# 7  
Old 05-20-2002
Re: Sorry Guys!!

Quote:
Originally posted by geoquest
HI there..

Sorry for wasting your time.I think I forget to mention I download unix sun (I386) and I want to burn it using w2k. Maybe it's not the right place to post my qustione but coz unix is the matter Smilie that's why I post my qustione here.


thanks
Hi geoquest,
To make sure I have this right, you donwloaded Star Office for Solaris Intel Platform and now you want to burn the .bin file using Win2k? Not sure why you would be having trouble. The .bin file is an executable file which unpacks itself on your Solaris machine so that you can install SO. You should be able to burn this file to cd using whatever cd burning package you have on your pc (Roxio, Nero etc). Are you concerned that Solaris wouldn't be able to read the cd if you burned it with Win2k? I don't think this would be a problem. I'm not well versed on the differences in CDFS file formats but I would think the standard ISO9660 or whatever should work fine.

Sorry if I wasn't any help. Figured I'd take a stab.

Take care,
Gatton
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Usage of #!/bin/sh vs #!/bin/bash shell scripts?

Some question about the usage of shell scripts: 1.) Are the commands of the base shell scripts a subset of bash commands? 2.) Assume I got a long, long script WITHOUT the first line. How can I find out if the script was originally designed für "sh" or "bash"? 3.) How can I check a given... (3 Replies)
Discussion started by: pstein
3 Replies

2. AIX

Redistribution bin required for AIX. j7r164redist.7.1.0.25.bin

Hi, I am planning to install a version of Informatica on my AIX box. It requires a specific java build in pap6470_27sr2-20141101_01(SR2). The current link for IBM 64-bit SDK for AIX®, JavaTM Technology Edition, Version 7 Release 1 has a more recent version in j7r164redist.7.1.0.75.bin. Is... (4 Replies)
Discussion started by: meetpraveens
4 Replies

3. Shell Programming and Scripting

shell type.. /bin/uvalid?

Hi, I gave a command echo $SHELL --> To find out the shell I'm using, which gave me the below output echo $SHELL /bin/uvalid what does it mean? Please use code tags when posting data and code samples, thank you. (1 Reply)
Discussion started by: dnam9917
1 Replies

4. Solaris

What is the difference between xpg4/bin and usr/bin?

Hi Experts, I found that the same commands(sort, du, df, find, grep etc.) exists in both dir. What is the difference to use them? i.e: to use xpg4/bin/grep and usr/bin/grep My OS version is SunOS 5.10 Regards, Saps (7 Replies)
Discussion started by: saps19
7 Replies

5. OS X (Apple)

When to use /Users/m/bin instead of /usr/local/bin (& whats the diff?)?

Q1. I understand that /usr/local/bin means I can install/uninstall stuff in here and have any chance of messing up my original system files or effecting any other users. I created this directory myself. But what about the directory I didn't create, namely /Users/m/bin? How is that directory... (1 Reply)
Discussion started by: michellepace
1 Replies

6. AIX

which windows tool can burn iso file?

which windows tool can burn iso file? The iso file is download from IBM web site for HMC upgrade. How to burn this iso file to cd or dvd? (1 Reply)
Discussion started by: rainbow_bean
1 Replies

7. UNIX for Dummies Questions & Answers

Alias /usr/bin to /bin in profile

Hi! All the basic linux commands, ie. echo, find, etc, are located in /bin. I have a couple of programs that have these commands pointed towards /usr/bin, ie, /usr/bin/echo (even though the actual 'echo' command is in /bin). How can I alias or redirect or link the /usr/bin to /bin just for this... (6 Replies)
Discussion started by: dancerat
6 Replies

8. UNIX for Dummies Questions & Answers

fuser: difference with bin/sh and bin/ksh shell script

Hi, I have a problem I don't understand with fuser. I launch a simple shell script mysleep.sh: I launch the command fuser -fu mysleep.sh but fuser doesn't return anything excepted: mysleep: Then I modify my script switching from #!/bin/sh to #!/bin/ksh I launch the command fuser -fu... (4 Replies)
Discussion started by: Peuj
4 Replies

9. UNIX for Dummies Questions & Answers

Difference between /bin, /usr/bin, /sbin ?

Hi All, Can somebody tell me the difference between /bin, /usr/bin, /sbin ? Thanx in advance, Saneesh Joseph (3 Replies)
Discussion started by: saneeshjose
3 Replies

10. UNIX for Dummies Questions & Answers

/bin/sh: /usr/bin/vi: No such file or directory when doing crontab

I just set up an ftp server with Red Hat 5.2. I am doing the work, I'm baby stepping, but it seems like every step I get stuck. Currently, I'm trying to set up a crontab job, but I'm getting the following message: /bin/sh: /usr/bin/vi: No such file or directory. I see that vi exists in /bin/vi,... (3 Replies)
Discussion started by: kwalter
3 Replies
Login or Register to Ask a Question