I am trying to copy and paste a file from Linux to Windows using Dolphin File manager, however the option is greyed out. Is this not possible? or do I need to use something else?
I can see my windows files from Linux and copy them over to Linux, but i can't do the converse of copying Linux files to Windows just through using the file manager.
Note: My windows and Linux are both in the same hard disk: sda
So far the only workaround I was able to successfully do is use third party programs while being in Windows (Linux Reader for example). I avoided the use of Ext2fsd - it can cause a ton of problems like data corruption and bsods.
But i want to try if it is possible to copy and paste files from Linux to Windows just through using file managers. My hunch is it can't because of the different file system that my Linux is in: (Ext4)
– avg9957 Dec 01 '20 at 12:49mount
. It will print out the list of all mounts on your system, one per line. Then, find the line corresponding to the Windows filesystem. If anro
parameter is present on that line, the mount is read-only. Writable mounts will have anrw
instead. – Haxiel Dec 01 '20 at 16:12