Questions tagged [shared-drive]

22 questions
0
votes
1 answer

Windows application update from a shared drive - Visual Studio Publish

I would like my application to look for update from a shared drive. So if a new version is published to a shared drive, all users get an update message when they start the application. I am using visual studio publish feature. It ask for…
0
votes
1 answer

How to access shared drive from internet - openmediavault

I am using OpenMediaVault for NAS management installed on Raspberry Pi. I am able to access my shared drive on my network. I would like to access it from the internet. I have static IP connection and have done the port forwarding. I am able to…
Darshil
  • 55
  • 1
  • 7
0
votes
0 answers

Geopandas - read_file() function VERY slow through shared network. How to run application without reading in files through shared network

My query is regarding the speed of implementing the read_file() or from_file() function in Geopandas. The program I created needs to read in files of around 900,000 rows. When I specify the path within my own PC, it takes around 3 minutes. Through…
Tickets2Moontown
  • 117
  • 1
  • 10
0
votes
1 answer

How to make my python code that is hosted in PCF to read excel file from network shared drive

I could able to read excel that is there in the network shared drive when i run python code in my local, but when i try to do the same in PCF, it is throwing error like "No such file or directory", what should i do to make my code to read excel in…
Vignesh K
  • 2,879
  • 2
  • 6
  • 6
0
votes
1 answer

Listing all shared drives from Google drive

I am trying to list all shared drives from googledrive using List drive java method. this is my code. public static void getDriveId(String folderName, String oauthToken) throws Exception { DriveList list ; String pageToken =…
Daniel
  • 79
  • 1
  • 10
-1
votes
1 answer

Automatic Syncing between two Google Drive Shared Drives

Question: I have two Google Shared Drives (Team Drives), let's say Movies and MoviesBackup. I need to backup whatever I upload to Movies into MoviesBackup. For this, I need an unidirectional sync from Movies to MoviesBackup, once daily. What I have…
-1
votes
2 answers

Is it possible to have Postgres (13 on CentOS 8) data directory on a shared drive with oracle VBOX (6.1 on Windows 10)?

A) Mounted a Virtualbox directory with the required ownership and permissions: ls-l /var: drwx------. 1 postgres postgres 4096 Aug 20 12:43 pgshared (and /var/pgshared/data directory has been created with exactly same permission) B) Changed PGDATA…
1
2