Voce sabia que é possivel montar seu disco virtual do 4Shared no seu Linux?
Em teoria qualquer sistema de armazenamento de dados online que utilize o WebDAV (Web Distributed Authoring and Versioning). Então é possível montar o seu Google Drive, Box.com, etc.
Primeiramente instale o pacote necessário:
$ sudo apt-get install davfs2
Crie um ponto de montagem, eu escolhi coloca-lo em /mnt, mas vc pode colocar no /tmp por exemplo.
$ sudo mkdir /mnt/forshared $ sudo chmod 777 /mnt/forshared
Execute o comando para montar o filesystem:
$ sudo mount -t davfs https://webdav.4shared.com/ /mnt/forshared Please enter the username to authenticate with server https://webdav.4shared.com/ or hit enter for none. Username: youruser@yourmail.com Please enter the password to authenticate user youruser@yourmail.com with server https://webdav.4shared.com/ or hit enter for none. Password: /sbin/mount.davfs: warning: the server does not support locks