Cross drive data reading SOLVED

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
cliffcoggin
Level 8
Level 8
Posts: 2297
Joined: Sat Sep 17, 2016 6:40 pm
Location: England

Cross drive data reading SOLVED

Post by cliffcoggin »

My computer is dual boot, dual drive, with Mint18.3 on one SSD and Win7 on the other. Until now I had assumed the two drives could never communicate with each other because only one runs at a time, but lately I began to wonder if it is possible. The reason for asking is that I have an essential application on the Windows drive, (for which there is no Linux equivalent, nor does it work with Wine), however the files for that application are stored on the Mint drive, so when I want to use the application once per month I have to go through this tedious process:
copy the files from Mint to a USB stick,
boot to the Windows drive,
paste the files from the USB stick into the application,
print the graphs I require from the application,
delete the files from the USB stick and the application,
boot back to Mint.

Is there a way for the Windows application to directly read the files from the Mint drive without compromising the security of the Mint system, and without allowing Windows to connect to the internet? I have heard of Samba but I believe that uses an internet connection which I do not allow Windows to do. Perhaps I should also add that I am reluctant to store the files on the Windows drive because they are grouped with associated non-Windows files and folders in Mint, which makes backups are so much easier if left in their current location.

The way I do things at the moment is inconvenient but not a major problem so I am not inclined to go to any major expense to solve it. For the same reason I don't want to involve the experts here in a lot of time and effort, but in my ignorance I may have missed an obvious solution. What say you?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Cliff Coggin
User avatar
Pierre
Level 21
Level 21
Posts: 13222
Joined: Fri Sep 05, 2008 5:33 am
Location: Perth, AU.

Re: Cross drive data reading

Post by Pierre »

you should be able to directly paste those files into the Windows partition,,
& without using your usb stick, at all - - the Linux System will read / write to the NTFS file system.
- - the windows system will need an extra driver, if you do wish to use the windows system, to move those files.

once you've moved / copied those files, by using the Linux System to do that,
& then re-boot back into the windows system, in order to use that particilar windows program.
then, once you've done with that windows program, then boot back into the Linux System,
and copy / move those files back to the Linux Partition, once again.
Image
Please edit your original post title to include [SOLVED] - when your problem is solved!
and DO LOOK at those Unanswered Topics - - you may be able to answer some!.
philotux

Re: Cross drive data reading

Post by philotux »

Linux has built-in support for Windows NTFS partitions, but Windows can’t read Linux partitions without third-party software.
You might want to do some research into the alternatives presented in the article below:
https://www.howtogeek.com/112888/3-ways ... m-windows/
cliffcoggin
Level 8
Level 8
Posts: 2297
Joined: Sat Sep 17, 2016 6:40 pm
Location: England

Re: Cross drive data reading

Post by cliffcoggin »

Pierre wrote: Mon Feb 04, 2019 8:34 pm you should be able to directly paste those files into the Windows partition,,
& without using your usb stick, at all - - the Linux System will read / write to the NTFS file system.
- - the windows system will need an extra driver, if you do wish to use the windows system, to move those files.

once you've moved / copied those files, by using the Linux System to do that,
& then re-boot back into the windows system, in order to use that particilar windows program.
then, once you've done with that windows program, then boot back into the Linux System,
and copy / move those files back to the Linux Partition, once again.
Many thanks Pierre, that worked. It took me a while to identify which of the two identical SSDs in the computer was the Windows drive, and even longer to find the correct route through the bewildering and incomprehensible file structure of Windows, but eventually I managed to copy a folder to the Windows desktop and access it from my application. Before I mark the topic as solved, is there a way to avoid having a sticky note on the computer with the route written on it that I have to manually follow each time?
Cliff Coggin
cliffcoggin
Level 8
Level 8
Posts: 2297
Joined: Sat Sep 17, 2016 6:40 pm
Location: England

Re: Cross drive data reading

Post by cliffcoggin »

philotux wrote: Mon Feb 04, 2019 8:36 pm
Linux has built-in support for Windows NTFS partitions, but Windows can’t read Linux partitions without third-party software.
You might want to do some research into the alternatives presented in the article below:
https://www.howtogeek.com/112888/3-ways ... m-windows/
Thanks Philotux. I did not realise a separate drive in the computer could be treated as just another partition in the machine. In any case I prefer not to add any programmes to Windows as I have deleted as much as I can from the OS, leaving only enough to operate the two applications I use.
Cliff Coggin
philotux

Re: Cross drive data reading

Post by philotux »

cliffcoggin wrote: Tue Feb 05, 2019 7:16 am In any case I prefer not to add any programmes to Windows as I have deleted as much as I can from the OS, leaving only enough to operate the two applications I use.
Fair enough. Glad you found a solution that works for you.

greetings
philotux
leo-tech

Re: Cross drive data reading

Post by leo-tech »

You can also run both operating systems simultaneously, one as Host OS (Linux Mint 18.3) and another as Guest OS (Win7) under Virtual Machine (Oracle VirtualBox hypervisor would be my first choice). No need to do anything with your existing dual-boot setup as it is, you can simply add Win7-in-VM to the existing Linux part and see if it works for you.
cliffcoggin
Level 8
Level 8
Posts: 2297
Joined: Sat Sep 17, 2016 6:40 pm
Location: England

Re: Cross drive data reading

Post by cliffcoggin »

leo-tech wrote: Tue Feb 05, 2019 8:16 am You can also run both operating systems simultaneously, one as Host OS (Linux Mint 18.3) and another as Guest OS (Win7) under Virtual Machine (Oracle VirtualBox hypervisor would be my first choice). No need to do anything with your existing dual-boot setup as it is, you can simply add Win7-in-VM to the existing Linux part and see if it works for you.
I looked into the VM option a while ago, however I have neither a Windows installation disc nor a product key for it. (Windows was already installed on the machine when I bought it.)
Cliff Coggin
User avatar
Pierre
Level 21
Level 21
Posts: 13222
Joined: Fri Sep 05, 2008 5:33 am
Location: Perth, AU.

Re: Cross drive data reading

Post by Pierre »

if you can get that Windows drive to auto-mount, then you can just place a 'short-cut' to that folder,,
on your Linux Desktop:
- - R/click desktop - create Launcher - Type = Location,, then browse to that particular folder location.
Image
Please edit your original post title to include [SOLVED] - when your problem is solved!
and DO LOOK at those Unanswered Topics - - you may be able to answer some!.
cliffcoggin
Level 8
Level 8
Posts: 2297
Joined: Sat Sep 17, 2016 6:40 pm
Location: England

Re: Cross drive data reading

Post by cliffcoggin »

I'm almost there but for one little problem.

I made the Windows drive auto mount. I began creating a launcher, named it, navigated a route to the named folder on the Windows desktop, clicked OK, whereupon the route disappeared and my only option was to cancel out of launcher creation.
Cliff Coggin
cliffcoggin
Level 8
Level 8
Posts: 2297
Joined: Sat Sep 17, 2016 6:40 pm
Location: England

Re: Cross drive data reading SOLVED

Post by cliffcoggin »

I have been unable to create a launcher so I shall just use the copy method, therefore I am marking the topic solved. Thanks to all who offered advice.
Cliff Coggin
philotux

Re: Cross drive data reading SOLVED

Post by philotux »

cliffcoggin wrote: Thu Feb 07, 2019 3:21 pm I have been unable to create a launcher so I shall just use the copy method, therefore I am marking the topic solved. Thanks to all who offered advice.
Is it possible to navigate to the folder in question and bookmark it in your file manager so that you will have easy access to it on the left pane of the file manager?
cliffcoggin
Level 8
Level 8
Posts: 2297
Joined: Sat Sep 17, 2016 6:40 pm
Location: England

Re: Cross drive data reading SOLVED

Post by cliffcoggin »

philotux wrote: Thu Feb 07, 2019 3:50 pm
Is it possible to navigate to the folder in question and bookmark it in your file manager so that you will have easy access to it on the left pane of the file manager?
I can navigate to it easily enough but how would I bookmark it? I only know of bookmarks in relation to web sites that are saved in browsers. I'll take a look tomorrow.
Cliff Coggin
philotux

Re: Cross drive data reading SOLVED

Post by philotux »

If you are using Nemo, I think you could right-click on the folder and in the pop-up menu choose "bookmark". Alternatively, mark the folder and look under the menus in the toolbar. (Sorry, It has been a while I used Nemo).

In Thunar, mark the folder, right-click on it and choose Send To: Sidepane

In Caja, I am afraid I don't know. But I suppose there must be some similar feature there as well.
cliffcoggin
Level 8
Level 8
Posts: 2297
Joined: Sat Sep 17, 2016 6:40 pm
Location: England

Re: Cross drive data reading SOLVED

Post by cliffcoggin »

Apologies for my ignorance but what are Nemo, Thunar and Caja?
Cliff Coggin
philotux

Re: Cross drive data reading SOLVED

Post by philotux »

These are the names of the file managers in Cinnamon, Xfce and MATE respectively.
cliffcoggin
Level 8
Level 8
Posts: 2297
Joined: Sat Sep 17, 2016 6:40 pm
Location: England

Re: Cross drive data reading SOLVED

Post by cliffcoggin »

I've seen Nemo mentioned from time to time and never realised it was the file manager. It's just called Files in Mint18.3 Cinnamon. Thanks for the explanation.
Cliff Coggin
Locked

Return to “Other topics”