I have all my HDDs(and SSD boot drive) hooked up and working minus one hdd. This is a new Kubuntu install performed about 3 days ago. The drive is stuck in read only. I tried sudo chown -R but I realized I already own the entire contents of the drive. According to mount, I should have write permissions:
Mount:
cd /media && ls -al
There are more drives, but these are almost identical drives. Both are formatted with EXT4. Both are WD 3TB Caviar Green SATA 3. The only differences is WD3 is using a SATA3 port and cable. WD3TB(A temp name, i really need to update lol) is using a SATA 2 cable/port. It's strange the WD3TB shows a date od Dec 25, because the install was done the 26th or 27th. Is it possible that the xplorer4x4 references are some how tied to my old xplorer4x4 user account?
Mount:
/dev/sda1 on /media/WD3 type ext4 (rw,nosuid,nodev,uhelper=udisks)
/dev/sde1 on /media/WD3TB type ext4 (rw,nosuid,nodev,uhelper=udisks)
/dev/sde1 on /media/WD3TB type ext4 (rw,nosuid,nodev,uhelper=udisks)
drws--S--T 107 xplorer4x4 xplorer4x4 20480 Dec 30 12:58 WD3
drwx------ 22 xplorer4x4 xplorer4x4 4096 Dec 25 21:41 WD3TB
drwx------ 22 xplorer4x4 xplorer4x4 4096 Dec 25 21:41 WD3TB
Comment