ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04

    IT Discussion
    ubuntu 18.04 ubuntu linux ntfs
    8
    31
    2.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • black3dynamiteB
      black3dynamite
      last edited by

      Can you try accessing that partition from a live ubuntu installer?

      1 Reply Last reply Reply Quote 0
      • gjacobseG
        gjacobse @gjacobse
        last edited by

        @gjacobse said in Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04:

        @dbeato said in Dual Boot: Unable to access Windows from Ubuntu:

        @gjacobse said in Dual Boot: Unable to access Windows from Ubuntu:

        Installed Windows, shrank drive, installed Ubuntu 18.04.

        Unable to mount the Windows drive even though shutdown is clean.

        Windows is (or should be) sda4,..

        sda1 - ntfs
        sda2 - vfat /boot/efi
        sda3 -
        sda4 -
        sda5 ext4

        I'm following this (which has worked in the past)

        https://askubuntu.com/questions/978746/how-to-mount-ntfs-partition-in-ubuntu-16-04

        What happens when you mount sda1?

        sda is listed as the recovery partition,.. and likely doesn't have any of the User data.

        That being said,.. I'll check that.

        Follow up, yes I can mount and access /dev/sda1.

        But there isn't anything there other than the recovery.

        dbeatoD JaredBuschJ 2 Replies Last reply Reply Quote 0
        • dbeatoD
          dbeato @gjacobse
          last edited by

          @gjacobse said in Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04:

          @gjacobse said in Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04:

          @dbeato said in Dual Boot: Unable to access Windows from Ubuntu:

          @gjacobse said in Dual Boot: Unable to access Windows from Ubuntu:

          Installed Windows, shrank drive, installed Ubuntu 18.04.

          Unable to mount the Windows drive even though shutdown is clean.

          Windows is (or should be) sda4,..

          sda1 - ntfs
          sda2 - vfat /boot/efi
          sda3 -
          sda4 -
          sda5 ext4

          I'm following this (which has worked in the past)

          https://askubuntu.com/questions/978746/how-to-mount-ntfs-partition-in-ubuntu-16-04

          What happens when you mount sda1?

          sda is listed as the recovery partition,.. and likely doesn't have any of the User data.

          That being said,.. I'll check that.

          Follow up, yes I can mount and access /dev/sda1.

          But there isn't anything there other than the recovery.

          Interesting, that's so weird.

          1 Reply Last reply Reply Quote 0
          • dbeatoD
            dbeato
            last edited by

            What does this command show:

            lsblk -f
            
            gjacobseG 1 Reply Last reply Reply Quote 1
            • gjacobseG
              gjacobse @dbeato
              last edited by gjacobse

              @dbeato said in Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04:

              What does this command show:

              lsblk -f
              
              redacted
              
              dbeatoD 1 Reply Last reply Reply Quote 0
              • dbeatoD
                dbeato @gjacobse
                last edited by

                @gjacobse But that is now that command...

                gjacobseG 1 Reply Last reply Reply Quote 0
                • gjacobseG
                  gjacobse @dbeato
                  last edited by gjacobse

                  @dbeato said in Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04:

                  @gjacobse But that is now that command...

                  redacted
                  
                  dbeatoD 1 Reply Last reply Reply Quote 0
                  • dbeatoD
                    dbeato @gjacobse
                    last edited by

                    @gjacobse still not the command 😞

                    gjacobseG 1 Reply Last reply Reply Quote 0
                    • gjacobseG
                      gjacobse @dbeato
                      last edited by

                      @dbeato said in Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04:

                      @gjacobse still not the command 😞

                      lsblk -f
                      NAME   FSTYPE   LABEL    UUID                                 MOUNTPOINT
                      loop0  squashfs                                               /snap/gnome-logs/45
                      loop1  squashfs                                               /snap/core/4917
                      loop2  squashfs                                               /snap/gnome-calculator/180
                      loop3  squashfs                                               /snap/gnome-system-monitor/51
                      loop4  squashfs                                               /snap/gnome-characters/103
                      loop5  squashfs                                               /snap/gtk-common-themes/319
                      loop6  squashfs                                               /snap/core/6130
                      loop7  squashfs                                               /snap/gnome-logs/37
                      loop8  squashfs                                               /snap/gnome-calculator/260
                      loop9  squashfs                                               /snap/gnome-3-26-1604/70
                      loop10 squashfs                                               /snap/gnome-system-monitor/57
                      loop11 squashfs                                               /snap/gnome-3-26-1604/74
                      loop12 squashfs                                               /snap/gnome-characters/139
                      loop13 squashfs                                               /snap/skype/66
                      loop14 squashfs                                               /snap/gtk-common-themes/818
                      loop15 squashfs                                               /snap/core/6259
                      sda                                                           
                      ├─sda1 ntfs     Recovery 027ED5D87ED5C497                     /media/windows
                      ├─sda2 vfat              30D7-1C6E                            /boot/efi
                      ├─sda3                                                        
                      ├─sda4                                                        
                      └─sda5 ext4              ade0b36a-cebd-41e7-bf39-f3950255dfcd /
                      
                      1 Reply Last reply Reply Quote 0
                      • JaredBuschJ
                        JaredBusch @gjacobse
                        last edited by

                        @gjacobse said in Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04:

                        @gjacobse said in Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04:

                        @dbeato said in Dual Boot: Unable to access Windows from Ubuntu:

                        @gjacobse said in Dual Boot: Unable to access Windows from Ubuntu:

                        Installed Windows, shrank drive, installed Ubuntu 18.04.

                        Unable to mount the Windows drive even though shutdown is clean.

                        Windows is (or should be) sda4,..

                        sda1 - ntfs
                        sda2 - vfat /boot/efi
                        sda3 -
                        sda4 -
                        sda5 ext4

                        I'm following this (which has worked in the past)

                        https://askubuntu.com/questions/978746/how-to-mount-ntfs-partition-in-ubuntu-16-04

                        What happens when you mount sda1?

                        sda is listed as the recovery partition,.. and likely doesn't have any of the User data.

                        That being said,.. I'll check that.

                        Follow up, yes I can mount and access /dev/sda1.

                        But there isn't anything there other than the recovery.

                        That is all that should be there.. your list proved that.

                        1 Reply Last reply Reply Quote 0
                        • dbeatoD
                          dbeato
                          last edited by

                          I believe this is because of the Windows 10 does not fully restart, it actually hibernates... maybe disable fastboot on Windows 10. Then try to mount it again.

                          gjacobseG black3dynamiteB 2 Replies Last reply Reply Quote 0
                          • gjacobseG
                            gjacobse @dbeato
                            last edited by

                            @dbeato said in Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04:

                            I believe this is because of the Windows 10 does not fully restart, it actually hibernates... maybe disable fastboot on Windows 10. Then try to mount it again.

                            Turned off,.. still getting same error that sda4 doesn't seem to have a valid NTFS

                            1 Reply Last reply Reply Quote 0
                            • black3dynamiteB
                              black3dynamite @dbeato
                              last edited by

                              @dbeato said in Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04:

                              I believe this is because of the Windows 10 does not fully restart, it actually hibernates... maybe disable fastboot on Windows 10. Then try to mount it again.

                              Or hold down the Shift key and restart.

                              1 Reply Last reply Reply Quote 0
                              • gjacobseG
                                gjacobse
                                last edited by

                                2019-01-28 20_07_00-C__WINDOWS_system32_diskpart.exe.png

                                System shows it's NTFS - so,.. what the what?

                                1 Reply Last reply Reply Quote 0
                                • gjacobseG
                                  gjacobse
                                  last edited by

                                  Windows DUMBASS-ory..

                                  Talking to my brother, he mentioned some 'issues' with Windows not releasing the lock on the partition. He suggested and this is the really dumb part on windows.

                                  To boot Windows and RESTART normally.

                                  Since grub starts Ubuntu by default, it booted normally into Ubuntu.

                                  I did the lsblk -f as before, only this time for /dev/sda4 - there is a UID for it. AND it shows as NTFS..

                                  so,.. FFS Windows,.. FYS. now,.. to see how to prevent this stupidness in the future.

                                  DashrenderD 1 Reply Last reply Reply Quote 1
                                  • DashrenderD
                                    Dashrender @gjacobse
                                    last edited by

                                    @gjacobse said in Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04:

                                    Windows DUMBASS-ory..

                                    Talking to my brother, he mentioned some 'issues' with Windows not releasing the lock on the partition. He suggested and this is the really dumb part on windows.

                                    To boot Windows and RESTART normally.

                                    Since grub starts Ubuntu by default, it booted normally into Ubuntu.

                                    I did the lsblk -f as before, only this time for /dev/sda4 - there is a UID for it. AND it shows as NTFS..

                                    so,.. FFS Windows,.. FYS. now,.. to see how to prevent this stupidness in the future.

                                    This why someone suggested that you go into Windows and do a full shutdown with shift shutdown.... normal shutdowns now aren’t full shut downs to allow the system to boot faster.

                                    JaredBuschJ 1 Reply Last reply Reply Quote 2
                                    • JaredBuschJ
                                      JaredBusch @Dashrender
                                      last edited by

                                      @Dashrender said in Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04:

                                      @gjacobse said in Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04:

                                      Windows DUMBASS-ory..

                                      Talking to my brother, he mentioned some 'issues' with Windows not releasing the lock on the partition. He suggested and this is the really dumb part on windows.

                                      To boot Windows and RESTART normally.

                                      Since grub starts Ubuntu by default, it booted normally into Ubuntu.

                                      I did the lsblk -f as before, only this time for /dev/sda4 - there is a UID for it. AND it shows as NTFS..

                                      so,.. FFS Windows,.. FYS. now,.. to see how to prevent this stupidness in the future.

                                      This why someone suggested that you go into Windows and do a full shutdown with shift shutdown.... normal shutdowns now aren’t full shut downs to allow the system to boot faster.

                                      But he did that and it made no difference

                                      gjacobseG 1 Reply Last reply Reply Quote 1
                                      • gjacobseG
                                        gjacobse @JaredBusch
                                        last edited by

                                        @JaredBusch said in Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04:

                                        @Dashrender said in Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04:

                                        @gjacobse said in Dual Boot: Unable to access Windows NTFS Filesystem from Ubuntu 18.04:

                                        Windows DUMBASS-ory..

                                        Talking to my brother, he mentioned some 'issues' with Windows not releasing the lock on the partition. He suggested and this is the really dumb part on windows.

                                        To boot Windows and RESTART normally.

                                        Since grub starts Ubuntu by default, it booted normally into Ubuntu.

                                        I did the lsblk -f as before, only this time for /dev/sda4 - there is a UID for it. AND it shows as NTFS..

                                        so,.. FFS Windows,.. FYS. now,.. to see how to prevent this stupidness in the future.

                                        This why someone suggested that you go into Windows and do a full shutdown with shift shutdown.... normal shutdowns now aren’t full shut downs to allow the system to boot faster.

                                        But he did that and it made no difference

                                        Yup - a FULL shutdown didn't do anything more that the SHIFT shutdown.

                                        1 Reply Last reply Reply Quote 0
                                        • 1
                                        • 2
                                        • 2 / 2
                                        • First post
                                          Last post