My Network Manager is broken, I don't have internet, what do I do? I don't know how to copy a file from Windows to Ubuntu (dualboot). I don't have USB stick.
In Windows WIFI works fine.
My Network Manager is broken, I don't have internet, what do I do? I don't know how to copy a file from Windows to Ubuntu (dualboot). I don't have USB stick.
In Windows WIFI works fine.
If you are on windows 8 or up then you need to do a complete shutdown in windows before mounting the drive in Ubuntu (if not you will get an error during mount), to do that press shift button while you click on shutdown in windows then boot into Ubuntu and mount the required NTFS drive Now to mount the drive:
sudo fdisk -l
find the label of the partitionsudo mkdir /media/<MntName>
sudo mount /dev/label /media/<MntName>
if it didn't work trysudo mount -t ntfs /dev/label /media/<MntName>