Featured Worklog

Price Search



PC Apex Sponsor


PC Apex Sponsors



PC Apex RSS Feeds

RSS Feed for PC Apex Reviews & ArticlesRSS Feed for PC Apex PC Modding WorklogsRSS Feed for the PC Apex Daily DisturbanceRSS Feed for the latest PC Apex Site NewsRSS Feed for PC Apex Affiliate and Web NewsRSS Feed for PC Apex Deals and Steals

Go Back   Apex Community Forums // Other Forums // Miscellaneous Stuff // Anything Goes

Anything Goes Just like it says... anything goes.

Reply
 
LinkBack Thread Tools Display Modes
Old 16-October-05, 07:43 AM   #1 (permalink)
Apex Tech God
mot19's Avatar
Default Linux Gurus?

I need help bad like RIGHT now, if there are any linux gurus on right now that could hit me up on aim at bearingarmsalone that would be amazing. PLEEEEZZZZ too stupid for linux
mot19 is offline     Reply With Quote
Old 16-October-05, 07:57 AM   #2 (permalink)
I Drive A Mac
post_break's Avatar
Default

Could you be just a little more specific?
post_break is offline     Reply With Quote
Old 16-October-05, 06:39 PM   #3 (permalink)
Apex Tech God
mot19's Avatar
Default

Quote:
Originally Posted by post_break
Could you be just a little more specific?

yeah i need to transfer files from my other hardrive ntfs, to my linux harddrive. Linux dosnt see the drive, but in hardware browser it does see it. Any help?
mot19 is offline     Reply With Quote
Old 16-October-05, 06:59 PM   #4 (permalink)
I Drive A Mac
post_break's Avatar
Default

Correct me if Im wrong but I think linux only plays with Fat32.
post_break is offline     Reply With Quote
Old 16-October-05, 07:11 PM   #5 (permalink)
Supe-Hoe-Charged
turbopsi's Avatar
Default

Linux uses it's own file system, it's not FAT32..

Linux can read NTFS, but Windows can't read from the linux file system(trust me, I have linux and windows xp on this machine).

I use a 5gb FAT32 partition to swap files from linux to windows XP, and Linux can just read from the drive. I don't know what your problem is..

Give PengLord a shout or something.. Hawklen even knows a bit about linux I believe..
turbopsi is offline     Reply With Quote
Old 16-October-05, 08:05 PM   #6 (permalink)
Apex Tech Maniac Supreme
Peng Lord's Avatar
Default

IIRC, NTFS support is still experimental. Reads are quite possible, but writes are not so trustworthy. I tried it at one time with great results on the reads, didn't try to write. Good Luck.

From andantech
Quote:
All modern Linux kernels (all 2.4.x and many 2.2.x) DO support NTFS in read-only mode.

Long Answer:
Although you can read NTFS partitions created with any version of Windows NT, you can not WRITE to an NTFS partition created with Windows 2000, XP, or anything yet to come. NTFS partitions created with Windows NT 4.0 and earlier CAN be written to, but this tends to make a mess of the file system, so make sure to do a chkdsk when you boot into NT after writing from Linux.

Below are in-depth instructions on how to gain access to your NTFS partition from Linux.

To access your NTFS partition:
  1. Open a shell if you haven't already.
  2. Become root. Do this by running su and entering your root password when prompted.
  3. Create a mount point for the NTFS partition. mkdir /mnt/ntfs
  4. Mount your NTFS partition. mount -t ntfs -o umask=644 /dev/device /mnt/ntfs

    Replace device with the name of your NTFS partition. See below for advice on how to find this if you don't know.
  5. The contents of the NTFS partition is now part of your tree. When you want to access a file on it, just think of /mnt/ntfs as C:\ and you're all set.
  6. When you are done, repeat steps 1 and 2 (if you exited the shell) and run umount /mnt/ntfs
If you want all that to be done automatically when you boot Linux (doesn't take effect until you reboot of course):
  1. Open a shell and become root as described before.
  2. Open your fstab file. kedit /etc/fstab

    Note that this assumes you have KEdit (part of the kdeapps package) installed. If you don't, replace kedit with vim, xemacs, gnotepad, or whatever text editor you like.
  3. Add this line somewhere in the file:

    /dev/device /mnt/ntfs ntfs umask=000 0 0
  4. Save and exit.
Note that you have to make sure the directory /mnt/ntfs exists before you reboot, or else it just won't work.

To figure out what device your NTFS partition is:
  1. What kind of hard drive is it on?

    If it's on an internal IDE drive, it will be HDxy

    If it's on a SCSI drive, or a pen drive, or an IDE drive hooked up to USB or FireWire, or any number of bizarre methods, it will be SDxy
  2. Which device letter (x) is it?

    IDE drives will be A for primary master, B, for primary slave, C for secondary master, and so on.

    SCSI and other drives will be A for the first detected, B for second, and so on.



    If that doesn't help, run dmesg | less and look through it for clues.
  3. Which partition number (y) is it?

    The first partition on the disk will be 1, and the second will be 2, and so on.



    So if it's the second partition on your primary master IDE drive, the device is HDA2
If you get an error about NTFS not being supported by your kernel, the first thing you should try is to install the NTFS kernel module:
  1. Open a shell and become root.
  2. Install the module. modprobe ntfs
If no errors, try mounting again. If you do get an error, you might have to build yourself a new kernel.

Also check here:
http://linux-ntfs.sourceforge.net/

P.S. I'm not really a Linux guru, just got a custom tag for some unknown reason, my name has a dramatically different meaning; a high school buddy thought I walked like a penguin and gave me a stuffed penguin as a gag gift, since then I've amassed a rather large collection of penguin related merchandise.
Peng Lord is offline     Reply With Quote
Old 16-October-05, 08:25 PM   #7 (permalink)
Dex
Retr-hoe Reviewer
Dex's Avatar
Default

Quote:
Originally Posted by turbopsi
Linux uses it's own file system, it's not FAT32..

Linux can read NTFS, but Windows can't read from the linux file system(trust me, I have linux and windows xp on this machine).

I use a 5gb FAT32 partition to swap files from linux to windows XP, and Linux can just read from the drive. I don't know what your problem is..

Give PengLord a shout or something.. Hawklen even knows a bit about linux I believe..

I think he was implying that Linux can only play ball with Fat32 Windows partitions, not that Linux uses that file system.

Mot, as has been said before, you won't find much joy trying to get Linux to behave with NTFS.Using a Fat32 partition or separate drive like Turbo mentioned is a good idea.

Ill hit you up on IM again when I get Slackware reinstalled, see if have any joy with those pesky nVidia drivers
Dex is offline     Reply With Quote
Old 16-October-05, 08:36 PM   #8 (permalink)
Apex Tech God
mot19's Avatar
Default

Yeah ive tried to mount my ntfs drive and all it tells me is that my kenal does not support ntfs...i never had this problem before when i ran redhat. Im starting to hate Linux, well at least fedora, it dosnt even come with mp3 plugin, and to make things more annoying i installed the 64bit version so theres no flash, then, i suck at linux so i cant get crap running....well at least i got my vid drivers and lan drivers installed.....
mot19 is offline     Reply With Quote
Old 16-October-05, 08:48 PM   #9 (permalink)
Supe-Hoe-Charged
turbopsi's Avatar
Default

Quote:
Originally Posted by Dex
I think he was implying that Linux can only play ball with Fat32 Windows partitions, not that Linux uses that file system.

Mot, as has been said before, you won't find much joy trying to get Linux to behave with NTFS.Using a Fat32 partition or separate drive like Turbo mentioned is a good idea.

Ill hit you up on IM again when I get Slackware reinstalled, see if have any joy with those pesky nVidia drivers

Like I said, linux can "play ball" with NTFS as well...

SuSE can anyways...

I can play my MP3's from linux.. .and they are on my Windows drive... I can also browse all my program files etc.. do pretty much anything I want to my primary NTFS drive...

Just can't do jack to my linux partition using XP....
turbopsi is offline     Reply With Quote
Old 16-October-05, 08:55 PM   #10 (permalink)
PCApex Review Editor
drougnor's Avatar
Default

Well, you are right on one count . . Fedora BLOWS! Try Ubuntu.

The reason that Fedora doesn't have NTFS support (same goes for MP3) is that the RedHat folks are terrified of being sued over including those parts into the software. You CAN get fedora to work with NTFS but it's a pain in the ass, and can sometimes damage your data if you breath the wrong way.

Ubuntu, so far as I know, can read from NTFS with no issues at all. So, that's my 2 cents on the issue.

Also, you may want to hit up the Linux Kung Fu section of Ars Technica's forums. That's where I learned all about getting the NTFS functionality back up and running in Fedora.
drougnor is offline     Reply With Quote
Old 16-October-05, 09:05 PM   #11 (permalink)
Dex
Retr-hoe Reviewer
Dex's Avatar
Default

Screw Ubuntu, Slackware all the way.
Dex is offline     Reply With Quote
Old 17-October-05, 12:46 AM   #12 (permalink)
Apex Tech God
mot19's Avatar
Default

Well me and Fedora made love and were now happy together. Got MP3 playback, got it talking to my ntfs, last thing i need is for macromedia to stop being gay and release flash for 64bit linux.
mot19 is offline     Reply With Quote
Reply

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How many math gurus are out there? Romeo21779 Anything Goes 23 13-April-07 10:07 PM
To All Linux Gurus out there alpha754293 Other OC Hardware/Software 2 25-December-05 11:05 PM
Help Win 98 Registry gurus...!!! godfoot Windows OS Problems 2 27-January-04 12:31 AM
For you cheiftech gurus Ace123 Anything Goes 5 29-June-03 08:33 PM
Need Help From You Compute GURUS Kalifornia909 Anything Goes 8 31-October-02 11:07 AM


All times are GMT -5. The time now is 02:41 AM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Copyright PCApex.com, GameApex.com, ForumApex.com 2001 - 2008
Advertisements

Page generated in 0.24097 seconds with 9 queries