Yes, I see now that sdb and sdd are already mounted. I didn't look closely enough at your earlier screenshot and /proc/mounts. As to why they're mounting read-only, you'll need to look for diagnostic information. Do you see clues in /var/log/syslog and /var/log/syslog.1?
For sdc, let's see what happens if you tell it the file system type. According to your second screen shot, it's JFS. So the command is:
For sdc, let's see what happens if you tell it the file system type. According to your second screen shot, it's JFS. So the command is:
Code:
sudo mount -t jfs /dev/sdc /mnt/sdc
Comment