Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
clone FreeBSD image
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Arkham
Tux's lil' helper
Tux's lil' helper


Joined: 30 Aug 2004
Posts: 111
Location: Quilpue, Chile

PostPosted: Tue Aug 31, 2004 2:37 am    Post subject: clone FreeBSD image Reply with quote

Greetings freaks!! 8)

I want to clone my FreeBSD CD using mkisofs, but the disc has files in lowercase...and also some symlinks
reading the "man mkisofs" some options to allow lowercase "break" the iso9660 standard and.. I think that Linux Distros ISO`s (I know FreeBSD is not linux, but give me a break, ok?) are 100% iso compatible (hope you get the idea)

Is there a way to clone a CD with mkisofs? or you have to "guess" the options?
Hope someone understand and could help me ^^
Saludos
?
Back to top
View user's profile Send private message
thunderlove
Tux's lil' helper
Tux's lil' helper


Joined: 24 Aug 2004
Posts: 76
Location: Sitting on a stool somewhere in southern oregon

PostPosted: Thu Sep 02, 2004 8:40 pm    Post subject: Reply with quote

It's the rockwell extension you want, although you could also use the Joliet extension. Go ahead and "break" iso9660. It's brain-dead, so it won't mind!

Actually, you are not really breaking it -- the disk will work fine under iso9660. It just adds extra info for smarter operating systems. Linux, FreeBSD, Windows -- all of these do the same.

PS: do you know about dd?

# mkdir /mnt/iso
# dd if=/dev/cdrom of=/tmp/my.iso
# mount -o loop /tmp/my.iso /mnt/iso
_________________
Registered Linux User #165104
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum