Hello,
I like to access the USB drive connected to my ASUS RT-AC66U. I have enable Samba share on the router with proper settings such that I can access the drive via a Win 7 computer.
When I tried to access the same share with the below, I got permission denied,
I check the system log on the rounter and it shows
The drive is EXT3 formatted.
Any suggestions?
I have another questions: does the drive have to be EXT3 formated? Can it be NTFS for using Samba?
I like to access the USB drive connected to my ASUS RT-AC66U. I have enable Samba share on the router with proper settings such that I can access the drive via a Win 7 computer.
When I tried to access the same share with the below, I got permission denied,
Code:
pi@raspberrypi ~ $ sudo mount -t cifs //192.168.1.1/samba -o username=xxxxxx,password=xxxxxx /mnt/mt1
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
I check the system log on the rounter and it shows
Code:
Jan 21 11:40:45 smbd[984]: [2014/01/21 11:40:45, 0] smbd/sesssetup.c:reply_sesssetup_and_X(1265)
Jan 21 11:40:45 smbd[984]: reply_sesssetup_and_X: Rejecting attempt at SPNEGO session setup when it was not negoitiated.
The drive is EXT3 formatted.
Any suggestions?
I have another questions: does the drive have to be EXT3 formated? Can it be NTFS for using Samba?