Closed pi-dal closed 3 years ago
Hi @pi-dal ,
It seems that I cannot reproduce your issue on my Raspberry pi 4 nor my PC. I guess this might be a specific problem regarding the setup you are using. The following are a few directions you can take a look to resolve the issue yourself.
sudo chmod 775 /media/pi-dal-arozos
)sudo
and see if the problem is solved. If yes, that means there are some permission settings that is invalid in your system. $1
for the disk ID. Although I have tested this ID should not bring any issues, it is still recommended to use ASCII only name in the disk ID. Here is my attempt to reproduce your issue, which works completely fine:
Let me know if you have been able to solve your issue. Thank you for your issue report :)
Hi, @tobychui ,
I tried to rule out what you said about 1,3,4. But I found it didn't work. I'm trying to check the power problem of the mobile hard disk. Do you have any good way?
Thank you
Hi @pi-dal ,
I think you can try a few more things.
ls /media/pi-dal-arozos
? Does it shows I/O error?)
sudo fdisk /dev/sda
Press p (list all partition) Press d x 4 (Delete /sda1 to /sda4) Press n (Create new partition, use default settings) Press w (Write and finish)
sudo mkfs.ext4 /dev/sda1
I found in the backend of Raspberry Pi that its folder doesn't exist and when I created it and gave permission, it started working. If you have the same problem, try my method.
Describe the bug I tried using a mobile hard drive on raspberry pi 4B, but file manager has been loading.
To Reproduce Steps to reproduce the behavior:
Expected behavior I hope I can freely access and write to my mobile hard disk on arozos
Screenshots
Host Information(please complete the following information):
Client Information(please complete the following information):
Additional context I like arozos this great project very much. Thank tobychui and those who came to help me