0

I'm using a live usb version of Ubuntu while attempting to the instructions outlined in the documentation of Windows 10 AME and am stuck here. The full command is:

sudo chown <your user>:<your user> /media/ntfs

I've tried inputting what's shown at the top of the terminal window ubuntu@ubuntu:~ but I get 'invalid user' in response.

https://wiki.ameliorated.info/doku.php?id=documentation_21h1

muru
  • 197,895
  • 55
  • 485
  • 740
  • 1
    It should be ubuntu:ubuntu, if that is the username. – mikewhatever Jun 04 '22 at 06:48
  • Thanks! Worked like a charm. Now I have to figure out why the heck I'm getting a "unknown filesystem type 'ufsd'." error after hitting the penultimate step in the process. It happens after inputting: 'sudo mount -t ufsd -w /dev/sbd3 /media/ntfs' with sbd3 being my windows 10 location. I guess I have to create a new question officially for this one? – concavenatorus Jun 04 '22 at 08:12
  • You probably don’t need the -t ufsd option. ufsd is a driver for NTFS drives. If you haven’t got it installed then it definitely will not work. I think it’s redundant now because depending on your kernel it’s become unnecessary – PonJar Jun 04 '22 at 09:11
  • 1

0 Answers0