Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!news.albasani.net!.POSTED!not-for-mail From: Melzzzzz Newsgroups: comp.sys.mac.system,alt.comp.freeware,alt.hacker,alt.privacy.anon-server,comp.os.linux.advocacy Subject: Re: iCultist cites serious OS X flaw Date: Sun, 11 Oct 2015 01:59:08 +0200 Organization: albasani.net Lines: 33 Message-ID: <20151011015908.4d91c8e3@maxa-pc> References: <86549329f10d815d2e5922dee68cf94a@anemone.mooo.com> <5tmdnY_rbLLTfY7LnZ2dnUU7-U-dnZ2d@supernews.com> <3YidnTiHGf3F4ojLnZ2dnUU7-RudnZ2d@bresnan.com> <071020151634134865%nospam@nospam.invalid> <091020150151081285%nospam@nospam.invalid> <0KCdnabqC6ofhoXLnZ2dnUU7-YHus__v@bresnan.com> <091020151614556962%nospam@nospam.invalid> <101020151814085193%nospam@nospam.invalid> <20151011001745.16b6e529@maxa-pc> <101020151829411218%nospam@nospam.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: news.albasani.net 2AVtwUqTCjjg315m4Zm1/UDyw8spIZsD4lOMagBGoe3rDKXHD4yI5/N3aPkf2dP0tl6PujqK06ucSQHFznde4eWxxGu6IiQL+V6lgdvDSlduVIvIjv9RDGfez0rnAMiL NNTP-Posting-Date: Sat, 10 Oct 2015 23:59:08 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="XjDnCbKUOMuH8tn/S8kIQOLtn7a+RoSRuvIDhSlgSw0bmN2m3pyQajeILOfjnSh5eGZ3xex0vspAD6dzwMmpfuBhpgzEdRjwuOTDtclPtwkJAisLGtsCYfuJxw5rqeaC"; mail-complaints-to="abuse@albasani.net" X-Newsreader: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-unknown-linux-gnu) Cancel-Lock: sha1:HJnIITtTrr66thYcgKfu0k/pOvQ= Xref: csiph.com comp.sys.mac.system:82958 alt.comp.freeware:245938 alt.hacker:9080 alt.privacy.anon-server:46266 comp.os.linux.advocacy:326051 On Sat, 10 Oct 2015 18:29:41 -0400 nospam wrote: > In article <20151011001745.16b6e529@maxa-pc>, Melzzzzz > wrote: > > > > > > unix does not deal well when it runs out of disk space. it's a > > > > > serious bug that will never be fixed. > > > > > > > > You seem to have conveniently forgotten Mac OS X is supposed to > > > > be certified UNIX. > > > > > > i did not forget at all. macs are subject to this bug too. > > > > Can you find example of OS that deals with this problem well and > > how it does it? > > classic mac os. > > if you try to write a file that's larger than the available space, you > get a disk full error. that's it. no big deal. the system and the > running apps keep on going, without crashing or losing data. Hm, on Linux and OSX ENOSPC is error on write syscall that cannot fulfill ... I guess same as on any other Unix... > > at that point, you either make some space for the file or connect > another hard drive and save it there. Same on Linux... and OSX...