Mounting a filesystem does not check for name conflicts. For example, if there's a file or directory named /sd, you can still mount an SD card as sd. os.listdir('/') then shows two instances of sd`, and the filesystem can become corrupted easily.
Thanks @deshipu for passing this on from a user.
Mounting a filesystem does not check for name conflicts. For example, if there's a file or directory named
/sd, you can still mount an SD card assd.os.listdir('/') then shows two instances ofsd`, and the filesystem can become corrupted easily.Thanks @deshipu for passing this on from a user.