Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 21-07-2005, 10:18 PM   #1 (permalink)
Apprentice
 
Join Date: Apr 2005
Posts: 61
Default ASP Linux 10 and Windows partitions


i installed ASP Linux 10, but it doesnt see my Windows partitions (which are NTFS). Although, other Linux distros can see them...do i need 2 install somethin to make Linux see them?
zerohourkill is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 22-07-2005, 12:53 AM   #2 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

what does this command show?
ls /lib/modules/`uname -r`/kernel/fs/ntfs/

It should list a kernel module ntfs.ko .. If it doesnot show, then ntfs support if missing from your kernel. You need to get stock kernel and recompile with ntfs support.

You may also try to insmod ntfs . If it gives error that means ntfs is surely not there.
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 22-07-2005, 02:05 AM   #3 (permalink)
Apprentice
 
Join Date: Apr 2005
Posts: 61
Default

i tried ls /lib/modules/`uname -r`/kernel/fs/ntfs/ and it did list ntfs.ko i also found this five in one of the system folders, but when i typed insmod ntfs it gave error

wut should i do?
zerohourkill is offline  
Old 22-07-2005, 10:24 AM   #4 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

Quote:
Originally Posted by zerohourkill
but when i typed insmod ntfs it gave error wut should i do?
It would be really nice if you tell what error you got while inserting module.
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 22-07-2005, 02:51 PM   #5 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

Modern linux kernels use the kernel module autoloader, so you won't need to insmod the module if its present, just try to mount your windows partition -

Code:
mount -t ntfs /dev/hda1 /mnt/win/
Replace /dev/hda1 with the partition corresponding to your windows drive, hda1 is the first primary partition on the first hard disk (usually C drive if you installed windows first), hda5 will be the first logical partition (usually D drive) and so on ...

BTW if the module was not loaded automatically, try modprobe ntfs instead of insmod, it will load the dependencies (if any) along with the module.
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
ujjwal is offline  
Old 23-07-2005, 03:46 AM   #6 (permalink)
Apprentice
 
Join Date: Apr 2005
Posts: 61
Default

Quote:
Originally Posted by GNUrag
Quote:
Originally Posted by zerohourkill
but when i typed insmod ntfs it gave error wut should i do?
It would be really nice if you tell what error you got while inserting module.
it was: Insmod:can't read 'ntfs' No such file or directory
zerohourkill is offline  
Old 23-07-2005, 11:02 AM   #7 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

Also try ujjwal's suggestion. # modprobe -v ntfs will insert the module.

Actually this could have worked.
# insmod /lib/modules/`uname -r`/kernel/fs/ntfs/ntfs.ko
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 04:51 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2