Unable to add remote files to share

Bug #382592 reported by Steven Sheehy
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LinuxDC++
Fix Released
Low
Steven Sheehy

Bug Description

Hello!

I just installed linuxdc++ the problem is that I can't share files that are in my network.
This I was able to do in the regular dc++.

When I click on sharing, I can't find the network icon so I can add folders there from. Is there any solution to this?

Thanks

Tags: preferences ui

Related branches

Changed in linuxdcpp:
assignee: nobody → Steven Sheehy (steven-sheehy)
importance: Undecided → Low
milestone: none → 1.1.0
status: New → Confirmed
Revision history for this message
lys (lys) wrote :

share the files & folders on another pc using windows sharing of folders or samba or nfs-utils in linux add them to fstab to b auto mounted browse your pc and add the connected hard drives

example on local pc for connecting to remote nfs shares :

cat /etc/fstab
# --[ Lan filesystems ]--
192.168.0.1:/mnt/hda2/linux /mnt/linux nfs auto,user,noexec,defaults,soft,intr,rsize=8192,wsize=8192,actimeo=0,async,nfsvers=3,bg,tcp 0 0
on the share side thats :

cat /etc/exports
/mnt/hda2/linux *(rw,no_subtree_check,sync,no_root_squash)

Changed in linuxdcpp:
status: Confirmed → Fix Committed
Changed in linuxdcpp:
status: Fix Committed → Fix Released
tags: added: preferences ui
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.