Matt@lemmy.ml to Linux@lemmy.ml · edit-21 year agoTell one thing that you miss after switching from another OS to Linux.message-squaremessage-square445fedilinkarrow-up1215arrow-down18file-text
arrow-up1207arrow-down1message-squareTell one thing that you miss after switching from another OS to Linux.Matt@lemmy.ml to Linux@lemmy.ml · edit-21 year agomessage-square445fedilinkfile-text
minus-squareImnebuddy@lemmy.mllinkfedilinkEnglisharrow-up2·edit-21 year 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-squareWereCat@lemmy.worldlinkfedilinkarrow-up2·1 year agoI’ll give that a try next time I’ll need to copy something, thanks
minus-squaresping@lemmy.sdf.orglinkfedilinkEnglisharrow-up2·1 year 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.