Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #101103
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Mac Question |
| Date | 2016-01-01 22:13 +1100 |
| Message-ID | <mailman.137.1451646804.11925.python-list@python.org> (permalink) |
| References | <5d9432dc-220f-457b-945c-a864e7255520@googlegroups.com> |
On Fri, Jan 1, 2016 at 9:56 PM, <tdsperth@gmail.com> 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 read 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Mac Question tdsperth@gmail.com - 2016-01-01 02:56 -0800
Re: Mac Question Chris Angelico <rosuav@gmail.com> - 2016-01-01 22:13 +1100
Re: Mac Question tdsperth@gmail.com - 2016-01-01 03:27 -0800
Re: Mac Question Chris Angelico <rosuav@gmail.com> - 2016-01-01 22:47 +1100
Re: Mac Question William Ray Wing <wrw@mac.com> - 2016-01-01 10:21 -0500
Re: Mac Question Michael Vilain <vilain@NOspamcop.net> - 2016-01-01 10:02 -0800
csiph-web