Announcement

Collapse
No announcement yet.

Unable to mount the windows partition

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

    Unable to mount the windows partition

    While mounting the windows primary and a logical partition this error is throwing..

    An error occurred while enabling /media/hdd1.
    The system reported: mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
    missing codepage or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so

    Details :

    Return code from mount was 32
    "mount failure"

    same thing i am getting while mounting other windows partition also..


    I can able to use them windows and the file system is correct what i have given here.

    Any help would be greatly appreaciated.
    Thnaks,
    venkat

    #2
    Re: Unable to mount the windows partition

    hi there, could you please start a konsole and post the result of
    Code:
    sudo fdisk -l /dev/hdd
    this will print out the partition table on your hdd drive
    so that we can see what this looks like...

    and
    Code:
    cat /etc/fstab
    this will print out the filesystem table file
    so that we can see what the mount options are and stuff...

    cheers
    gnu/linux is not windoze

    Comment

    Working...
    X