Matt to Linux · edit-22 days agoTell one thing that you miss after switching from another OS to Linux.message-squaremessage-square412fedilinkarrow-up1208arrow-down18file-text
arrow-up1200arrow-down1message-squareTell one thing that you miss after switching from another OS to Linux.Matt to Linux · edit-22 days agomessage-square412fedilinkfile-text
minus-squareImnebuddylinkfedilinkEnglisharrow-up2·edit-214 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-up1·49 minutes agoOur just run sync, which isn’t as completely foolproof, but is easy.
minus-squareWereCat@lemmy.worldlinkfedilinkarrow-up2·9 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