Hello all,
I am rather new to use Debian and I just installed qbittorent. I have it installed on raspbian. I want to have to torrent I download save to a windows home server? Is this possible? If so can someone tell me the steps to complete it?
Save to windows server from Debian?
Re: Save to windows server from Debian?
Mount the Windows share and point qBT's save locations there.
http://www.cyberciti.biz/tips/how-to-mo ... linux.html
http://www.cyberciti.biz/tips/how-to-mo ... linux.html
Re: Save to windows server from Debian?
Thanks. I am now able to see all the folders doing that. But when I try to save a file to it I get the message permission denied. Any clue how to allow me to write to it?
Re: Save to windows server from Debian?
Set the Windows permissions on the share name to read/write as it defaults to read only access
http://www.howtogeek.com/72718/how-to-u ... rmissions/
http://www.howtogeek.com/72718/how-to-u ... rmissions/
Re: Save to windows server from Debian?
I have set the permissions on Windows home server. I keep getting the error : Permission denied when I try to save a file from qbittorent installed on Rasbian to the Home Server. I ran the mount command and this is the output.
/dev/root on / type ext4 (rw,noatime,data=ordered)
devtmpfs on /dev type devtmpfs (rw,relatime,size=215824k,nr_inodes=53956,mode=755)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=44820k,mode=755)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=89620k)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
/dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
//HOMESERVER/i/ServerFolders on /mnt/Server type cifs (rw,relatime,vers=1.0,sec=ntlmssp,cache=strict,username=Pi,domain=HOMESERVER,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.1.164,file_mode=0755,dir_mode=0755,nounix,serverino,rsize=61440,wsize=65536,actimeo=1)
pi@raspberrypi / $
/dev/root on / type ext4 (rw,noatime,data=ordered)
devtmpfs on /dev type devtmpfs (rw,relatime,size=215824k,nr_inodes=53956,mode=755)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=44820k,mode=755)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=89620k)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
/dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
//HOMESERVER/i/ServerFolders on /mnt/Server type cifs (rw,relatime,vers=1.0,sec=ntlmssp,cache=strict,username=Pi,domain=HOMESERVER,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.1.164,file_mode=0755,dir_mode=0755,nounix,serverino,rsize=61440,wsize=65536,actimeo=1)
pi@raspberrypi / $
Re: Save to windows server from Debian?
Does the "Everyone" group have 'Write' permissions in the NTFS ACL?