Currently a Win10/Kubuntu 14.04 dual boot. Last I knew before upgrading Win7 to Win10 a month ago or so I was able to read and write to my other hdd's at startup, now it won't mount any of them. Saw an error about swap also.
When I boot into Kubuntu I get an error message saying "An error occurred while mounting /media/Multimedia" "Press S to skip mounting or M for manual recovery".
I tried M once and it took me to command prompt, no idea what to do there. So I hit S and boot into Kubuntu.
Errors I see in Dolphin -
Multi media drive
An error occurred while accessing 'Home', the system responded: The requested operation has failed: Error mounting system-managed device /dev/sdc1: Command-line `mount "none"' exited with non-zero exit status 32: mount: unknown filesystem type 'swap'
Storage Drive
An error occurred while accessing 'Home', the system responded: The requested operation has failed: Error mounting /dev/sdb1 at /media/hades/Storage Drive: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dm ask=0077,fmask=0177" "/dev/sdb1" "/media/hades/Storage Drive"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount. Failed to mount '/dev/sdb1': Operation not permitted The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the 'ro' mount option.
319.2 drive (windows)
An error occurred while accessing 'Home', the system responded: The requested operation has failed: Error mounting /dev/sda2 at /media/hades/B20E23030E22C069: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dm ask=0077,fmask=0177" "/dev/sda2" "/media/hades/B20E23030E22C069"' exited with non-zero exit status 14: Windows is hibernated, refused to mount. Failed to mount '/dev/sda2': Operation not permitted The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the 'ro' mount option.
Game and Storage
An error occurred while accessing 'Home', the system responded: The requested operation has failed: Error mounting /dev/sdc2 at /media/hades/Game and Storage: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dm ask=0077,fmask=0177" "/dev/sdc2" "/media/hades/Game and Storage"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount. Failed to mount '/dev/sdc2': Operation not permitted The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the 'ro' mount option.
sudo blkid=
[sudo] password for hades:
/dev/sda1: LABEL="System Reserved" UUID="2EECF881ECF8449D" TYPE="ntfs"
/dev/sda2: UUID="B20E23030E22C069" TYPE="ntfs"
/dev/sda3: UUID="74CA1BC9CA1B8710" TYPE="ntfs"
/dev/sda5: UUID="c448338e-289d-4519-976f-30dc9385b2a4" TYPE="ext4"
/dev/sda6: UUID="d29db796-a414-4060-b941-168cce743c19" TYPE="swap"
/dev/sdb1: LABEL="Storage Drive" UUID="2014923314920BC2" TYPE="ntfs"
/dev/sdc1: LABEL="Multimedia" UUID="BC72FEAE72FE6D10" TYPE="ntfs"
/dev/sdc2: LABEL="Game and Storage" UUID="6738D4F70BC6084A" TYPE="ntfs"
kdesudo kate /etc/fstab=
# /etc/fstab: static file system information.
#
# 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>
# / was on /dev/sdb5 during installation
UUID=c448338e-289d-4519-976f-30dc9385b2a4 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb6 during installation
UUID=BC72FEAE72FE6D10 none swap sw 0 0
/dev/sdc1 /media/Multimedia ntfs defaults 0 0
I'm not sure how much more info you need but I would like to get these drives to mount at system startup.
Thanks in advance for your time.
When I boot into Kubuntu I get an error message saying "An error occurred while mounting /media/Multimedia" "Press S to skip mounting or M for manual recovery".
I tried M once and it took me to command prompt, no idea what to do there. So I hit S and boot into Kubuntu.
Errors I see in Dolphin -
Multi media drive
An error occurred while accessing 'Home', the system responded: The requested operation has failed: Error mounting system-managed device /dev/sdc1: Command-line `mount "none"' exited with non-zero exit status 32: mount: unknown filesystem type 'swap'
Storage Drive
An error occurred while accessing 'Home', the system responded: The requested operation has failed: Error mounting /dev/sdb1 at /media/hades/Storage Drive: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dm ask=0077,fmask=0177" "/dev/sdb1" "/media/hades/Storage Drive"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount. Failed to mount '/dev/sdb1': Operation not permitted The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the 'ro' mount option.
319.2 drive (windows)
An error occurred while accessing 'Home', the system responded: The requested operation has failed: Error mounting /dev/sda2 at /media/hades/B20E23030E22C069: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dm ask=0077,fmask=0177" "/dev/sda2" "/media/hades/B20E23030E22C069"' exited with non-zero exit status 14: Windows is hibernated, refused to mount. Failed to mount '/dev/sda2': Operation not permitted The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the 'ro' mount option.
Game and Storage
An error occurred while accessing 'Home', the system responded: The requested operation has failed: Error mounting /dev/sdc2 at /media/hades/Game and Storage: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dm ask=0077,fmask=0177" "/dev/sdc2" "/media/hades/Game and Storage"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount. Failed to mount '/dev/sdc2': Operation not permitted The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the 'ro' mount option.
sudo blkid=
[sudo] password for hades:
/dev/sda1: LABEL="System Reserved" UUID="2EECF881ECF8449D" TYPE="ntfs"
/dev/sda2: UUID="B20E23030E22C069" TYPE="ntfs"
/dev/sda3: UUID="74CA1BC9CA1B8710" TYPE="ntfs"
/dev/sda5: UUID="c448338e-289d-4519-976f-30dc9385b2a4" TYPE="ext4"
/dev/sda6: UUID="d29db796-a414-4060-b941-168cce743c19" TYPE="swap"
/dev/sdb1: LABEL="Storage Drive" UUID="2014923314920BC2" TYPE="ntfs"
/dev/sdc1: LABEL="Multimedia" UUID="BC72FEAE72FE6D10" TYPE="ntfs"
/dev/sdc2: LABEL="Game and Storage" UUID="6738D4F70BC6084A" TYPE="ntfs"
kdesudo kate /etc/fstab=
# /etc/fstab: static file system information.
#
# 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>
# / was on /dev/sdb5 during installation
UUID=c448338e-289d-4519-976f-30dc9385b2a4 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb6 during installation
UUID=BC72FEAE72FE6D10 none swap sw 0 0
/dev/sdc1 /media/Multimedia ntfs defaults 0 0
I'm not sure how much more info you need but I would like to get these drives to mount at system startup.
Thanks in advance for your time.
Comment