I was already mounting my Windows users profile directory, so I just placed the NTFS folder within Documents/usbDrive, and I can now access the USB hard drive whenever I plug it in. Nice!
/etc/rc.local:
mount -t smbfs -o credentials=/etc/smbpasswd,iocharset=iso8859-1,uid=1001,gid=1001 //192.168.11.1/myuser /home/myuser/win
No comments:
Post a Comment