Sign in with
Sign up | Sign in
Your question
Solved

My partitions don't open

Tags:
  • Lag
  • Ubuntu
  • Partition
  • gnome
  • Linux
Last response: in Linux/Free BSD
Share
December 7, 2013 8:40:49 AM

Hi guys ,
I installed ubuntu 13.04 sausy salamander on my PC
It was working really good but after sometime some errors began to happin
and the worst one is that when i try to open any of my partitions it tells me this message

Unable to access “Local Disk”
Error mounting /dev/sda2 at /media/mano/Local Disk: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda2" "/media/mano/Local Disk"' 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/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.

I don't know what to do
I installed a lot of apps and i don't want to lose them
can any one please help me ?

More about : partitions open

a b 5 Linux
December 7, 2013 9:12:42 AM

Mano aamer said:
Hi guys ,
I installed ubuntu 13.04 sausy salamander on my PC
It was working really good but after sometime some errors began to happin
and the worst one is that when i try to open any of my partitions it tells me this message

Unable to access “Local Disk”
Error mounting /dev/sda2 at /media/mano/Local Disk: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda2" "/media/mano/Local Disk"' 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/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.

I don't know what to do
I installed a lot of apps and i don't want to lose them
can any one please help me ?


IT TELLS YOU WHAT TO DO
Quote:
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.

How much more clear can an error message be?

m
0
l
December 7, 2013 11:51:43 AM

skittle said:
Mano aamer said:
Hi guys ,
I installed ubuntu 13.04 sausy salamander on my PC
It was working really good but after sometime some errors began to happin
and the worst one is that when i try to open any of my partitions it tells me this message

Unable to access “Local Disk”
Error mounting /dev/sda2 at /media/mano/Local Disk: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda2" "/media/mano/Local Disk"' 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/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.

I don't know what to do
I installed a lot of apps and i don't want to lose them
can any one please help me ?


IT TELLS YOU WHAT TO DO
Quote:
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.

How much more clear can an error message be?



and how can i mount the the volume read only ?
m
0
l
Related resources

Best solution

a b 5 Linux
December 8, 2013 5:49:57 PM

Just add option "ro" to mount command

Mount command looks like
sudo mkdir /mnt/usbdrive
sudo mount /dev/sda1 /mnt/usbdrive -o ro
Share
a b 5 Linux
December 9, 2013 1:40:46 AM

This is a good exercise in command line but booting to windows and shutting down correctly will probably be easier to remember in the future and allow you full access. Try the command line first to gain experience but get in the habit of closing windows correctly.
m
0
l
!