View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#34
Originally Posted by youbecha View Post
I am assuming this isn't an auto-mount like I have gotten used to in Ubuntu?
That's right. The N8x0 doesn't connect to the network upon boot like most Linux distributions, so you can't mount network shares on boot. Theoretically, you should be able to put your mount statements into /etc/fstab as "no auto" and then mount them once you connect to the network, but I can't test that since "regular" mount doesn't work for me.

Originally Posted by youbecha View Post
Will this mod change how File-manager sees the non-password protected shares?
No, the File Manager does its own thing. The mounted shares, if placed in folders that the File Manager can see, will show as regular folders in the File Manager, but everything else should function as before.

Originally Posted by sashabe View Post
Is there a way to symlink Windows-shared network folders on tablet? I tried these variants:
ln -s \\Wl500g.premium\part0\folder\
or
ln -s smb://guest@192.168.0.1/
...but they don't work.
Mounting a network share to a folder is already kind of like a symlink, in that it is a remote share appearing as a local folder. In your examples, it looks like you are trying to use "ln -s" as a kind of mount command.