Mounting /Home/ on diffrent disk, but I can only get readonly

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?

It looks like the output is truncated. Can you make your terminal larger or send the output to a file so we can see the whole thing?

Also, did you disable fast-startup in Windows? If you don’t, they will be marker dirty in Windows and can be marked read-only in Linux because of that.

yep, already disabled windows’s fast startup.
Fstab edited so now is not truncated :smiley:

Can we see the output of findmnt --real

sure

TARGET                 SOURCE                         FSTYPE  OPTIONS
/                      /dev/sdb7                      ext4    rw,noatime
├─/media/Windows       /dev/sdb3                      fuseblk rw,nosuid,nodev,noexec,noatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
├─/boot/efi            /dev/sdb1                      vfat    rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
├─/media/Cargo         /dev/sda2                      exfat   ro,nosuid,nodev,noexec,noatime,uid=1000,gid=1000,fmask=0137,dmask=0027,iocharset=utf8,errors=remount-ro
├─/home/fcs/Descargas  /dev/sda2[/home/fcs/Downloads] exfat   ro,nosuid,nodev,noexec,noatime,uid=1000,gid=1000,fmask=0137,dmask=0027,iocharset=utf8,errors=remount-ro
├─/home/fcs/Documentos /dev/sda2[/home/fcs/Documents] exfat   ro,nosuid,nodev,noexec,noatime,uid=1000,gid=1000,fmask=0137,dmask=0027,iocharset=utf8,errors=remount-ro
├─/home/fcs/Escritorio /dev/sda2[/home/fcs/Desktop]   exfat   ro,nosuid,nodev,noexec,noatime,uid=1000,gid=1000,fmask=0137,dmask=0027,iocharset=utf8,errors=remount-ro
├─/home/fcs/Imágenes   /dev/sda2[/home/fcs/Pictures]  exfat   ro,nosuid,nodev,noexec,noatime,uid=1000,gid=1000,fmask=0137,dmask=0027,iocharset=utf8,errors=remount-ro
├─/home/fcs/Música     /dev/sda2[/home/fcs/Music]     exfat   ro,nosuid,nodev,noexec,noatime,uid=1000,gid=1000,fmask=0137,dmask=0027,iocharset=utf8,errors=remount-ro
└─/home/fcs/Vídeos     /dev/sda2[/home/fcs/Videos]    exfat   ro,nosuid,nodev,noexec,noatime,uid=1000,gid=1000,fmask=0137,dmask=0027,iocharset=utf8,errors=remount-ro

It seems possible it is being marked ro because it is detecting some errors there.

What does sudo fsck.exfat -n /dev/sda2 show?

thanks a lot dalto, but looks like its clean, should I try doing so on windows? I had a few issues just before evereything went readonly. copyied some videos from a SD card and they just dont showup on windows, but I can openthem on Linux


exfatprogs version : 1.2.0
/dev/sda2: clean. directories 6434, files 83715

I would. Especially since:

Yuck. :nauseated_face:

1 Like

have you tried taking ownership of the drive?

sudo chown -R Username. /dev/whatever it is

as far as windows I’d rather put a bullet in my head lol