Matt@lemmy.ml to Linux@lemmy.ml · edit-23 days agoTell one thing that you miss after switching from another OS to Linux.message-squaremessage-square144fedilinkarrow-up17arrow-down10file-text
arrow-up17arrow-down1message-squareTell one thing that you miss after switching from another OS to Linux.Matt@lemmy.ml to Linux@lemmy.ml · edit-23 days agomessage-square144fedilinkfile-text
minus-squareImnebuddy@lemmy.mllinkfedilinkEnglisharrow-up0·edit-224 hours 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-squaresping@lemmy.sdf.orglinkfedilinkEnglisharrow-up2·11 hours agoOur just run sync, which isn’t as completely foolproof, but is easy.
minus-squareWereCat@lemmy.worldlinkfedilinkarrow-up1·19 hours 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