UNDERCODE COMMUNITY
2.68K subscribers
1.23K photos
31 videos
2.65K files
80.3K links
πŸ¦‘ Undercode Cyber World!
@UndercodeCommunity


1️⃣ World first platform which Collect & Analyzes every New hacking method.
+ AI Pratice
@Undercode_Testing

2️⃣ Cyber & Tech NEWS:
@Undercode_News

3️⃣ CVE @Daily_CVE

✨ Web & Services:
β†’ Undercode.help
Download Telegram
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘Miscellaneous tools-do not compile kernel support rh8 BY UNDERCODE
FB.COM/uNDERCODEtESTING

My Method (original rh8, not upgraded or compiled kernel):
1. Search on google.com And download kernel-ntfs-2.4.18-14.i686.rpm
2. rpm -ivh kernel-ntfs-2.4.18-14.i686.rpm
3. mkdir / mnt / c
4. mount -t ntfs / dev / hda1 / mnt / c

Original
http://fr2.rpmfind.net/linux/rpm2html/search.php?query=kernel-ntfs
This method is really great. If you go down to an RPM, it will be OK. Choose the kernel that corresponds to your system RPM

#uname -a
will have a message similar to the following
Linux LinuxSir01 2.4.18-17.8.0 # 1 Tue Oct 8 13:51:08 EDT 2002 i686 i686 i386 GNU / Linux
This is about to download and 2.4.18-17.8 Corresponding to the kernel. . We need to analyze specific issues.
The above is the Intel CPU. . . . .

If you have an AMD CPU, it's something like this. .

Linux LinuxSir01 2.4.18-14 # 1 Wed Sep 4 12:13:11 EDT 2002 i686 athlon i386 GNU / Linux
Take a look here, is there an athlon in the red letters? Then you need to download the end of athlon.rpm, but it can not be the file name and do not carry smp or the like, the above example is the same.

Then install the downloaded RPM on

#rpm -ivh ker * rpm --nodeps --force

mount partition for some specific work:

#mkdir / mnt / WinC
#mount -t ntfs / dev / hda1 / mnt / WinC
#cd / mnt / WinC to

see if it can be accessed? If you cannot access it, it means that the downloaded RPM does not correspond to the kernel version. Think about what you should download. . . . .

WRITTEN BY UNDERCODE
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁