Find the answer to your Linux question:
Results 1 to 10 of 10
Well when I open My Computer what I see and read from I`m using Suse11.1 KDE 4.1 Disk Information Device Filesystem Total space Available space / ext3 284.5 GB 266.3 ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    12

    Question [SOLVED] How can I use my other HD?

    Well when I open My Computer what I see and read from
    I`m using Suse11.1 KDE 4.1
    Disk Information

    Device Filesystem Total space Available space
    / ext3 284.5 GB 266.3 GB
    18.1 GB
    / ntfs-3g 298.1 GB

    Suse recognize ntfs-3g that HD is WinXP.
    How can I open that one ntfs-3.

    Please could you help me,I can`t find the answer.
    Thank you ,I appreciate for helping me out.

    Waterhorse

  2. #2
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    If doubble-clicking on that hard drive in Konqueror doesn't automatically mount the hard drive (like it should), then we may have to set up a manual permanent mount point.

    We can try a manual mount and see if it works, but we need more info first.

    please post the ouput of the following (from a terminal (like Konsole)):

    Code:
    su
    (enter root password, no echo)
    
    fdisk -l
    
    cat /etc/fstab

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    12
    Quote Originally Posted by D-cat View Post
    If doubble-clicking on that hard drive in Konqueror doesn't automatically mount the hard drive (like it should), then we may have to set up a manual permanent mount point.

    We can try a manual mount and see if it works, but we need more info first.

    please post the ouput of the following (from a terminal (like Konsole)):

    Code:
    su
    (enter root password, no echo)
    
    fdisk -l
    
    cat /etc/fstab
    disk: invalid option -- '1'

    Usage: fdisk [-b SSZ] [-u] DISK Change partition table
    fdisk -l [-b SSZ] [-u] DISK List partition table(s)
    fdisk -s PARTITION Give partition size(s) in blocks
    fdisk -v Give fdisk version
    Here DISK is something like /dev/hdb or /dev/sda
    and PARTITION is something like /dev/hda7
    -u: give Start and End in sector (instead of cylinder) units
    -b 2048: (for certain MO disks) use 2048-byte sectors

    /dev/disk/by-id/ata-ST3320620A_9QF47G6K-part2 swap swap defaults 0 0
    /dev/disk/by-id/ata-ST3320620A_9QF47G6K-part1 / ext3 acl,user_xattr 1 1
    proc /proc proc defaults 0 0
    sysfs /sys sysfs noauto 0 0
    debugfs /sys/kernel/debug debugfs noauto 0 0
    usbfs /proc/bus/usb usbfs noauto 0 0
    devpts /dev/pts devpts mode=0620,gid=5 0 0
    I try to click on the HD nothing happening.
    I use suse11.1 32-bit it recognize it but not 64-bit.
    and I hope it helps you.
    I appreciate you for helping me out and we hope we can solve the problem together.

  4. #4
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Code:
    fdisk -l
           ^--- that's a lower case L, as in "list".
    Sorry for the confusion.

  5. #5
    Just Joined!
    Join Date
    Feb 2009
    Posts
    12
    Quote Originally Posted by D-cat View Post
    Code:
    fdisk -l
           ^--- that's a lower case L, as in "list".
    Sorry for the confusion.
    That is ok I`m newbie that one I or 1 looks a like.

    Disk /dev/sda: 320.0 GB, 320072933376 bytes
    255 heads, 63 sectors/track, 38913 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x4d2c4d2c

    Device Boot Start End Blocks Id System
    /dev/sda1 * 2 37728 303042127+ 83 Linux
    /dev/sda2 37729 38913 9518512+ 82 Linux swap / Solaris

    Disk /dev/sdb: 320.0 GB, 320072933376 bytes
    255 heads, 63 sectors/track, 38913 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x4d784d78

    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 38912 312560608+ 7 HPFS/NTFS

    There you go now I got it,Thank to let me know.

  6. #6
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Thank you, I have enough to make a quick fix, but I want to ask one more thing first for the purpose of looking ahead.

    Question: Are you or do you plan to run Microsoft Windows on this machine? If yes, you can mount as-is, however, if not, I'd suggest reformatting the drive in a Linux native format (like ext3), which makes drive maintenance easier. What is your intended use for this drive?

  7. #7
    Just Joined!
    Join Date
    Feb 2009
    Posts
    12
    Well for a little more and I use winxp .Microsoft support Winxp for a few months thats it and from that I like to setup .

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Open Terminal and execute this
    Code:
    su -
    mkdir /media/sdb1
    Open /etc/fstab file with root privileges and add this line at the end of file.
    Code:
    /dev/sdb1  /media/sdb1  ntfs-3g  defaults,umask=0  0  0
    Save file and execute mount -a command or reboot machine. Check /media/sdb1 folder. You will have full access in NTFS partition.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined!
    Join Date
    Feb 2009
    Posts
    12

    Thumbs up

    Quote Originally Posted by devils casper View Post
    Open Terminal and execute this
    Code:
    su -
    mkdir /media/sdb1
    Open /etc/fstab file with root privileges and add this line at the end of file.
    Code:
    /dev/sdb1  /media/sdb1  ntfs-3g  defaults,umask=0  0  0
    Save file and execute mount -a command or reboot machine. Check /media/sdb1 folder. You will have full access in NTFS partition.
    Thank you and I appreciate for you help.
    I`ll be back in few weeks.

    Waterhorse

  10. #10
    Just Joined!
    Join Date
    Feb 2009
    Posts
    12
    I came back yesterday and I reinstall fresh suse11.1 with a 64-bit it recognize my HD .
    But I will tell all of you I just install 64-bit and not32-bit suse11.1.

    that solved the problem

    Thank you try to help me and I appreciated very much

    waterhorse

Posting Permissions

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