How to make my USB disk readable for my home network

Hello
I have a VU+ Solo 2. I have shared the internal disk so this is okey, but how can i share my USB disk to the rest of my network.
Hope someone can help me with this
 

E_lite

Vu+ User
How i did this: need to add your usb ( check how is it mounted) in et/samba.conf

YOU need to ADD your new media like this at mine at the end -check- just rename my "card" as your mounted usb.

global]
load printers = no
guest account = root
log file = /tmp/smb.log
log level = 1
security = share
server string = Vuplus %h network services
workgroup = Vuplus
netbios name = %h
case sensitive=yes
preserve case=yes
short preserve case=yes
socket options = TCP_NODELAY
preferred master = no ;(These stop the machine being master browser, which means that it doesn't waste time there.)
oplocks = no
unix extensions = no

[Configuration]
comment = Configuration files - take care!
path = /var
wide links = yes
read only = no
public = yes
guest ok = yes

[Harddisk]
comment = The harddisk
path = /media/hdd
wide links = yes
read only = no
public = yes
guest ok = yes
[Card]
comment = The internal
path = /media/card
wide links = yes
read only = no
public = yes
guest ok = yes
 
Im quite new at this i Use Putty or telnet to do this? (What do i write to se this?)
I have for the most fooled around in the menu on the Black hole menu. I have managed to mount the hardrive but then im stuck.
 

E_lite

Vu+ User
Oh sorry mate,
need to use FTP handling program like totalcommander or filezila or whatever- ned to establish the connection, search on forum how to do this forst, then you will find etc folder, but be very very carefull what r u doing. if you new in ftp.
 
Top