Difference between revisions of "How to mount Windows (NTFS) filesystem due to hibernation"

m
add template UserCmd
m (add template UserCmd and BoxSuccess)
m (add template UserCmd)
Line 51: Line 51:


<!--T:13-->
<!--T:13-->
'''ls /media'''
{{UserCmd|command=ls /media}}


<!--T:14-->
<!--T:14-->
Line 57: Line 57:


<!--T:15-->
<!--T:15-->
'''sudo mkdir /media/windows'''
{{UserCmd|command=sudo mkdir /media/windows}}


<!--T:16-->
<!--T:16-->
Line 63: Line 63:


<!--T:17-->
<!--T:17-->
'''mount -t ntfs-3g -o ro /dev/sda3 /media/windows'''
{{UserCmd|command=mount -t ntfs-3g -o ro /dev/sda3 /media/windows}}


<!--T:18-->
<!--T:18-->
translator
10,713

edits