> On Jan 1, 2016, at 5:56 AM, 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
On Fri, Jan 1, 2016 at 10:27 PM, wrote:
> 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.
>
You'll have to look into
On Friday, January 1, 2016 at 7:13:41 PM UTC+8, Chris Angelico wrote:
> 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
> > read only
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 read
> only - does anyone know away to overcome this issue - I have looked for a
> utility bu