Matt to Linux@lemmy.ml • edit-25 months agoTell one thing that you miss after switching from another OS to Linux.message-square430fedilinkarrow-up1207arrow-down18file-text
arrow-up1199arrow-down1message-squareTell one thing that you miss after switching from another OS to Linux.Matt to Linux@lemmy.ml • edit-25 months agomessage-square430fedilinkfile-text
minus-squareImnebuddylinkfedilinkEnglish2•edit-25 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@sping@lemmy.sdf.orglinkfedilinkEnglish2•5 months agoOur just run sync, which isn’t as completely foolproof, but is easy.
minus-square@WereCat@lemmy.worldlinkfedilink2•5 months agoI’ll give that a try next time I’ll need to copy something, thanks
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.Our just run
sync
, which isn’t as completely foolproof, but is easy.I’ll give that a try next time I’ll need to copy something, thanks