Can't see Windows partion

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • despdan
    V.I.P. Member
    • Dec 2008
    • 544

    #1

    Can't see Windows partion

    I know i've seen it before but how do you see the Windows partions with Ubuntu8.01 i think it used to look something like hda 1
  • satman
    V.I.P. Member
    • Jun 2008
    • 736

    #2
    need to mount the hdd point as something like /media/windows

    Code:
    sudo mkdir /media/windows
    sudo cp /etc/fstab /etc/fstab_backup
    gksudo gedit /etc/fstab
    add this
    Code:
    /dev/hda1    /media/windows ntfs  nls=utf8,umask=0222 0    0
    save that file.

    reload fstab
    Code:
    sudo mount -a
    boom!

    Comment

    • despdan
      V.I.P. Member
      • Dec 2008
      • 544

      #3
      Thanks satman
      getting error
      Code:
      Dan@Dan-laptop:~$ sudo cp /ect/fstab /ect/fstab_backup
      cp: cannot stat `/ect/fstab': No such file or directory
      Dan@Dan-laptop:~$

      Comment

      • satman
        V.I.P. Member
        • Jun 2008
        • 736

        #4
        Originally posted by despdan
        Thanks satman
        getting error
        Code:
        Dan@Dan-laptop:~$ sudo cp /ect/fstab /ect/fstab_backup
        cp: cannot stat `/ect/fstab': No such file or directory
        Dan@Dan-laptop:~$

        Typo....

        etc not ect..
        boom!

        Comment

        • despdan
          V.I.P. Member
          • Dec 2008
          • 544

          #5
          Lol i just did the exact samething with this
          Code:
            tar czvf /hdd/600.tar.gz /etc/enigma /usr/keys /usr/scce /usr/lib/tuxbox/plugins/
          Anyhow now have this
          Code:
          laptop:~$ sudo mount -a
          ntfs-3g: Failed to access volume '/dev/hda1': No such file or directory
          Please type '/sbin/mount.ntfs --help' for more information.
          
          laptop:~$ /sbin/mount.ntfs --help
          
          ntfs-3g 1.2216 external FUSE 27 - Third Generation NTFS Driver
          
          Copyright (C) 2006-2008 Szabolcs Szakacsits
          Copyright (C) 2005-2007 Yura Pakhuchiy
          
          Usage:    ntfs-3g <device|image_file> <mount_point> [-o option[,...]]
          
          Options:  ro (read-only mount), force, remove_hiberfile, locale=,
                    uid=, gid=, umask=, fmask=, dmask=, streams_interface=,
                    syncio.
                    Please see the details in the manual.
          
          Example:  ntfs-3g /dev/sda1 /mnt/win -o force
          
          Ntfs-3g news, support and information:  http://ntfs-3g.org
          Thanks
          Dan

          Comment

          • satman
            V.I.P. Member
            • Jun 2008
            • 736

            #6
            ntfs-3g: Failed to access volume '/dev/hda1': No such file or directory


            The problem is being told to you ^^,,, problem is it cannot access /dev/hda1.... Is this the partition you have windows installed?... use Gparted to look at the differnet partition names and numbers and edit to match the partition your windows is on... ( thats if you made sure you didnt OVERWRITE it with ubuntu and done the install manually )
            boom!

            Comment

            • despdan
              V.I.P. Member
              • Dec 2008
              • 544

              #7
              Ok found it hiding in places> computer> files system> host

              just trying to find my way around ubuntu but i must say I LIKE IT
              Last edited by despdan; 24 April, 2009, 21:17. Reason: found windows folders

              Comment

              • ps2chiper
                Top Poster
                • Aug 2008
                • 137

                #8
                Try this gui tool to solve your problem

                http://givre.cabspace.com/ntfs-config

                Comment

                • despdan
                  V.I.P. Member
                  • Dec 2008
                  • 544

                  #9
                  Originally posted by [email protected]
                  Try this gui tool to solve your problem

                  http://givre.cabspace.com/ntfs-config
                  Hi M8 link not working
                  but thanks any way at least i know where it's hiding

                  Comment

                  • Mjolinor
                    V.I.P. VIC
                    • Jan 2009
                    • 1093

                    #10
                    fdisk -l
                    Will display all partitions for all disks, you have to run it as root or use sudo. It reads /proc/partitions which should be a full list at all times.

                    Be careful with fdisk

                    Comment

                    • ps2chiper
                      Top Poster
                      • Aug 2008
                      • 137

                      #11
                      Search for ntfs-config in the package manager.

                      Comment

                      Working...