LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-17-2022, 02:12 AM   #1
MrBlueBudo
LQ Newbie
 
Registered: Jan 2022
Posts: 15

Rep: Reputation: 0
Can I move files fro WineHQ to Linux drive?


I’m moving to Linux but my cloud service (sync dot com) doesn’t have a Linux app. If I install Sync in Wine, can I move the synced files to my Linux system so that I can use them without Wine?

Literally all my files are in this cloud service. Any help is appreciated. Thanks.
 
Old 04-17-2022, 06:00 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,325

Rep: Reputation: 2330Reputation: 2330Reputation: 2330Reputation: 2330Reputation: 2330Reputation: 2330Reputation: 2330Reputation: 2330Reputation: 2330Reputation: 2330Reputation: 2330
There's a Downloads directory in ~/.wine which is a symlink to /home/you/Downloads. Why not use that?
 
1 members found this post helpful.
Old 04-17-2022, 08:23 AM   #3
suramya
Member
 
Registered: Jan 2022
Location: Earth
Distribution: Debian
Posts: 249

Rep: Reputation: 102Reputation: 102
Wine usually maps the Z drive to / on most installs. If Sync saves the files on the Z drive you will be able to access it from Linux
 
1 members found this post helpful.
Old 04-17-2022, 01:24 PM   #4
MrBlueBudo
LQ Newbie
 
Registered: Jan 2022
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by suramya View Post
Wine usually maps the Z drive to / on most installs. If Sync saves the files on the Z drive you will be able to access it from Linux
Quote:
Originally Posted by business_kid View Post
There's a Downloads directory in ~/.wine which is a symlink to /home/you/Downloads. Why not use that?
Sorry or my technical ignorance but if the files in Wine are in the Z drive or downloads symlink can I move them out of Wine and to my main drive after the sync is complete? I was hoping that Wine would be a one-time workaround to get my files so I can switch to a new cloud service.

Last edited by MrBlueBudo; 04-17-2022 at 01:31 PM.
 
Old 04-17-2022, 03:53 PM   #5
suramya
Member
 
Registered: Jan 2022
Location: Earth
Distribution: Debian
Posts: 249

Rep: Reputation: 102Reputation: 102
Quote:
Originally Posted by MrBlueBudo View Post
Sorry or my technical ignorance but if the files in Wine are in the Z drive or downloads symlink can I move them out of Wine and to my main drive after the sync is complete? I was hoping that Wine would be a one-time workaround to get my files so I can switch to a new cloud service.
You don't need to 'move them out', if you have a directory called /home/suramya/MyFiles then when Wine looks at the system it will find a directory called Z:\home\suramya\MyFiles. Basically Z: is mapped to your Linux root directory (/).

All you have to do is tell sync to save the files under a directory in Z: (You need to have write permission to it) and when you go to that directory in Linux you will find the files there.

Hope that made sense.

- Suramya
 
Old 04-17-2022, 11:02 PM   #6
MrBlueBudo
LQ Newbie
 
Registered: Jan 2022
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by suramya View Post
All you have to do is tell sync to save the files under a directory in Z: (You need to have write permission to it) and when you go to that directory in Linux you will find the files there.
I think it makes sense. Seems like I can just point my new native Linux cloud service to the same location as the Wine Sync folder then it will just sync those files. The only thing I can do is try it out!

Thanks for the knowledge @suramya and @business_kid.
 
Old 04-18-2022, 07:06 PM   #7
Mike_Walsh
Member
 
Registered: Jul 2017
Location: King's Lynn, UK
Distribution: Nowt but Puppies....
Posts: 660

Rep: Reputation: 362Reputation: 362Reputation: 362Reputation: 362
Why do you think you need a Linux "app" to access your cloud host? Too many folks are conditioned to think nothing will work unless it's got "an app".....

It would help to know which "cloud service" you're using; TBH, there's no real need to muck about with WINE, since virtually all of them allow direct access via the browser these days.....unless you're using something esoteric that specifically states it's 'for Windows/Mac ONLY'?

Even then, I'd take that statement with a sack of salt. Most 'Windoze-only' stuff is amenable to running in/being accessed from Linux, if you're prepared to do a modicum of research. Linux invariably has a multitude of different methods for doing the same thing.....just in slightly different ways.

For something like this, Google IS your friend!

Mike.

Last edited by Mike_Walsh; 04-18-2022 at 07:15 PM.
 
Old 04-18-2022, 07:16 PM   #8
suramya
Member
 
Registered: Jan 2022
Location: Earth
Distribution: Debian
Posts: 249

Rep: Reputation: 102Reputation: 102
Quote:
Originally Posted by MrBlueBudo View Post
I think it makes sense. Seems like I can just point my new native Linux cloud service to the same location as the Wine Sync folder then it will just sync those files. The only thing I can do is try it out!

Thanks for the knowledge @suramya and @business_kid.
You are welcome. Since you issue is resolved, can you please mark the thread as solved? (https://www.linuxquestions.org/quest...-solved-37593/)
 
Old 04-18-2022, 07:22 PM   #9
Mike_Walsh
Member
 
Registered: Jul 2017
Location: King's Lynn, UK
Distribution: Nowt but Puppies....
Posts: 660

Rep: Reputation: 362Reputation: 362Reputation: 362Reputation: 362
Quote:
Originally Posted by suramya View Post
You are welcome. Since you issue is resolved, can you please mark the thread as solved? (https://www.linuxquestions.org/quest...-solved-37593/)
How do you know the issue is resolved? The OP hasn't even reported back on this yet. Doesn't help to "jump the gun" TOO quickly..!


Mike.

Last edited by Mike_Walsh; 04-18-2022 at 07:23 PM.
 
Old 04-18-2022, 08:54 PM   #10
MrBlueBudo
LQ Newbie
 
Registered: Jan 2022
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Mike_Walsh View Post
Why do you think you need a Linux "app" to access your cloud host? Too many folks are conditioned to think nothing will work unless it's got "an app".....

It would help to know which "cloud service" you're using; TBH, there's no real need to muck about with WINE, since virtually all of them allow direct access via the browser these days.....unless you're using something esoteric that specifically states it's 'for Windows/Mac ONLY'?

Even then, I'd take that statement with a sack of salt. Most 'Windoze-only' stuff is amenable to running in/being accessed from Linux, if you're prepared to do a modicum of research. Linux invariably has a multitude of different methods for doing the same thing.....just in slightly different ways.

For something like this, Google IS your friend!

Mike.
I’m currently using Sync.com on a mac. I would have liked to stay with them but they have no Linux app. They’re the ones who suggested Wine. A strictly web-based approach won’t work for me. Literally all my files are in there, including my 20,000+ music files, which so web access is not sufficient. I need the files on my local drive and also occasionally access them on the web.

I may try it with Wine for a bit and see how it works. Maybe I don’t need to switch after all. Thanks!
 
Old 04-18-2022, 09:05 PM   #11
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Quote:
Originally Posted by MrBlueBudo View Post
I’m currently using Sync.com on a mac. I would have liked to stay with them but they have no Linux app. They’re the ones who suggested Wine. A strictly web-based approach won’t work for me. Literally all my files are in there, including my 20,000+ music files, which so web access is not sufficient. I need the files on my local drive and also occasionally access them on the web.

I may try it with Wine for a bit and see how it works. Maybe I don’t need to switch after all. Thanks!
There are several approaches to downloading files from the cloud host to your local drive. Many methods can do the transfer recursively so you can start it and just wait for the finish.

One very flexible way to access media on your local host from the internet is using something such as plexmediaserver which can allow you to have everything local and yet access it remotely without ever needing to use a cloud based service. I have ~30,000 media files, including over 1000 mkv videos I share with myself when traveling by using plex.

Using an approach like that will eliminate the need for Wine and for the cloud host.
 
Old 04-18-2022, 09:14 PM   #12
MrBlueBudo
LQ Newbie
 
Registered: Jan 2022
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by computersavvy View Post
Using an approach like that will eliminate the need for Wine and for the cloud host.
So where would the files be if not on my local drive or in a cloud server? I don’t necessarily need to access them remotely. I listen to them locally and also currently sync the files to my iPhone. At some point I hope to get a Linux or de-Googled phone and sync to that but I plan to cross that bridge when I trip over it.

I’ve been an Apple user since the 80s with some Windows experience here and there. This deAppling thing will take some time and getting used to.
 
Old 04-19-2022, 09:57 AM   #13
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
If using something like plexmediaserver the files reside on your local drive and can be streamed to almost anywhere. They would not even need to be synced onto the phone since they could be streamed locally via wifi as well as remotely. If you were going to be in a location where you did not have wifi access then the files you were using for that time would need to be on the phone but otherwise not.

Last edited by computersavvy; 04-19-2022 at 10:00 AM.
 
Old 04-19-2022, 01:43 PM   #14
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by MrBlueBudo View Post
This deAppling thing will take some time and getting used to.
Well the first step should certainly be to get your files back onto your hardware where you hold the tools to access them.
Then, rip out the drip feed that probably calls itself iCloud.
 
Old 04-19-2022, 08:37 PM   #15
Mike_Walsh
Member
 
Registered: Jul 2017
Location: King's Lynn, UK
Distribution: Nowt but Puppies....
Posts: 660

Rep: Reputation: 362Reputation: 362Reputation: 362Reputation: 362
Quote:
Originally Posted by MrBlueBudo View Post
I’ve been an Apple user since the 80s with some Windows experience here and there. This deAppling thing will take some time and getting used to.
.....which is approximately the time when I gave up on Apple as a waste of time, after struggling mightily with an extremely balky Apple Lisa for several months....

Horses for courses, I guess. If ya like 'em, fair play to you. They're not for me, though (too "locked-down" for my liking, as well as being SO far out of my price-range nowadays that it's frankly ridiculous).

I'm not keen on Crapple's "walled-garden" approach, either.


Mike.

Last edited by Mike_Walsh; 04-19-2022 at 08:40 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: WineHQ, Malware in Ubuntu Snap Store, Linux Kernel 4.17, Hardware Security Updates to Android, PGP and S/MIME Vulnerabilities LXer Syndicated Linux News 0 05-15-2018 03:51 AM
Is WineHQ compatible with Linux Ultimate Edition 3.0? samanthab28 Linux - Newbie 3 04-16-2012 07:30 PM
LXer: WineHQ database compromise - One More Linux Project Fail LXer Syndicated Linux News 1 10-13-2011 05:44 AM
using shell command can i delete from linenumber a(say 5) to lineNumber b(say 19) fro mech123 Linux - Newbie 1 06-10-2010 04:09 AM
which to install, wine from winehq or what version?? @n!e Linux - Software 0 08-04-2003 06:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration