Linux - GeneralThis forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Use to create call to determine tracksize: enabled
Determine tracksize option: -print-size
Determine tracksize with: du -b -s -l -L "$symlinktree"
Determine tracksize as: strval (regexp("[^0-9]*([0-9]*).*$"))*2048
Mount an iso image with: mount $filesystem
Unmount an iso image with: unmount $filesystem
Settings under the thing down on the left side of the screen that looks like a CD.
hello,
lets amke sure the image is good - can ya make a tmp directory for - lets call it s82 and then do a mount -o loop -t iso9660 slack8.1.iso /path/s82, you shoudl tehn be able to do a [b]ls /path/s82/ and see stuff. - the image shiuld have been made bootable already by who ever created the ISO, this gets done at image creation time.
1. I made a new directory called tmp under the /home directory and copied the iso to there.
2. I changed to the /home/tmp directory.
3. Type in the follwoing: mount -o loop -t iso9660 slackware-8.1-install.iso /home/tmp/
4. Went back to the root (/) directory
5. Changed back to the /home/tmp directory and did a ls -a.
6. All the files and directories, looked all intact.
hello,
i don't use gnome-toaster myself (there is not big button that says "BURN!" )
so i use xcdroast or teh command line, for the command line make sure you have the right modules loaded (i.e. ide-scsi, sg) and then do a cdrecord dev=/dev/scd1 speed=4 filename.iso and watch it burn. if teh command fails do a cdrecord --help to get options.
hth
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.