Hello!
Long story short, I want my notebook to dualboot with Endeavouros and windows. I have my userfiles on Sdb1 / (D:/) . It was easy to point user’s folders to D:/home/* on windows, but I having a hard time doing it on endeavouros. in fact I was able to archive it for a few month until last week, now everyhting is read-only and its a pain.
/etc/fstab:
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=8E05-FE88 /boot/efi vfat defaults,noatime 0 2
UUID=95f85064-fddf-4863-b077-9247c33f68cd / ext4 defaults,noatime 0 1
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
##Windos part
UUID=A2DC0B9BDC0B68BD /media/Windows ntfs-3g defaults,noatime,auto,users,uid=1000,gid=1000,dmask=027,fmask=137 0 1
### DISCO 2
UUID=94FC-0B3F /media/Cargo exfat defaults,noatime,auto,users,uid=1000,gid=1000,dmask=027,fmask=137 0 1
/media/Cargo/home/fcs/Downloads /home/fcs/Descargas none defaults,bind 0 0
/media/Cargo/home/fcs/Documents /home/fcs/Documentos none defaults,bind 0 0
/media/Cargo/home/fcs/Desktop /home/fcs/Escritorio none defaults,bind 0 0
/media/Cargo/home/fcs/Pictures /home/fcs/Imágenes none defaults,bind 0 0
/media/Cargo/home/fcs/Music /home/fcs/Música none defaults,bind 0 0
/media/Cargo/home/fcs/Videos /home/fcs/Vídeos none defaults,bind 0 0
is there any better way to archive this?