Results from mount:
/dev/sda5 on / type ext4 (rw,errors=remount-ro,commit=0)
proc on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/gabriel/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=gabriel)
/dev/sdb4 on /media/b186cac7-ad77-486c-ab3a-6f9df196f2c0 type ext4 (rw,nosuid,nodev,uhelper=udisks)
/dev/sdb1 on /media/fde98b82-6d5e-4ae6-a0af-4b7638f5fdb1 type ext4 (rw,nosuid,nodev,uhelper=udisks)
/dev/sdb3 on /media/647cc4f6-7f77-4fa1-bd04-12ce9b657c73 type ext4 (rw,nosuid,nodev,uhelper=udisks)
Results from sudo fdisk -l:
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x9f46a8cd
Device Boot Start End Blocks Id System
/dev/sda1 1 1551 12451840 27 Unknown
/dev/sda2 * 1551 13489 95893504 7 HPFS/NTFS
/dev/sda3 13489 16499 24175050+ 7 HPFS/NTFS
/dev/sda4 16499 19458 23768065 5 Extended
/dev/sda5 16499 19329 22736896 83 Linux
/dev/sda6 19329 19458 1030144 82 Linux swap / Solaris
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000dae44
Device Boot Start End Blocks Id System
/dev/sdb1 1 13055 104857600 83 Linux
/dev/sdb2 121342 121602 2085889 5 Extended
/dev/sdb3 13055 26109 104857600 83 Linux
/dev/sdb4 * 26109 121342 764958720 83 Linux
/dev/sdb5 121342 121602 2085888 82 Linux swap / Solaris
Partition table entries are not in disk order
There was no CD in the CD drive originally - I guess you’re noticing the CD drive in dmesg? I’m not sure why it comes up. Also in BIOS, in the multiboot menu, it offers boot from CD Drive even when there’s nothing in.
sdb1 and sdb3 are the ones that keep coming up with no read or write. If I type sudo mount -o remount,rw /dev/sdb1 (or sdb3) they’re still no read or write.