On Friday, January 1, 2016 at 7:13:41 PM UTC+8, Chris Angelico wrote: > On Fri, Jan 1, 2016 at 9:56 PM, <tdspe...@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
Hi ChrisA I know it is not a python issue - I just thought some other python programmers might have come across the problem. I connect to a drive in a windows 10 computer smb://192.168.50.58/c from my mac but the drive is read only - i am looking for away to make the drive writable so I can make a directory on the drive from my python script. Regards Colin -- https://mail.python.org/mailman/listinfo/python-list