Member nitrocrzy had problems mounting a NAS on his Dreambox.
This solution worked for him:
root@dreambox:~> smbmount //reb_disk/movies /mnt/hdd
Added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0
startlmhosts: Can't open lmhosts file /lib/lmhosts. Error was No such file or directory
security=share
smb: \> mount /hdd
root@dreambox:~> df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/root 3968 3968 0 100% /
/dev/mtdblock/1 2816 1508 1308 54% /var
//REB_DISK/MOVIES 292945920 32768 292913152 0% /var/mnt/hdd
root@dreambox:~> Quick explanation: smbmount //reb_disk/movies /mnt/hdd
replace
//reb_disk/movies with your NAS shared folder name and you may need to replace
/mnt/hdd with your local mount point name.
df
This is a linux command that reporst how much free disk space is available for each mount you have.
Return to the Index