Announcement

Collapse
No announcement yet.

mounting windows xp partition

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    mounting windows xp partition

    Hi everybody, i have Kubuntu 7.04 and i was running it whit Kernel 2.6.20-15-generic. Since the security updates it installed the Kernel 2.6.20-16-generic, when i reboot the machine, it ask me to config a couple of things. When i started the system, i wasn´t abble to mount my windows partition. I don´t know how to fix it. When i put in the console:

    sudo mount /dev/hda1 /mnt
    mount: you must specify the file system

    Also the same error whit this command
    sudo mount -t ntfs /dev/hda1 /mnt/windows

    My fstab file is this:

    # /etc/fstab: static file system information.
    #
    #
    proc /proc proc defaults 0 0
    # /dev/hda6
    UUID=63844e60-8861-4f2d-8222-1ee9ded7e594 / ext3 defaults,errors=remount-ro 0 1
    # /dev/hda1
    UUID=74500FAE500F7660 /media/hda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
    # /dev/hda5
    UUID=156b5a47-3d64-4383-97d5-15a83de4deb0 none swap sw 0 0
    /dev/hdd /media/cdrom0 udf,iso9660 user,noauto 0 0
    /dev/hdc /media/cdrom1 udf,iso9660 user,noauto 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0

    Another problem that i have is install my ati radeon 9200 driver.
    I've downloaded it from ati.com, the automatic installer, the error is this:

    agustin@agustin-kubuntu:~$ sudo ./ati-driver-installer-8.28.8.run
    Creating directory fglrx-install
    Verifying archive integrity... All good.
    Uncompressing ATI Proprietary Linux Driver-8.28.8...
    -e ==================================================
    -e ATI Technologies Linux Driver Installer/Packager
    -e ==================================================
    ./ati-installer.sh: 165: Syntax error: Bad substitution
    Removing temporary directory: fglrx-install
    agustin@agustin-kubuntu:~$

    Whit sudo or whitout it, i have the same error.

    Thanks!!



    #2
    Re: mounting windows xp partition

    For your NTFS drive, you may be interested in ntfs-3g (search with Adept).

    For your ATI driver problems, you may be interested in my fglrx installation script, or, alternatively, post lines 160 to, say, 175 of the installer script.
    For external use only.

    Comment


      #3
      Re: mounting windows xp partition

      Originally posted by agus_ramos
      sudo mount -t ntfs /dev/hda1 /mnt/windows
      Hmmm ... did you try to mount it as specified in "fstab" as well?

      Code:
      sudo mount /dev/hda1 /media/hda1

      Comment


        #4
        Re: mounting windows xp partition

        The destination folder is not a problem, i can do mount /dev/hda1 /everywhere

        The fstab has this line to automaticaly mount the drive in that folder.

        Well i wish that someone know how to fix it.

        Thanks

        Comment


          #5
          Re: mounting windows xp partition

          When I updated from Edgy Eft to Feisty Fawn I couldn't access any partitions except the one Kubuntu was installed in. Using QTParted I discovered that hda# had been changed to sda#. I was able to see my Windows partitions again once I changed h to s in /etc/fstab .

          Comment


            #6
            Re: mounting windows xp partition

            Thanks! i have used qtparted and i found that my windows partition was on dev/hda2.

            Thank you!

            Comment

            Working...
            X