Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 18
Hi, i have P4 with dual HDD, the primary is sata and has windows installed on it and the secondary HDD is IDE and has Suse 10.2 installed on it. ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Location
    Damascus, Syria
    Posts
    6

    Question [SOLVED] I can't see windows partion from linux.

    Hi, i have P4 with dual HDD, the primary is sata and has windows installed on it and the secondary HDD is IDE and has Suse 10.2 installed on it.
    but i can't see the primary hdd at all from Suse linux.
    Please can anyone tell me whether there is a solution for this problem or should i change to Redhat or mandriva Linux?
    appreciate your help.
    Thanx.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    SuSe automounts FAT32 and NTFS partitions. Have you checked My Computer or /media folder?
    Open Terminal/Konsole and execute this
    Code:
    su -
    fdisk -l
    df -h
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined! simple2021's Avatar
    Join Date
    Nov 2007
    Posts
    3
    my guess is that if your partitions are ntfs then they wont be automounted. so you are going to have to mount them yourself.
    if the partitions are not ntfs then the mount command should work just fine ( do a man mount on the terminal)
    if the partitions are ntfs then do a bit of googling on ntfs-3g which supports ntfs partitions.
    hope this helps
    c ya!!

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by simple2021
    my guess is that if your partitions are ntfs then they wont be automounted. so you are going to have to mount them yourself.
    if the partitions are not ntfs then the mount command should work just fine ( do a man mount on the terminal)
    Hi and Welcome !

    SuSe automounts both NTFS and FAT32 partitions. It doesn't support NTFS write access out of box so one has to install ntfs-3g package to enable write access.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined! simple2021's Avatar
    Join Date
    Nov 2007
    Posts
    3
    Quote Originally Posted by devils casper View Post
    SuSe automounts both NTFS and FAT32 partitions. It doesn't support NTFS write access out of box so one has to install ntfs-3g package to enable write access.
    i will disagree with that. i have suse 10.3 and it doesn't automount any of my partitions (regardless of whether they are ntfs or fat32)
    if you want automount to work then you will have to manually add entries in the /etc/fstab file so that it automounts everytime your pc boots!!
    c ya!!

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Thats pretty strange. SuSe does detect all partitions during installation and automount those.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Mar 2008
    Location
    Damascus, Syria
    Posts
    6

    Here is the output for the HDD Fdisk

    Hi; Here is the output for the HDD Fdisk
    hope it will be helpful to solve my problem.
    thanx again for everyone.

    Disk /dev/sda: 20.4 GB, 20490559488 bytes
    255 heads, 63 sectors/track, 2491 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/sda1 1 97 779121 82 Linux swap / Solaris
    /dev/sda2 1247 2491 10000462+ f W95 Ext'd (LBA)
    /dev/sda3 98 842 5984212+ 83 Linux
    /dev/sda5 1247 2491 10000431 7 HPFS/NTFS

    Partition table entries are not in disk order

    Disk /dev/sdb: 200.0 GB, 200049647616 bytes
    255 heads, 63 sectors/track, 24321 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 2550 20482843+ 7 HPFS/NTFS
    /dev/sdb2 2551 24321 174875557+ f W95 Ext'd (LBA)
    /dev/sdb5 2551 5100 20482843+ b W95 FAT32
    /dev/sdb6 5101 7650 20482843+ b W95 FAT32
    /dev/sdb7 7651 12749 40957686 7 HPFS/NTFS
    /dev/sdb8 12750 15299 20482843+ 7 HPFS/NTFS
    /dev/sdb9 15300 17849 20482843+ 7 HPFS/NTFS
    /dev/sdb10 17850 21673 30716248+ 7 HPFS/NTFS
    /dev/sdb11 21674 24321 21270028+ 7 HPFS/NTFS

    Disk /dev/sdc: 1031 MB, 1031798784 bytes
    255 heads, 63 sectors/track, 125 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Post the output of df -h command too.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    Quote Originally Posted by simple2021 View Post
    i will disagree with that. i have suse 10.3 and it doesn't automount any of my partitions (regardless of whether they are ntfs or fat32)
    if you want automount to work then you will have to manually add entries in the /etc/fstab file so that it automounts everytime your pc boots!!
    c ya!!
    SUSE 10.3 will detect and setup mounts for windows automatically. If you decide not to mount Windows partitions during the install the easiest way to sort this is using partitioner which is in Yast->system->partitioner. Edit of /etc/fstab is possible but it is easier to use Yast which will also create directories for you to mount Windows partitions to.

  10. #10
    Linux Engineer oldcpu's Avatar
    Join Date
    Aug 2005
    Location
    Europe
    Posts
    1,142

    close to 15 partition limit

    Quote Originally Posted by Dream_wave View Post
    Hi; Here is the output for the HDD Fdisk
    Thats a lot of partitions. Very close to the openSUSE libata limit of 15 partitions.

Page 1 of 2 1 2 LastLast

Posting Permissions

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