Matt to [email protected] • edit-21 month agoTell one thing that you miss after switching from another OS to Linux.message-square438fedilinkarrow-up1208arrow-down111file-text
arrow-up1197arrow-down1message-squareTell one thing that you miss after switching from another OS to Linux.Matt to [email protected] • edit-21 month agomessage-square438fedilinkfile-text
minus-squareImnebuddylinkfedilinkEnglish2•edit-21 month agoI run udisksctl unmount -b /dev/sdX# in the terminal. When it completes, it means the files have finished copying and the partition was unmounted.
minus-square@WereCatlink2•1 month agoI’ll give that a try next time I’ll need to copy something, thanks
minus-square@[email protected]linkfedilinkEnglish2•1 month agoOur just run sync, which isn’t as completely foolproof, but is easy.
I run
udisksctl unmount -b /dev/sdX#
in the terminal. When it completes, it means the files have finished copying and the partition was unmounted.I’ll give that a try next time I’ll need to copy something, thanks
Our just run
sync
, which isn’t as completely foolproof, but is easy.