1. Open file /usr/share/cinnamon/js/ui/placesManager.js in any file editor
2. Replace
isRemovable: function() {
return this._mount.can_eject();
}
with
sRemovable: function() {
return (this._mount.can_eject() || this._mount.can_unmount());
}
3. Restart computer