Mattcake to Linux@lemmy.ml • edit-24 months agoTell one thing that you miss after switching from another OS to Linux.message-square455fedilinkarrow-up1217arrow-down18file-text
arrow-up1209arrow-down1message-squareTell one thing that you miss after switching from another OS to Linux.Mattcake to Linux@lemmy.ml • edit-24 months agomessage-square455fedilinkfile-text
minus-squareImnebuddylinkfedilinkEnglish2•edit-24 months 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@WereCat@lemmy.worldlinkfedilink2•4 months agoI’ll give that a try next time I’ll need to copy something, thanks
minus-square@sping@lemmy.sdf.orglinkfedilinkEnglish2•4 months 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.