I can read the content on my PC but cannot write, I get “Access is denied”.
I have auto mount installed and enabled.
I connect an external drive that is formatted to NTFS and has data already on it that I want to share on the network.
It auto mounts to /media.
I use Samba to share the content..
$this->bbcode_second_pass_code('', '[public]
path = /media/My_Book/
public = yes
only guest = yes
writable = yes
printable = no ')
Info from mount command..
$this->bbcode_second_pass_code('', '[root@alarm media]# mount
/dev/root on / type ext2 (rw,relatime,errors=continue)
devtmpfs on /dev type devtmpfs (rw,relatime,size=126652k,nr_inodes=31663,mode=755)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
shm on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
/dev/sdb1 on /media/My_Book type fuseblk (rw,nosuid,nodev,noatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)')
Any help would be appreciated..
