Hi,
as I had to increase disk space, I removed the existing USB SSD (formatted as NTFS (speed doesn't matter much)) copied the files on a Windows machine to the new larger one (also NTFS). Of course I disconnected the drives correctly in Windows to avoid open files (I actually shut down the Win machine after copy).
When I connected the new SSD to the LE, I can see the drive and shares from the Win machine, but I am unable to write to it:
I can see the USB SSD is mounter RO:
~/.config/system.d # mount | grep /dev/sda
/dev/sda1 on /var/media/hdd type fuseblk (ro,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
All other access to the SD-card for example is rw, so all works, so I wouls assume samba works correct.
Guess Windows done something to the SSD. I read a post from Chewitt somewhere that it may be that linux consideres the drive as somehow corrupted and thus mounts/flasgs it ro.
Before I do it, I wanted to get you opinion or experience, if it would help to unmount the SSD and run a fsck. Would this work with a NTFS drive? Would fsck -A /dev/sda1 clear a possible bad flag?
Thanks in advance
Edit: Just tested, umounted and ran fsck. Unfortunately didn't help, seemed fsck isn't really running, since -V didn't output anything (only fsck from util-linux 2.33.2). Of course owner is root and 777. Not sure it helps, but I did a dmesg | paste -> http://ix.io/3CJr