Find the answer to your Linux question:
Results 1 to 3 of 3
Hi I have installed SUSE 10.2 I cannot pick up my 2 NTFS partitions and my 1 Fat32 partition. by going to konsole and typing fdisk -l . I get ...
  1. #1
    Just Joined!
    Join Date
    Feb 2008
    Posts
    4

    Mounting filesystems

    Hi I have installed SUSE 10.2
    I cannot pick up my 2 NTFS partitions and my 1 Fat32 partition.

    by going to konsole and typing fdisk -l . I get a list of all my harddrives etc so I can figure out which drive I am mounting.
    I type in a root shell

    mount -t ntfs /dev/sda5 /windows/E -o -ro //This doesn't work
    //says

    mount: wrong fs type, bad option, bad superblock on /dev/sda5,
    missing codepage or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so

    I get the same error when I type

    mount -t vfat /dev/sdb5 /windows/F -o -ro -o fat=32

  2. #2
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    Start YAST and go into partitioner (think its in the system group), you will be able to set mount points there. If you want to write to NTFS partitions you will need to use the ntfs-3g driver - this is used by 10.3 .... not sure about 10.2 but you will find instructions on the OpenSUSE web site if you need to install the ntfs-3g driver.

  3. #3
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    For 10.2 you must install ntfs-3g to write to a NTFS file system but you should not need that for FAT.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...