i dont have a link it was a random from google search the code you gave doesnt work
Printable View
i dont have a link it was a random from google search the code you gave doesnt work
okay, how about trying to remount it? something like this:
if the ntfs doesn't work in the 3rd command, substitute ntfs-3g.Code:sudo umount /isodevice
sudo mkdir -p /mnt/windows
sudo mount -t ntfs /dev/sda3 /mnt/windows
touch /mnt/windows/testfile