Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » [SOLVED] Accessing files on NAS network drive from Linux(Is it possible to access NAS from Linux using SWT?)
icon5.gif  [SOLVED] Accessing files on NAS network drive from Linux [message #663518] Tue, 05 April 2011 13:25 Go to next message
Albert Pikus is currently offline Albert PikusFriend
Messages: 70
Registered: October 2009
Member
Hi,

I wonder if it's possible to access files on NTFS network drive from SWT application running on Linux. I'm using Ubuntu 10.04 and when I browse files using Nautilus, "Network" folder and NAS drive inside it can be seen and files can be manipulated from my Linux box.

But when I try to manipulate files on NAS from my SWT application, using FileDialog, folder "Network" can't be seen at all. Is there any way I could access those files using SWT FileDialog?


Best regards,

Albert

[Updated on: Thu, 07 April 2011 09:28]

Report message to a moderator

Re: Accessing files on NAS network drive from Linux [message #663616 is a reply to message #663518] Tue, 05 April 2011 21:13 Go to previous messageGo to next message
Fabian Bernhard is currently offline Fabian BernhardFriend
Messages: 4
Registered: April 2011
Junior Member
The "Network" folder in Nautilus is not a real folder but rather a shortcut to where your NAS is actually mounted.

Most probably the network drive is mounted in /mnt or /media/*. Try to look there for your files. To find the exact mount point of your network drive, type "mount" in a console. It will list you all mounted drives.
Re: Accessing files on NAS network drive from Linux [message #664041 is a reply to message #663616] Thu, 07 April 2011 09:25 Go to previous message
Albert Pikus is currently offline Albert PikusFriend
Messages: 70
Registered: October 2009
Member
Hi,

thank you for your answer. Yes, you are right, once the NAS share is mounted to some directory, my SWT application can access files from there.


Best regards,

Albert
Previous Topic:File Save Dialog - No Directory content is shown
Next Topic:[Nebula] Collapsible Buttons don't collapse, won't fill with data
Goto Forum:
  


Current Time: Sat Apr 27 01:56:47 GMT 2024

Powered by FUDForum. Page generated in 0.02872 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top