Sentaroh / SMBSync2

This application performs file synchronization between an Android device and a PC/NAS via wireless LAN using SMB v1/v2/v3 protocol.
MIT License
254 stars 48 forks source link

USB Drive on Tab S6 Lite #240

Open JDTobi opened 3 years ago

JDTobi commented 3 years ago

I wan to mirror my personal data on a USB Thumb Drive, which is directly connected. In the SMBSync2 App the USB Drive does not appear. In Samsung File Manager it does. I did some research an it seems that my Samsung Tab S6 Lite does not have USB Host Mode. Could that be the problem? Is the any workaround so the drive shows up. I also read about that UUID thing, but how do i find out that ID?

Best regards

Sentaroh commented 3 years ago

Hi,

SMBSync2 requires that the USB OTG drive be mounted in /storage/xxxx-xxxx in order to use the USB OTG drive due to the design of the application. image Please check the contents displayed in "Menu->System Info".

You may be able to use the following method, but it is not an official method and there is a risk of data loss, so please make a backup before you try it.

Best regards.

JDTobi commented 3 years ago

Thanks for the quick answer. My USB drive is not mounted in /storage and i cant force it, i'm getting this error: IMG_20210527_211718

Sentaroh commented 3 years ago

Hi,

You need root privileges to execute SM commands in Terminal emulator. Do you have root privileges on your device?

If your device is not rooted, you need to execute SM command from PC.

  1. Install SDK Platform-Tools https://developer.android.com/studio/releases/platform-tools
  2. Install USB device driver for your device. https://developer.android.com/studio/run/win-usb
  3. Enable USB debug https://developer.android.com/studio/command-line/adb#Enabling

Best regards.