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 ...
- 09-15-2005 #1Just 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. . .
- 09-15-2005 #2Just 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 thento check this. (I cannot seem to find anything ntfs in my kernel ATM, not sure if this works)Code:lsmod
To mount a disk with ntfs at a prompt as root, try running:
and substitute hdb1 with your drives device name and partition. hdb1 is my primary slave drive's first partition.Code:mount -t ntfs /dev/hdb1 /place/ofyourchoice
On most distros you can check this withCode:cat /proc/diskstats
- 09-15-2005 #3Linux 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.
- 09-15-2005 #4Just 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
- 09-15-2005 #5Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
NTFS can be read just fine by Linux. It cannot be written on in Linux without 3rd party software or without a custom kernel.
Originally Posted by chopin1810 ** 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! **
- 09-15-2005 #6Linux Enthusiast
- Join Date
- Aug 2005
- Posts
- 542
Not in my experiance...
- 09-15-2005 #7Just 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.
- 09-15-2005 #8
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!
- 09-15-2005 #9Just Joined!
- Join Date
- Mar 2005
- Location
- Vancouver, BC
- Posts
- 15
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!
Originally Posted by borromini
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/


Reply With Quote
