View Single Post
  #4   (View Single Post)  
Old 2nd December 2016
Ondrej Ondrej is offline
New User
 
Join Date: Dec 2016
Posts: 4
Default

i have one more question, how can i write something to mounted partition?
if i type command:
Code:
#mount -t ntfs  -o rw /dev/sd0b /media/usb
and than try
Code:
#mkdir /media/usb/folder
i get "mkdir: /media/usb/folder: No such file or directory"

Last edited by ocicat; 2nd December 2016 at 04:14 PM. Reason: Please use [code] & [/code] tags. HTML tags do not work here.
Reply With Quote