Thanks to visit codestin.com
Credit goes to github.com

Skip to content

uelel/kdeconnect-mount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

kdeconnect-mount

Are you having trouble with Pixel (or other Android) phones not being able to mount files via USB?

This bash script mounts the Android filesystem by using the KDE Connect utility and some CLI tools.

Tested on Arch Linux.

πŸ› οΈ Pre-requisites

Before using this script, ensure you have the following installed:

βœ… KDE Connect with kdeconnect-cli and qdbus interface
βœ… SSHFS for mounting remote file systems

⚑ Usage

./kdeconnect-mount.sh (-d <device_id> | -n <device_name>) <mount_path>

Example:

./kdeconnect-mount.sh -n "Pixel 8" /mnt/android

To unmount, use:

fusermount -u <mount_path>

πŸš€ Improvement Suggestions

Expand OS Support – Improve compatibility with more Linux distributions and Windows.

πŸ—‚οΈ Versioning

Version Date Changes
1.1.0 October 2025 Automatic detection of host and port
1.0.0 April 2025 Initial release

πŸ“ License

This project is licensed under the MIT License. Feel free to use, modify, and share!

Got ideas or want to contribute? Open an issue or submit a pull request!

Happy mounting! πŸŽ‰

About

This script mounts Android filesystem using KDE Connect utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages