LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 02-03-2017, 06:36 AM   #1
Ahmed Abdellatif
LQ Newbie
 
Registered: Feb 2017
Posts: 8

Rep: Reputation: Disabled
Smile Partitions


i have installed Ubuntu 16.04 after an advise from a friend about how nice is that operating system.i found it fast and have a good GUI to deal with.But i mistakenly unmounted the partitions of my computer,so now i cannot access these partitions now and all files of my laptop.please help thank you.
 
Old 02-03-2017, 07:11 AM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
You indicate you have Ubuntu installed and make no mention of any other operating system. Since it is not possible to "unmount" a system in use, yu will have to be a lot more specific on what you did an how you did it.
 
1 members found this post helpful.
Old 02-03-2017, 07:27 AM   #3
Ahmed Abdellatif
LQ Newbie
 
Registered: Feb 2017
Posts: 8

Original Poster
Rep: Reputation: Disabled
yes ,i already have a windows 8 operating system,i forgot to say that,sorry
 
Old 02-03-2017, 07:33 AM   #4
Ahmed Abdellatif
LQ Newbie
 
Registered: Feb 2017
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by yancek View Post
You indicate you have Ubuntu installed and make no mention of any other operating system. Since it is not possible to "unmount" a system in use, you will have to be a lot more specific on what you did an how you did it.
yes i have windows 8 ,but the problem is i can not find my partitions on Ubuntu OS only
 
Old 02-03-2017, 07:45 AM   #5
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,838

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
yes, would be nice to tell what did you umount (and exactly how). But probably a reboot may help.
 
1 members found this post helpful.
Old 02-03-2017, 08:18 AM   #6
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
how did you unmount them?
if they are Linux partitions or in your fstab then just do this.
Code:
sudo mount -a
to remount everything in the fstab file.

if you are looking for your Ubuntutututu Partitions in Windows you will never find them. Windows only sees them as a partition in the disk management app. Or a partition that needs to be formatted.

Last edited by BW-userx; 02-03-2017 at 08:19 AM.
 
1 members found this post helpful.
Old 02-03-2017, 08:38 AM   #7
Ahmed Abdellatif
LQ Newbie
 
Registered: Feb 2017
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
yes, would be nice to tell what did you unmount (and exactly how). But probably a reboot may help.
the icons on the left of the screen ,i R clicked on the partition then i choosed an option that i does not remember then it disappeared from the icons on the left so i cannot find them
 
Old 02-03-2017, 08:40 AM   #8
Ahmed Abdellatif
LQ Newbie
 
Registered: Feb 2017
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by BW-userx View Post
how did you unmount them?
if they are Linux partitions or in your fstab then just do this.
Code:
sudo mount -a
to remount everything in the fstab file.

if you are looking for your Ubuntutututu Partitions in Windows you will never find them. Windows only sees them as a partition in the disk management app. Or a partition that needs to be formatted.
no i am looking for the other partitions,that i could not find them on the left icons on the Ubuntu screen
 
Old 02-03-2017, 08:44 AM   #9
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,838

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
have you already tried to reboot? probably you lost only your icons, but not the mounts.
You may try to open a shell and execute a mount command. Just check what is mounted at all.
 
Old 02-03-2017, 08:47 AM   #10
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Ahmed Abdellatif View Post
no i am looking for the other partitions,that i could not find them on the left icons on the Ubuntu screen
did you open a file manager to see if you can psychically find them? Icon is just a short cut to them.
Code:
sudo blkid
in your cli to list all connected hard drives / partitons.

Last edited by BW-userx; 02-03-2017 at 08:49 AM.
 
1 members found this post helpful.
Old 02-03-2017, 09:43 AM   #11
Ahmed Abdellatif
LQ Newbie
 
Registered: Feb 2017
Posts: 8

Original Poster
Rep: Reputation: Disabled
[QUOTE=BW-userx;5664485]did you open a file manager to see if you can psychically find them? Icon is just a short cut to them.
Code:
sudo blkid
in your cli to list all connected hard drives / partitons.[/QUOTE

thank you for your effort. i found the partitions , but while trying to open them the following message appeared :
Error mounting /dev/sda6 at /media/ahmed/NEWW: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda6" "/media/ahmed/NEWW"' 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/sda6': 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
 
Old 02-03-2017, 10:07 AM   #12
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
[QUOTE=Ahmed Abdellatif;5664511]
Quote:
Originally Posted by BW-userx View Post
did you open a file manager to see if you can psychically find them? Icon is just a short cut to them.
Code:
sudo blkid
in your cli to list all connected hard drives / partitons.[/QUOTE

thank you for your effort. i found the partitions , but while trying to open them the following message appeared :
Error mounting /dev/sda6 at /media/ahmed/NEWW: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda6" "/media/ahmed/NEWW"' 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/sda6': 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
You are now experiencing the Windows effect.

If you are trying to get to windows via Linux you will now need to make adjustments to Windows in how it shuts down so that will hopefully go away.

Code:
power management
advance settings

hybrid : off
hibernation : off
I reboot windows then let it boot into Linux to keep it in a non hibernation state even though I made the changes.

You should also make sure you have ntfs-3g installed on your Linux box.

Last edited by BW-userx; 02-03-2017 at 10:09 AM.
 
1 members found this post helpful.
Old 02-03-2017, 11:45 AM   #13
Ahmed Abdellatif
LQ Newbie
 
Registered: Feb 2017
Posts: 8

Original Poster
Rep: Reputation: Disabled
[QUOTE=BW-userx;5664525]
Quote:
Originally Posted by Ahmed Abdellatif View Post

You are now experiencing the Windows effect.

If you are trying to get to windows via Linux you will now need to make adjustments to Windows in how it shuts down so that will hopefully go away.

Code:
power management
advance settings

hybrid : off
hibernation : off
I reboot windows then let it boot into Linux to keep it in a non hibernation state even though I made the changes.

You should also make sure you have ntfs-3g installed on your Linux box.
are you ask me to to write that code in the Ubuntu terminal ?

Last edited by Ahmed Abdellatif; 02-03-2017 at 11:46 AM.
 
Old 02-03-2017, 11:52 AM   #14
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Ahmed Abdellatif View Post

are you ask me to to write that code in the Ubuntu terminal ?
you got to go into windows and change some settings in your power management ....
 
Old 02-03-2017, 12:53 PM   #15
Ahmed Abdellatif
LQ Newbie
 
Registered: Feb 2017
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by BW-userx View Post
you got to go into windows and change some settings in your power management ....
Yow are right.I searched how to turn the hybrid and hibernation off.
i opened the CMD as Administrator then typed powercfg.exe /hibernate off, then pressed enter then typed save the pressed enter.When i opened the Ubuntu OS i opened the partitions easily and have no problem.
finally thank you
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] what is a logical partitions and group partitions and how to check disk space on a partition ITareliteralyMyInitials Linux - Newbie 10 02-08-2016 11:19 AM
rebuild partitions/label from existing partitions - used parted on wrong drive zedmelon Linux - Software 4 07-26-2013 03:42 PM
[SOLVED] Is it safe to resize my Slackware partitions after removing my Mint 10 partitions? Robert.Thompson Slackware 19 02-18-2011 11:47 AM
windows killed my partitions! no linux partitions found on this computer. The MJ Linux - Software 10 01-05-2007 08:31 AM
Question on creating more partitions than default ones, i.e. /home,/root partitions casmac SUSE / openSUSE 1 12-20-2006 05:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 06:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration