Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2008 18:01:03 +0100 (CET)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Polytropon <freebsd@edvax.de>
Cc:        Gary Kline <kline@thought.org>, FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: questions about some archive files, type *.rar
Message-ID:  <20081216175539.C62057@wojtek.tensor.gdynia.pl>
In-Reply-To: <20081216170827.aed39fee.freebsd@edvax.de>
References:  <20081215200949.GA48169@thought.org> <20081215222314.GA61777@Grumpy.DynDNS.org> <20081216021626.GB64553@thought.org> <20081216041014.52b54151.freebsd@edvax.de> <20081216105710.O59100@wojtek.tensor.gdynia.pl> <20081216170827.aed39fee.freebsd@edvax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
> Thank you. Your system will be shut down now."
>
> Ah... autorun.inf and exit_windows_ex() are such modern tools

autorun.inf is a few windows thing that is simple and even works.

just remember to strip this first 512 bytes from iso file, as 512 bytes 
will be takes by tar header before iso file.

ISO-9660 has such nice things as first 16 sectors are ignored, so it 
doesn't matter if it's zeros or tar header.


personally - i use it not to annoy winusers, but to make DVDs with "hidden 
contents".

like - first part visible to everyone, everything else - to the ones who 
know things.

other way to do this is to use bsdlabels, windows will ignore this, while 
in FreeBSD you can have /dev/cd0a with ISO data, and /dev/cd0b with 
"hidden" data.

this hidden data can be ISO format too, or tar, or UFS, and it can be 
encrypted with geli.

if you do this - please DO USE ggatel to simulate 2kB sectored device 
before doing bsdlabel!!!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081216175539.C62057>