Page 1 of 1

Error permission for write windows partition: media/windows

PostPosted: Jun 4th, '14, 15:56
by paranhos81
Hi,
I have my perfect setup. Mageia and Windows 7 use the same notebook.

I have a partition for each and when I installed Mageia created a NTFS partition with 365Gb of space that was left on my hard drive. I called the media linux / windows and after running all restetei and went with windows and some files recorded on the 365Gb partition and then I reset the notebook. Mageia and loaded the list of directories to media / windows partition and see the files appear but if you copy a file from / home / to media / windows I get the error message saying I have no permission.

Can anyone help? Have searched the manual and found nothing.

thank you
Marco Paranhos

Re: Error permission for write windows partition: media/wind

PostPosted: Jun 4th, '14, 22:13
by benmc
Hi

which desktop are you using?

Re: Error permission for write windows partition: media/wind

PostPosted: Jun 4th, '14, 23:17
by Ken-Bergen
Please post the contents of your /etc/fstab file.

Re: Error permission for write windows partition: media/wind

PostPosted: Jun 5th, '14, 17:02
by paranhos81
Hello benmc,
I´m using KDE. My Mageia version is 4, the lastest version.

Re: Error permission for write windows partition: media/wind

PostPosted: Jun 5th, '14, 17:05
by paranhos81
Hi Ken-Bergen,
I'm not at my house. I'm working.
The night I take a look at the contents of the file and post.

Thanks

Re: Error permission for write windows partition: media/wind

PostPosted: Jun 21st, '14, 03:11
by paranhos81
Hello Ken-Bergen,

The contents my /etc/fstab file

Code: Select all
# Entry for /dev/sda5 :
UUID=09b1fb13-0884-41ec-b036-3cda45fa87bd / ext4 acl,noatime 1 1
# Entry for /dev/sda1 :
UUID=D2565570565555F7 /media/win_c ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sda2 :
UUID=AA60A7E460A7B58B /media/win_d ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sda8 :
UUID=2BF387586393205C /media/windows ntfs umask=000,nls=utf8,ro 0 0
paranhos.note:/media/windows /mnt/windows nfs nosuid,rsize=8192,wsize=8192,soft 0 0
none /proc proc defaults 0 0
# Entry for /dev/sda7 :
UUID=5d153515-4677-4042-a3a6-a5e8223588ca /root/media ext4 acl,noatime 1 2
# Entry for /dev/sda6 :
UUID=cfbd8330-14d3-4b50-adc5-2ee5f5c1ec45 swap swap defaults 0 0

Re: Error permission for write windows partition: media/wind

PostPosted: Jun 21st, '14, 03:32
by paranhos81
I replaced the line:

# Entry for /dev/sda8 :
UUID=2BF387586393205C /media/windows ntfs umask=000,nls=utf8,ro 0 0


Why is replacing ro by rw:

# Entry for /dev/sda8 :
UUID=2BF387586393205C /media/windows ntfs umask=000,nls=utf8,rw 0 0

Re: Error permission for write windows partition: media/wind

PostPosted: Jun 21st, '14, 15:27
by paranhos81
partition /media/windows is right.

How do I put the parameter to write to the partition /root/media ?

Re: Error permission for write windows partition: media/wind

PostPosted: Jun 21st, '14, 16:01
by doktor5000
What do you want to achieve exactly? You want to write as normal user to /root/media ?
Why do you mount something below /root ? Why not mount everything below /media or /mnt ?

Re: Error permission for write windows partition: media/wind

PostPosted: Jun 21st, '14, 23:28
by Ken-Bergen
That my friend is a very strange /etc/fstab.

You have /dev/sda1 and /dev/sda2 mounted as ntfs-3g which is read write under Linux but /dev/sda8 mounted as ntfs which is read only under Linux.

Also you seem to have /dev/sda8 set as a network share then mounted again on the same computer under /mnt/windows.

For /dev/sda7, what is on it and how did you create it?

Bye the way: The preferred method of contacting a member is to send a Private Message not an E-mail as the forum software sees an E-mail as possible Spam and it contains your E-mail address which you may not wish to share.