LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-14-2006, 02:36 PM   #16
nykey
Member
 
Registered: Nov 2003
Posts: 360

Rep: Reputation: 30

Quote:
Originally Posted by gbonvehi
You can't by default and it's not recommended unless you use a third party driver (I don't remember their names, but you'll have to search for it).
As Microsoft never released NTFS specifications all you can get from open source efforts are read and overwrite access to NTFS filesystem. That means, you can read, and change the content but not the size of files that already exists (and this is still beta).

This is why is not a good ideea, because ntfs write access is not fully stable, and you may end up with corrupt data on your ntfs partition. do you want to take the risk of loosing everything ? it doesn't matter if you use a third party ntfs driver under my opinion is still risky. And the reasons why ntfs access is not complete you got the answer from gbonvehi in the quote above, so this question would best fit to micro$oft.
 
Old 07-14-2006, 02:37 PM   #17
Daga
Member
 
Registered: Apr 2006
Location: A comfy chair...
Distribution: Slackware
Posts: 111

Rep: Reputation: 15
Quote:
Originally Posted by ahmed gamal
what i want to ask why it isn't a good idea to write to ntfs???
Quote:
Originally Posted by gbonvehi
As Microsoft never released NTFS specifications all you can get from open source efforts are read and overwrite access to NTFS filesystem. That means, you can read, and change the content but not the size of files that already exists (and this is still beta).
As gbonvehi said, Microsoft has kept the NTFS specs kindof secret. There have also been several revisions since it first appeared in Windows NT (hint: NT File System). It takes time and effort to learn the secrets of NTFS partitions, and most kernel hackers have other things on their minds also.
 
Old 07-14-2006, 02:46 PM   #18
ahmed gamal
Member
 
Registered: Aug 2005
Location: Egypt
Distribution: slackware + XP
Posts: 591

Original Poster
Rep: Reputation: 30
ok i will switch back to my fat32
but how can i configure slack to use my drivers as fat32 not as ntfs????
 
Old 07-14-2006, 03:04 PM   #19
marozsas
Senior Member
 
Registered: Dec 2005
Location: Campinas/SP - Brazil
Distribution: SuSE, RHEL, Fedora, Ubuntu
Posts: 1,499
Blog Entries: 2

Rep: Reputation: 68
Quote:
Originally Posted by ahmed gamal
what i want to ask why it isn't a good idea to write to ntfs???
because it is not done yet. It is still in development stage.
At this stage, massive data corruption was observed in several cases.
 
Old 07-14-2006, 03:11 PM   #20
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by ahmed gamal
but how can i configure slack to use my drivers as fat32 not as ntfs????
What on Earth do you mean?
 
Old 07-14-2006, 03:15 PM   #21
nykey
Member
 
Registered: Nov 2003
Posts: 360

Rep: Reputation: 30
If you mean, you want to use fat32 partitions, and if isn't already enabled, then you must recompile your kernel , unde File systems , enable DOS FAT fs support, then enable VFAT (Windows-95) fs support .
 
Old 07-14-2006, 03:17 PM   #22
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Also, if the partitions are formatted NTFS, you'll have to reformat them as FAT 32 before using them as such, surely..
 
Old 07-14-2006, 03:17 PM   #23
ahmed gamal
Member
 
Registered: Aug 2005
Location: Egypt
Distribution: slackware + XP
Posts: 591

Original Poster
Rep: Reputation: 30
i mean that i have mounted my ntfs drives on slack
now i will chang them from ntfs to fat32
then i must remount them
can any body help me?

Last edited by ahmed gamal; 07-14-2006 at 03:18 PM.
 
Old 07-14-2006, 03:22 PM   #24
nykey
Member
 
Registered: Nov 2003
Posts: 360

Rep: Reputation: 30
ok, then change them from ntfs to fat using partition magic under window$ or whatever software you want, then return to Linux, make sure you have DOS FAT fs support and VFAT (Windows-95) fs support enabled in your kernel config, either as module or built-in drivers. Then mount them by either adding a line in /etc/fstab for them, or from the command prompt as follows: mount -t vfat /dev/hdXy /mnt/mountpoint (replace X and y with your config), for example if you want to mount first partition on the primary master disk (your C: drive that would be) the command should look like: mount -t vfat /dev/hda1 /mnt/mountpoint . Make sure the directory /mnt/mountpoint exists before trying to mount it.
 
Old 07-14-2006, 03:39 PM   #25
ahmed gamal
Member
 
Registered: Aug 2005
Location: Egypt
Distribution: slackware + XP
Posts: 591

Original Poster
Rep: Reputation: 30
what do you mean by "compiling kernal" which kernal do u mean my 2.4 or compile a new one 2.6???
and how can be sure to have DOS FAT fs support and VFAT (Windows-95) fs support enabled in my kernel config?????

Last edited by ahmed gamal; 07-14-2006 at 04:32 PM.
 
Old 07-14-2006, 04:08 PM   #26
nykey
Member
 
Registered: Nov 2003
Posts: 360

Rep: Reputation: 30
Ok, I see we have really big problems communicating, and also seen that you open numerous threads when you could had just state all your problems in one, anyway... I will ask some questions and you read them carefully, understand them carefully and most important answer them carefully. They will include all problems from all your threads in this one, cause as I've seen all are kernel related, meaning you must mingle with the kernel in a way or another.
You stated that you are running kernel 2.4.31 somewhere in a thread, you can either keep this one, or install (compile) a new 2.6.x kernel, think about it and let me know in the post you are going to reply so we know what to do.

In this thread you ask help (lately) to mount your fat32 partitions (assuming you already have them, or converted them from ntfs to fat32 from within window$ with Partition Magic as you've mentioned before). Now, I need you to be booted in Linux, execute the following commands, copy the output you get after issuing them, and paste them here so we can check them. Open a terminal emulator (ex. Konsole, xterm, rxvt, etc.) and:
1. fdisk -l
2. df -ha
3. cat /etc/fstab
Again, copy all the output of these commands and paste them here.

In another thread you complain that your Realtek RTL-8139 PCI Fast Ethernet Adapter doesn't work, that drivers for it don't exist and things like that. You're wrong, the only way it could not work is if your network card is broke, because drivers for this kind of card exist in the kernel (both 2.4.x and 2.6.x have it). This we will set up later, after you decide on what kernel version you want and finish with your fat32 partitions problem.

This is my last effort in helping you, cause sometimes I get the feeling you don't give too much, so if you really want this to work out, fast and quiet, just answer my questions and follow my lead. Waiting for replay.

PS: about your spelling.... I'm not from US neither, I didn't come from academy or very high schools, but you could at least try using the spell checker existing here. That means if you write a word incorrectly, that word will have a red color, so you can review it until you get it right... just so we can understand each other better.
 
Old 07-14-2006, 04:29 PM   #27
raska
Member
 
Registered: Aug 2004
Location: Aguascalientes, AGS. Mexico.
Distribution: Slackware 13.0 kernel 2.6.29.6
Posts: 816

Rep: Reputation: 31
I just hate that windoze doesn't like to format FAT32 partitions bigger than 32 gigs, that was implemented to force the users to use NTFS on their drives; however you can format your smaller-than-32-gigs partition as FAT32 and latter resize it with parted, Partition Magic or any other software.

kind of offtopic but I wanted to share that link

Last edited by raska; 07-14-2006 at 04:30 PM.
 
Old 07-14-2006, 04:50 PM   #28
tobyl
Member
 
Registered: Apr 2003
Location: uk
Distribution: slackware current
Posts: 768

Rep: Reputation: 64
you could read here:
http://www.linux-ntfs.org/

and also /Documentation/filesystems/ntfs.txt
in the Kernel tree if you have downloaded a kernel from http://www.kernel.org/

tobyl
 
Old 07-14-2006, 10:47 PM   #29
ahmed gamal
Member
 
Registered: Aug 2005
Location: Egypt
Distribution: slackware + XP
Posts: 591

Original Poster
Rep: Reputation: 30
here you are
root@host:~# fdisk -l

Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 894 7181023+ 7 HPFS/NTFS
/dev/hda2 895 9729 70967137+ f W95 Ext'd (LBA)
/dev/hda5 895 3104 17751793+ 7 HPFS/NTFS
/dev/hda6 3105 5314 17751793+ 7 HPFS/NTFS
/dev/hda7 5315 7524 17751793+ 7 HPFS/NTFS
/dev/hda8 7525 8829 10482381 7 HPFS/NTFS
/dev/hda9 8830 8892 506016 82 Linux swap
/dev/hda10 8893 9729 6723171 83 Linux
root@host:~# df -ha
Filesystem Size Used Avail Use% Mounted on
/dev/hda10 6.3G 2.9G 3.1G 48% /
proc 0 0 0 - /proc
/dev/hda1 6.9G 4.9G 2.1G 71% /mnt/win_C
/dev/hda5 17G 14G 3.1G 82% /mnt/win_D
/dev/hda6 17G 16G 1.4G 93% /mnt/win_E
/dev/hda7 17G 14G 3.7G 79% /mnt/win_F
/dev/hda8 10G 7.0G 3.1G 70% /mnt/win_G
devpts 0 0 0 - /dev/pts
usbfs
root@host:~# cat /etc/fstab
/dev/hda9 swap swap defaults 0 0
/dev/hda10 / ext3 defaults 1 1
/dev/hda1 /mnt/win_C ntfs ro 1 0
/dev/hda5 /mnt/win_D ntfs ro 1 0
/dev/hda6 /mnt/win_E ntfs ro 1 0
/dev/hda7 /mnt/win_F ntfs ro 1 0
/dev/hda8 /mnt/win_G ntfs ro 1 0
/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
 
Old 07-15-2006, 06:17 AM   #30
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Speaking about this subject, just right on news headers: http://sourceforge.net/mailarchive/f...&forum_id=2697
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
any way to write to ntfs speel Linux - General 5 06-24-2005 06:16 AM
NTFS write zchoyt Linux - Software 7 06-09-2005 09:15 PM
how do i write to NTFS zaicheke Slackware 7 07-25-2004 07:28 PM
cannot write in ntfs alaios Linux - Hardware 10 04-17-2003 11:16 AM
Has anybody actually tried NTFS write? bax Linux - General 8 10-04-2002 01:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration