aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMule and ethernet disk  (Read 1464 times)

belvi

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
aMule and ethernet disk
« on: June 19, 2007, 01:44:51 PM »

Hi, I'd like to have the incoming folder in my pc win's  shared folder (mounted on the desktop), but I can't do that....
my OS is Ubuntu 7.04 (aMule 2.1.3) and  I write in the textbox in the "Preferences->Directory->downloaded files directory" the string "smb://pcwin/Documenti/Incoming" but this doesn't work...
aMule says that  it can't create the incoming folder in that location
what can I do?

in the future I'd like to buy an ethernet disk, but if with aMule is not possible saving the downloaded files in a ethernet storage I will not buy it...

sorry for my english
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: aMule and ethernet disk
« Reply #1 on: June 19, 2007, 03:39:06 PM »

You first have to properly mount the folder to your local file system, then you can use it in aMule as well.

(something like mount -t smbfs //server/share /mnt/smb -o username=user,password=pw)
Logged

lfroen

  • Guest
Re: aMule and ethernet disk
« Reply #2 on: June 19, 2007, 03:44:28 PM »

Quote
smb://pcwin/Documenti/Incoming

This is not directory path. This is kind URL-like path, which GNOME/KDE use to address smb resources. IMHO, wx can't access such paths.
There's however, workaround for the issue. If you own Ethernet disk, which is constantly online, you can mount it thru /etc/fstab to real filesystem path and then use at aMule.
Logged