Guest User

Untitled

a guest
Jul 19th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. lsblk -f
  2.  
  3. sudo mkdir /mnt/mywindowsdrive # you need to do this only once
  4. sudo mount -t ntfs /dev/sda4 /mnt/mywindowsdrive
  5.  
  6. sudo umount /mnt/mywindowsdrive
Add Comment
Please, Sign In to add comment