I have an ntfs disk and am trying to mount it.
I have installed the ntfs-3g and while trying to mkdir ntfs in /mnt
sudo mkdir -p /mnt/ntfs
I get the error
mkdir: cannot create directory ‘/mnt/ntfs’: Input/output error
How do I resolve this error?
I have an ntfs disk and am trying to mount it.
I have installed the ntfs-3g and while trying to mkdir ntfs in /mnt
sudo mkdir -p /mnt/ntfs
I get the error
mkdir: cannot create directory ‘/mnt/ntfs’: Input/output error
How do I resolve this error?