From mboxrd@z Thu Jan 1 00:00:00 1970 From: Witold Filipczyk Subject: Re: Strange unzip problems Date: Tue, 4 Jun 2002 13:07:38 +0200 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <20020604110738.GA3806@wagsty> References: <200205301444.45674.richardson@evansville.edu> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <200205301444.45674.richardson@evansville.edu> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Anthony M. Richardson" Cc: linux-msdos@vger.kernel.org On Thu, May 30, 2002 at 02:44:45PM -0500, Anthony M. Richardson wrote: > I'm using dosemu under Linux with FreeDOS beta 8. I'm also using a Linux > directory as my C drive. Everything seemed to be working great until I tried > to install DJGPP. When I use unzip from within dosemu on a recursive zip > archive, there are several errors. When unzip is extracting files from an > archive and creating directories (from within DOSEMU), the directories are > created without execute permission (in the linux file system). The unzip > program then can't extract files to these directories. > > I asked for help on the DJGPP list, but people there seemed to think that I > might have a DOSEMU configuration setting messed up. Do I? Does anyone have > any suggestions? Unfortunately, I can't just unzip on the Linux side because > long file names are handled differently by Linux and DOS. > > Thanks, > Tony Richardson What umask says? On my machine: # umask 022 and C:\> zip -r freedos.zip freedos C:\> unzip -d temp freedos.zip works dosemu started from root account, Freedos Beta 7 Ripcord dosemu-1.0.2.1 -- Witold Filipczyk