[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] problems renaming on TOS fs



Jo Even Skarstein píše v St 02. 12. 2009 v 07:33 +0100:
> --------------------------------------------------
> From: "Paul Wratt" <paul.wratt@gmail.com>
> Sent: Tuesday, December 01, 2009 6:21 PM
> To: "mint" <mint@lists.fishpool.fi>
> Subject: Re: [MiNT] problems renaming on TOS fs
> 
> > The other issue was a rights one from the reading directory (from a
> > hostos drive), I will have to test that again, as the folder and files
> > came from a zip, so it is possible that the "unzip" program is setting
> > wrong (or no) user & group (on linux), I will get back to you one
> > that..
> 
> I suggest you cross-post this to the Aranym-list, as there has been some 
> issues with hostfs not setting the correct access rights. I can't remember 
> if this affected Linux, but it sure caused me a lot of problems on a 
> Windows-PC with NTFS.

If Paul used a ZIP archive created on Atari (using ST-Zip I guess) and
unzipped it under Linux then the access rights are --------- (i.e.
none). Use chmod -R a+r <path_to_the_folder> to fix it.

Petr