Page 1 of 1

linux locks files&folders for use in windows 7 (dual boot)

Posted: Thu Jan 17, 2013 9:31 am
by wolf1_o
Hi,

I recently installed mint cinnamon (latest version), and solved most of the post install issues, but one remains: files I created in the Linux environment and saved on the windows hard drives can't be accessed, modified or erased!
For instance: I created some snapshots I need (png files), saved them in two places in the win system drive, on the desktop and also created a designated folder along with the files. In both places I can see the files, but when trying to open them the picture viewer is saying that the location is not available. Also when trying to delete them or the folder it's not possible.
I also did some test: renamed some file on a different hard drive, and then I couldn't delete it from the windows environment.
Someone mentioned that I need to scan the disk (that's it's not a faulty disk or something but that the Linux has to fix something maybe?) but the Linux itself (under the pref.->disks) says that my disks are OK.
Would greatly appreciate some recommendation to solve this problem.

Thanks!

Re: linux locks files&folders for use in windows 7 (dual boo

Posted: Thu Jan 17, 2013 5:57 pm
by jungle_boy
Try to changes permissions in flies/folders properties.

Right click on file/folder>properties>permissions tab>Group access: choose Read&Write; in Others choose too Read&Write. Close.

Try again open via windows.

Re: linux locks files&folders for use in windows 7 (dual boo

Posted: Thu Jan 17, 2013 6:20 pm
by DrHu
You could, if you want to check it a bit more compare acl settings Linux vs Windows (they are not exactly the same)
--and only for interest, since you can probably get a setting within Linux that allows the deletion of the file(s) within the windows OS (even although it uses an acl control for its own files..)
http://www.ghacks.net/2010/01/28/furthe ... -with-acl/

General acl file settings..
http://users.suse.com/~agruen/acl/linux-acls/online/
https://doc.opensuse.org/documentation/ ... .acls.html

The acl control available on Linux may not be that great, if you use the version based on Linux permissions (posix compatible), there are later versions of file acl for NFS, that are more complete/compatible ?