Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
01-19-2017, 07:09 PM
|
#31
|
Senior Member
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364
|
Bruno: ... one other possibility just occurred to me, and it should have before, since one of my 3 above-mentioned computers, a Microsoft SurfacePro 3 is configured like this: ... If your computer is set up with Secure Boot you would have to perform a couple of extra steps in Linux to decrypt the drive (someone here has already mentioned encryption, but I am referring to the specific case of Secure Boot here ...) before being able to mount it. If that's the case, please confirm and I can dig up the steps to use ...
|
|
|
01-20-2017, 06:20 AM
|
#32
|
Member
Registered: Sep 2011
Distribution: Puppy
Posts: 601
Rep: 
|
Well it is working correctly then if it locks them. I am still surprised that it allows another session though as that is dangerous.
I will look at that myself later when I get home and have access to a test machine.
|
|
|
01-21-2017, 03:29 PM
|
#33
|
LQ Newbie
Registered: Apr 2016
Posts: 29
Original Poster
Rep: 
|
How do I check if my linux has ntfs-3?
|
|
|
01-21-2017, 03:32 PM
|
#34
|
LQ Newbie
Registered: Apr 2016
Posts: 29
Original Poster
Rep: 
|
I did not find secure boot config in my BIOS, is this where it is configured?
|
|
|
01-21-2017, 03:34 PM
|
#35
|
LQ Newbie
Registered: Apr 2016
Posts: 29
Original Poster
Rep: 
|
I did restart my computer several times and restarted in linux and the drive is still unaccessible, I thought that disabeling fast boot would resolve the hibernation issue.
|
|
|
01-21-2017, 04:30 PM
|
#36
|
Senior Member
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364
|
Hi Bruno,
To check if you have ntfs file-system support in Linux, your package manager should have a query option to confirm whether ntfs-3g is present. In Arch (my distro), this would be "pacman -Q ntfs-3g" (without the quotes). If I remember right and you're on Ubuntu, I have less practical exeprience there, but I believe it comes with a GUI-based interface for package management. Otherwise you can just try accessing another drive that you know is formatted as ntfs.
For Secure Boot, yes it would be in your BIOS (or UEFI firmware if that's what you have). So if you've looked and haven't found anything, let's assume that's not the cause of the problem.
One last stab at this hibernation possibility: for the sake of my understanding of what you have tried, have you booted back into Windows and used the "Restart" option when shutting down ? Sorry for asking again, but I can't seem to find any confirmation in the thread that you have specifically done this. Very important that you have shut down with "Restart" and NOT "Shut Down".
Cheers ;-)
|
|
|
01-21-2017, 05:12 PM
|
#37
|
LQ Guru
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,418
|
Quote:
How do I check if my linux has ntfs-3?
|
Typing the following command in a terminal and hitting the enter key should produce results:
On Ubuntu 14.04, it produces:
Quote:
ntfs-3g: /bin/ntfs-3g /bin/ntfs-3g.usermap /bin/ntfs-3g.secaudit /bin/ntfs-3g.probe /usr/share/man/man8/ntfs-3g.8.gz
|
Generally, if you try to mount a hibernated system from Ubuntu/Linux, you will get a message indicating it is in an unsafe state. Does this happen when you try a manual mount from a terminal?
|
|
|
01-21-2017, 09:53 PM
|
#38
|
Member
Registered: May 2007
Posts: 123
Rep:
|
Quote:
Originally Posted by bruno labonté
How do I check if my linux has ntfs-3?
|
The whereis command works, as yancek said, or the which command as I mentioned in post #23.
or
Did you test your Ubuntu USB key on your Windows 7 system at work, as you indicated you would do? Any results from that?
|
|
|
03-12-2017, 02:56 PM
|
#39
|
LQ Newbie
Registered: Apr 2016
Posts: 29
Original Poster
Rep: 
|
Thank you to all that helped me!
I finally found that my drive is indeed hibernated, I found that instead of clicking the drive on the desktop if I click on the drive in the file browser I get an error message that tells me that linux cannot mount the drive because it is hibernated.
The solution is to start a dos box as administrator and type "powercfg.exe /hibernate off.
I did it and can read my drive just fine now.
|
|
|
03-12-2017, 08:45 PM
|
#40
|
Senior Member
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364
|
Quote:
Originally Posted by bruno labonté
Thank you to all that helped me!
I finally found that my drive is indeed hibernated, I found that instead of clicking the drive on the desktop if I click on the drive in the file browser I get an error message that tells me that linux cannot mount the drive because it is hibernated.
The solution is to start a dos box as administrator and type "powercfg.exe /hibernate off.
I did it and can read my drive just fine now.
|
... had a feeling that hibernation was the issue ;-)
Happy you got it worked out - Cheers !
|
|
|
03-13-2017, 09:27 AM
|
#41
|
Member
Registered: May 2007
Posts: 123
Rep:
|
Quote:
Originally Posted by bruno labonté
Thank you to all that helped me!
I finally found that my drive is indeed hibernated, I found that instead of clicking the drive on the desktop if I click on the drive in the file browser I get an error message that tells me that linux cannot mount the drive because it is hibernated.
The solution is to start a dos box as administrator and type "powercfg.exe /hibernate off.
I did it and can read my drive just fine now.
|
Very good news indeed!
Please mark this thread as solved under the "Thread Tools" menu (near the upper right of the first comment on each page). This will help others find your solution in the future.
Cheers!
|
|
|
All times are GMT -5. The time now is 04:17 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|