To manually mount it, do this:
sudo mount /dev/sdb1 /media
Once you've mounted it this way, it should show up in Dolphin immediately under /media. Try a file transfer and see if it's faster. You can see what mount options are set by typing:
mount |grep sdb
To test the cable, just find another one and swap it.
to manually unmount:
sudo umount /dev/sdb1
sudo mount /dev/sdb1 /media
Once you've mounted it this way, it should show up in Dolphin immediately under /media. Try a file transfer and see if it's faster. You can see what mount options are set by typing:
mount |grep sdb
To test the cable, just find another one and swap it.
to manually unmount:
sudo umount /dev/sdb1
Comment