everthewatcher
Forum Supporter
Had this problem back here.Possibly the issue is with the Windows machine: https://web.archive.org/web/2015081...09/03/windows-7-nonpaged-pool-srv-error-2017/

Had this problem back here.Possibly the issue is with the Windows machine: https://web.archive.org/web/2015081...09/03/windows-7-nonpaged-pool-srv-error-2017/
Don't you think that would be more appropriately asked in the Samba 3 thread, where the people who know might see the question?Where can I find the samba 3 package, it's not on the package lists (advanced)?
mkdir /mnt/hd2/nas
chmod 755 /mnt/hd2/nas
a. mount -t cifs //[IP address]/downloads /mnt/hd2/nas -o vers=1.0,user="[username]",password="[password]"
b. mount -t cifs //[IP address]/downloads /mnt/hd2/nas -o vers=1.0,username="[username]",password="[password]"
smbclient -L //[IP address] -U [username]
Samba and cifs are different things. One is connections in, the other is connections out.I don't have the beta samba package installed yet, just the cifs package in the standard repository.
You might wish to review the info. in this post and apply it: https://hummy.tv/forum/posts/109528a. mount -t cifs //[IP address]/downloads /mnt/hd2/nas -o vers=1.0,user="[username]",password="[password]" b. mount -t cifs //[IP address]/downloads /mnt/hd2/nas -o vers=1.0,username="[username]",password="[password]"
No. See above. That would violate package rules in any case.Does the Samba 3 package include an updated cifs client?
mount -t cifs //192.168.0.nnn/Video "/media/My Video/MediaShare" -o username=xxxxx,password=xxxxx,unc=\\\\192.168.0.nnn\\Video
mount -t cifs //192.168.x.x/video "/media/My Video/Synology" -o username=xxxx,password=xxxx,unc=\\\\192.168.x.x\\video
--rbind mount option in /mod/sbin/scanmounts:...
# set up links to where we can get at the settings folder (a bit messy due to HDR / HD differences)
mounted=$(mount | grep "\[ModSettings\]")
if [ ! "$mounted" ]; then
if [ -d "/media/My Video/[ModSettings]" ]; then # HDR - add link to settings
- mount /mod/settings "/media/My Video/[ModSettings]"
+ mount --rbind /mod/settings "/media/My Video/[ModSettings]"
elif [ -d "/media/drive1/[ModSettings]" ]; then # HD put [Modsettings] on root and add link to settings
- mount /mod/settings "/media/drive1/[ModSettings]"
+ mount --rbind /mod/settings "/media/drive1/[ModSettings]"
fi
fi
...
.../Video; 13k files in /mod)df -h /dev/sda1Filesystem Size Used Available Use% Mounted on
/dev/sda1 58.0G 3.7G 51.4G 7% /media/drive1
As this is only a HD-FOX thing, the potential candidates would have been few.Did this only appear in CF3.1x and not for any of the posters in the previous 37 pages?
The answer is the Humax reported figures are indeed double, but it is working like that.This leaves a mystery why my HD-FOX is working with a 250GB SSD and NSA installed.