CIFS mount SMB into a folder results in "no such device" error on Android 10 Lineageos 17.1 and stock Google Pixel
2
votes
0
answers
939
views
I've tried these commands with root access
mount -t fifs //192.168.62.118/xyz -o username=user,password=pw /mnt/sdcard/xyz
mount -t cifs //192.168.62.118/xyz -o username=user,password=pw /mnt/sdcard/xyz
mount iocharset=utf8 -t cifs -o username=user,password=pw,rw,noperm,iocharset=utf8 //192.168.62.118/xyz /mnt/sdcard/xyz
mount -o username=user,password=pw,nodfs,rw,iocharset=utf8,noperm,dir_mode=0777,file_mode=0777 -t cifs //192.168.62.118/xyz /storage/self/primary/xyz
all of them results in "no such device". Googling around, it seems its due to the kernel not supporting CIFS. But this also happen in LineageOS 17.1 where other people reports able to mount cifs, albeit on a different device.
WHat I could do to get cifs smb mount working?
Asked by orangpelupa
(31 rep)
Jun 18, 2021, 03:27 PM
Last activity: Aug 26, 2021, 06:05 PM
Last activity: Aug 26, 2021, 06:05 PM