DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2014-08-14 18:58:27

dan_miles86
New member
Registered: 2014-08-14
Posts: 1

DNS320LW Mount USB

Hi all,

Is there any way to make the DNS320 treat the USB disk like an internal one?

I just want to use it to create additional shares?

Thanks

Offline

 

#2 2014-08-24 18:36:58

laszloj
New member
Registered: 2014-07-29
Posts: 2

Re: DNS320LW Mount USB

Hey,

If you did not already mount your USB disk, do this:

Code:

mkdir /mnt/usbdisk
mount /dev/sdb1 /mnt/usbdisk

If it has additional partitions, you can mount them the same way, e.g.

Code:

mkdir /mnt/usbdisk2
mount /dev/sdb2 /mnt/usbdisk2

To create shares, edit /etc/samba/smb.conf, and add these lines to the end:

Code:

[EXT_1]
comment = External USB drive
path = /mnt/usbdisk
valid users =
read only = no
guest ok = yes

And finally, run this command:

Code:

smb restart

source - visit for more options and examples: http://dns323.kood.org/howto:external_d … cit_export
(you do not need the kernel module for DNS-320L/LW)

Last edited by laszloj (2014-08-24 18:45:23)

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB