LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 03-01-2014, 07:22 PM   #1
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
NTFS and Windows 8.1 Woes


I am having difficulty getting some NTFS partitions to mount correctly. One, my Windows 8.1 system partition, refuses to mount with this error:
Quote:
p, li { white-space: pre-wrap; } An error occurred while accessing '8.1', the system responded: The requested operation has failed: Error mounting /dev/sda7 at /run/media/jared/8.1: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1996,gid=100,dmask=0077,fmask=0177" "/dev/sda7" "/run/media/jared/8.1"' exited with non-zero exit status 14: Windows is hibernated, refused to mount. Failed to mount '/dev/sda7': 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.
When I first set this installation up last month, I had to take the 8.1 partition out of fstab. With another NTFS partition, in which I share files beyond the FAT32 4 GB limit, I cannot write to it, even after changing the mount point's folder permissions in the Dolphin properties dialog box to R & W for Owner, Group, and Others and adding rw to its fstab. My fstab file looks like this:

Code:
/dev/disk/by-id/ata-WDC_WD20EZRX-00D8PB0_WD-WCC4M0510793-part5 swap                 swap       defaults              0 0
/dev/disk/by-id/ata-WDC_WD20EZRX-00D8PB0_WD-WCC4M0510793-part2 /                    ext4       acl,user_xattr        1 1
/dev/disk/by-id/ata-WDC_WD20EZRX-00D8PB0_WD-WCC4M0510793-part4 /bak                 vfat       users,gid=users,umask=0002,utf8=true 0 0
/dev/disk/by-id/ata-WDC_WD10EALX-759BA1_WD-WCATR8807289-part8 /data                ntfs-3g    users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8, rw 0 0
UUID=5e6f9134-711f-4bea-b924-08ff96db4eae /fun                 btrfs      defaults              0 0
/dev/disk/by-id/ata-WDC_WD20EZRX-00D8PB0_WD-WCC4M0510793-part1 /mint                ext4       defaults              1 2
/dev/disk/by-id/ata-WDC_WD10EALX-759BA1_WD-WCATR8807289-part5 /win/7               ntfs-3g    users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-WDC_WD10EALX-759BA1_WD-WCATR8807289-part6 /win/xp              ntfs-3g    users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-WDC_WD20EZRX-00D8PB0_WD-WCC4M0510793-part6 /mv                  ext4       acl,user_xattr        1 2
Any pointers to getting these partitions to cooperate would be appreciated. My issues are on an openSUSE 13.1 installation without any modified kernels or custom low level installation settings.
 
Old 03-01-2014, 11:38 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
this is what i use , a very basic entry
you would need to become root to write to it .
But that is no problem a pop up will pop-up and ask for the root password
Code:
/dev/sdc2  /mnt/WinData            ntfs-3g         defaults,noauto        1 0
if you replace " defaults " with " rw " then a normal user can read/write to it
 
1 members found this post helpful.
Old 03-02-2014, 11:44 AM   #3
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860

Original Poster
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
Thank you! That worked very well after I took noauto out as well. Do you have any advice on getting my Windows 8.1 partition to mount happily?
 
Old 03-03-2014, 10:08 AM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
By default Windows 8 is set to hibernate aka fast-boot at shutdown. I do not have W8 so I can not confirm what information I found on the internet. As the warning message states you can mount the partition read only without doing anything. Otherwise you will need to disable fast-boot. Once you reboot back into linux you should be able to mount your W8 partition.
 
Old 03-08-2014, 10:43 PM   #5
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860

Original Poster
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
Thanks michealk - I finally got around to turning off Windows 8.1's hibernation and all is mounting well.
 
  


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
Urgent: Failing NTFS HD - Will ddrescue Read & Write To Windows NTFS Drives? zipgunner Linux - Newbie 15 03-08-2011 06:29 AM
NTFS vs. FAT32 File Structure Woes lazeeboy Linux - Newbie 3 08-06-2007 08:50 PM
Suse 9.2 kfmclient USB automount puzzlement, NTFS woes haakondahl SUSE / openSUSE 1 08-29-2006 12:25 AM
VM Windows NTFS ==> SUSE==>Real Windows NTFS 1kyle SUSE / openSUSE 1 07-31-2006 10:26 AM
ntfs worries and woes iouzero Linux - Newbie 3 06-16-2004 10:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 04:03 AM.

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