Hey, I've recently had some problems with my windows partition, where I've used onedrive I figured I might just mount it to linux to copy the files from that drive But it seems like that folder was a symlink that cannot be opened Weirdly, I've had a second onedrive account it mounted just fine and I can access files there This one specifically since it was "OneDrive for Business" uses symlink for the files I mounted using this command
sudo mount -o rw -t ntfs-3g /dev/nvme0n1p3 /mnt/ntfs
sudo mount -o rw -t ntfs-3g /dev/nvme0n1p3 /mnt/ntfs
(the partition I validated, is correct, I also tried to mount as readonly too) Any idea how to fix this issue?