Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Mac Question Date: Fri, 1 Jan 2016 22:13:15 +1100 Lines: 21 Message-ID: References: <5d9432dc-220f-457b-945c-a864e7255520@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de TuD41CJQsjBSHSHKPSUSZwr+H2hr2vnaISgeFPes3eiQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Question': 0.05; 'permissions': 0.07; 'cc:addr:python-list': 0.09; 'python': 0.10; 'jan': 0.11; 'question.': 0.13; '2016': 0.16; 'elsewhere.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Mac': 0.16; 'wrote:': 0.16; 'looked': 0.16; 'network,': 0.18; 'windows': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'trying': 0.22; 'header:In-Reply-To:1': 0.24; 'error': 0.27; 'fri,': 0.27; 'question': 0.27; 'message-id:@mail.gmail.com': 0.27; 'anyone': 0.32; 'utility': 0.33; "i'll": 0.33; 'received:google.com': 0.35; 'something': 0.35; "isn't": 0.35; 'but': 0.36; 'there': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'stuff': 0.38; 'files': 0.38; 'does': 0.39; 'some': 0.40; 'your': 0.60; 'air': 0.65; 'drive,': 0.66; 'results': 0.66; 'flash': 0.67; 'answer.': 0.72; 'overcome': 0.72; 'chrisa': 0.84; 'macbook': 0.84; 'to:none': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; bh=ULjqOSrd+y5iqH3yGV1/1LAETDTi2zlYPEReLfJ7EHA=; b=hMzykzEzNAoLqTMdzyOSfelIKW+htMZ7Ja/qGsFyHT1GHoDHCBTj/gXa4JM056zSrJ CX7Zo1LcTXq6kndymMM+63FXkgPZQAmsdi5UYz0xtOPXSod2pppPM+76KcbdD/Dcxfrz KJjOVveISrIcriJOboxONDiyFNknyDQaAMDeVxsoTRMGx8AUdaskBzDUctnO8UjpP5x4 AwACnUkJ6v7hvVIeYD6g4fVAPWLeUBVBwymH/Kx4dHVHKQxRHhZeckgkzYB+KjXuwEhb 06eoxIfK2aaWUvpL0w7XGIzh6Zn8C88uzETBzSuYSUA9PnFWGAv0TJQj6k38CDEG5SJx /qEw== X-Received: by 10.50.28.19 with SMTP id x19mr72158173igg.92.1451646795941; Fri, 01 Jan 2016 03:13:15 -0800 (PST) In-Reply-To: <5d9432dc-220f-457b-945c-a864e7255520@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:101103 On Fri, Jan 1, 2016 at 9:56 PM, wrote: > Hi All > > I am trying to create a directory on a windows drive from my macbook air = with python but get a permissions error because the windows ntfs drive is r= ead only - does anyone know away to overcome this issue - I have looked for= a utility but have yet to find an answer. > This isn't a Python question - it's a Windows question. I'll help as best I can, but you might find better results elsewhere. Is this a drive you've mounted across a network, or is it something local to your computer? Is it a hard drive, a Flash drive (USB stick), or some other device? What are the mount options? (Typing 'mount' in a terminal might tell you this.) Who owns the files and directories? Can you create stuff on there using 'sudo'? ChrisA