Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2013 12:25:23 +0100
From:      "Herbert J. Skuhra" <hskuhra@eumx.net>
To:        dcamp@alumni.ufl.edu
Cc:        questions@freebsd.org
Subject:   Re: Duplicate files on distro ISO
Message-ID:  <86r4lq7ie4.wl%hskuhra@eumx.net>
In-Reply-To: <CADbaceKRtCfwydKJEL=VXhPJHPnv8Aw5J8UDvaZgPSrJHipzrw@mail.gmail.com>
References:  <CADbaceKRtCfwydKJEL=VXhPJHPnv8Aw5J8UDvaZgPSrJHipzrw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 12 Jan 2013 02:37:49 -0500
Christian Campbell <dcamp@alumni.ufl.edu> wrote:

> I just tried creating a bootable USB stick with UNetbootin
> from FreeBSD-9.1-RELEASE-i386-dvd1.iso. The stick was blank (newly
> formatted). While UNetbootin worked it asked about overwriting the
> following files:

Why are you not using FreeBSD-9.1-RELEASE-amd64-memstick.img and just
write it with dd to the stick? Not booting?

> > /usr/bin/cc
> 
> /usr/bin/cc
> 
> /usr/bin/mail
> 
> [..]
> 
> So, the files seem to be in the ISO twice each. FWIW:

e.g:

% ls -la /usr/bin/[Mm]ail 
-r-xr-xr-x  3 root  wheel  82196  2 jan 16:18 /usr/bin/Mail
-r-xr-xr-x  3 root  wheel  82196  2 jan 16:18 /usr/bin/mail

% ls -la /usr/bin/[Cc][Cc]
-r-xr-xr-x  3 root  wheel  176888  2 jan 16:16 /usr/bin/CC
-r-xr-xr-x  2 root  wheel  395648  2 jan 16:16 /usr/bin/cc

Unetbootin is propably creating a FS (VFAT), that is not
case-sensitive.

--  
Herbert



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86r4lq7ie4.wl%hskuhra>