Find the answer to your Linux question:
Results 1 to 9 of 9
I have Kubuntu Linux 5.4 installed on an extra 40gig HD that I had laying around and I just had a quick question. I know to use the Grub boot ...
  1. #1
    Just Joined!
    Join Date
    Feb 2005
    Location
    Charlotte, NC
    Posts
    38

    Windows HD

    I have Kubuntu Linux 5.4 installed on an extra 40gig HD that I had laying around and I just had a quick question. I know to use the Grub boot thing, I have to set the linux HD to first boot device. . . but when I'm in linux, and I goto "Storage Media" it has my 80gig windows drive shown, but when I click on it, it says it isn't mounted.

    How could I get into my Windows drive? I LOVE using linux, but I have no music on this drive and 2000+ on my other. . .

  2. #2
    Just Joined!
    Join Date
    Mar 2005
    Location
    Vancouver, BC
    Posts
    15
    I assume your drive is ntfs?
    You should probably check to see if NTFS is supported in your kernel first.

    I don't know of any way then
    Code:
    lsmod
    to check this. (I cannot seem to find anything ntfs in my kernel ATM, not sure if this works)

    To mount a disk with ntfs at a prompt as root, try running:

    Code:
    mount -t ntfs /dev/hdb1 /place/ofyourchoice
    and substitute hdb1 with your drives device name and partition. hdb1 is my primary slave drive's first partition.

    On most distros you can check this with
    Code:
    cat /proc/diskstats

  3. #3
    Linux Enthusiast
    Join Date
    Aug 2005
    Posts
    542
    Yes, try that. NTFS cannot be read by linux partitions. This is why I use fat32 for my windoze partiton.

  4. #4
    Just Joined!
    Join Date
    Feb 2005
    Location
    Charlotte, NC
    Posts
    38
    well, i run the nt file system on my other HD, so . . . bleh, whatever. NOt tooo important for me to access it. At least Linux actually sees the drive, Windows won't even look at it lol

  5. #5
    Linux Engineer
    Join Date
    Apr 2005
    Location
    Belgium
    Posts
    1,429
    Quote Originally Posted by chopin1810
    Yes, try that. NTFS cannot be read by linux partitions. This is why I use fat32 for my windoze partiton.
    NTFS can be read just fine by Linux. It cannot be written on in Linux without 3rd party software or without a custom kernel.
    ** Registered Linux User # 393717 and proud of it ** Check out www.zenwalk.org
    ** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **

  6. #6
    Linux Enthusiast
    Join Date
    Aug 2005
    Posts
    542
    Not in my experiance...

  7. #7
    Just Joined!
    Join Date
    Jan 2005
    Location
    Topeka, KS, USA
    Posts
    88
    apt-get install libntfs5

    That will give you the ability to read from your NTFS partition once you get mount setup properly.

  8. #8
    Linux User truoc444's Avatar
    Join Date
    Aug 2005
    Location
    Southern Roots, Stuck in the Mountains
    Posts
    348
    ubuntuguide.org has directions to make a windows partition mount at boot in ubuntu.
    Desktop: Dual Xeon 2.8 GHz 1.5 GB RAM Ubuntu/XP Pro
    Laptop: Macbook 2 GHz C2Duo 3 GB RAM OS X/ Ubuntu/ XP Pro
    Linux Registration #396559

    Go 'Stros!

  9. #9
    Just Joined!
    Join Date
    Mar 2005
    Location
    Vancouver, BC
    Posts
    15
    Quote Originally Posted by borromini
    Quote Originally Posted by chopin1810
    Yes, try that. NTFS cannot be read by linux partitions. This is why I use fat32 for my windoze partiton.
    NTFS can be read just fine by Linux. It cannot be written on in Linux without 3rd party software or without a custom kernel.
    Yes. And even with a custom kernel the only way to write is to replace the existing files with only files of the same size!

    I did try to use 'Captive NTFS' and it got to the point where I downloaded part of WinXP-SP2 to grab ntfs.sys or the like from it.

    http://www.jankratochvil.net/project/captive/

Posting Permissions

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