Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Are there any ways to transfer data without wifi or cloud based services from my Ubuntu Desktop PC to my Nexus 7 (tablet) which is running Ubuntu and NOT Android. Or is there any other solution to this problem, besides using memory unit and OTG-cable?

Is there a way to mount the tablet when it is connected via cable?

share|improve this question
for sftp, you need a ftp server in your tablet. But again you need to connect to the server somehow, by cable or by wi-fi (not internet). You need a physical connection. instead sftp, you can use samba share also. – Web-E Jan 8 at 11:11
I made the question more precise. Need a physical connection via cable. – silentrunner Jan 8 at 12:24

1 Answer

Never used Ubuntu on an ARM processor, congrats! Does the Nexus 7 have the option of mounting without MTP? Haven't been able to connect my Galaxy Nexus phone to Ubuntu since Jelly Bean rolled out...

Mind you there are still a number of options. I know you don't want a cloud based service such as Ubuntu One or Dropbox, but that's probably still the best option if it's just a handful of files. Though still "over wifi", I'd recommend sharing a folder, drive or partition via Samba. It's not "on the cloud", it's on one of your machines. To enable sharing a folder outside your home directory, run gksu gedit /etc/samba/smb.conf and then add

# Allow sharing of any partition

usershare owner only = False

Also you might need a password for Samba (even if you don't need it, it's a good idea). Run sudo smbpasswd -a user (replace user with your user name) and set a password.

Actually, full instructions here.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.