LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-16-2010, 07:53 AM   #1
Raveolution
Member
 
Registered: Mar 2004
Distribution: Fedora & CentOS
Posts: 213
Blog Entries: 2

Rep: Reputation: 26
Case-sensitivity issues on NTFS and VFAT


Is there a way I can mount NTFS and VFAT partitions and make them case-insensitive? Somehow I installed Linux this time around and it's all case sensitive. Argh.

Thanks in advance!
 
Old 02-16-2010, 08:42 AM   #2
Raveolution
Member
 
Registered: Mar 2004
Distribution: Fedora & CentOS
Posts: 213

Original Poster
Blog Entries: 2

Rep: Reputation: 26
Oh and I'm running Fedora Core 12 on this system... and putting "check=r" in fstab doesn't seem to work at all. Nor does "mount /dev/xxx /mnt/x -o check=r".

Uh, more edits. Wow. In an NTFS filesystem I am able to create both a "games" and "GAMES" directory. I thought NTFS was case aware but not case sensitive. Huh?

Last edited by Raveolution; 02-16-2010 at 08:52 AM.
 
Old 02-16-2010, 10:46 AM   #3
10110111
Member
 
Registered: Jun 2008
Location: St.-Petersburg, Russia
Distribution: (B)LFS, Ubuntu, SliTaz
Posts: 403

Rep: Reputation: 51
That's interesting... how will windows treat this?.. The only possible explanation i have is that ntfs-3g uses POSIX namespace feature of NTFS, which among other features gives you the ability to use characters restricted in windows (?:\ etc.)

Edit: Yes, i'm right: http://www.tuxera.com/community/ntfs...osixfilenames1

Last edited by 10110111; 02-16-2010 at 10:47 AM.
 
Old 02-16-2010, 10:09 PM   #4
Raveolution
Member
 
Registered: Mar 2004
Distribution: Fedora & CentOS
Posts: 213

Original Poster
Blog Entries: 2

Rep: Reputation: 26
Quote:
Originally Posted by 10110111 View Post
That's interesting... how will windows treat this?.. The only possible explanation i have is that ntfs-3g uses POSIX namespace feature of NTFS, which among other features gives you the ability to use characters restricted in windows (?:\ etc.)

Edit: Yes, i'm right: http://www.tuxera.com/community/ntfs...osixfilenames1
Yeah but how do I fix it so I can have case insensitivity on vfat and ntfs again?

I did not have this problem until RH 12. Argh.
 
Old 02-17-2010, 06:54 AM   #5
10110111
Member
 
Registered: Jun 2008
Location: St.-Petersburg, Russia
Distribution: (B)LFS, Ubuntu, SliTaz
Posts: 403

Rep: Reputation: 51
Read the link. A workaround is given there.
 
1 members found this post helpful.
Old 02-19-2010, 08:12 PM   #6
Raveolution
Member
 
Registered: Mar 2004
Distribution: Fedora & CentOS
Posts: 213

Original Poster
Blog Entries: 2

Rep: Reputation: 26
Quote:
Originally Posted by 10110111 View Post
Read the link. A workaround is given there.
Oh my God. What a mess of a workaround. I wish I hadn't upgraded from FC11 now. I didn't have this problem then.
 
Old 03-07-2010, 06:00 AM   #7
Raveolution
Member
 
Registered: Mar 2004
Distribution: Fedora & CentOS
Posts: 213

Original Poster
Blog Entries: 2

Rep: Reputation: 26
Sigh. Okay. Here's the solution for techies. Don't try this if you're not a stuntm^H^H^H^H^H^Hsavvy linux user.

Set up your ntfs directory as some kind of share. Say, the /etc/fstab entry is
UUID=xxxxxx /mnt/1 ntfs defaults 0 0
your ip address (discover this via ifconfig) is 192.168.1.5
and you shared your filesystem as "system" in samba. (I'll keep it a simple example.)
and you have a network share mountpoint /mnt/ntfsblah1

You would type (as root?)
mount -t cifs -o nocase //192.168.1.5/system/mnt/1 /mnt/ntfsblah1

to automount this in /etc/fstab you'd write
//192.168.1.5/system/mnt/1 /mnt/ntfsblah1 cifs rw,nocase,passwd=<your samba share access password> 0 0

if you have no network share access password (probably because your family writes their passwords on STICKYNOTES!!!) then just make it "passwd=" and leave it at that and it'll work anyway.

This is how it works for me, anyway.
 
  


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
perl case sensitivity cmontr Programming 2 10-09-2009 07:35 PM
case sensitivity newbiesforever Linux - General 2 02-26-2009 11:08 PM
Kerberos and case sensitivity chriscowley Linux - Networking 1 05-02-2008 09:53 AM
Case-Sensitivity in Python Odd_Bloke Programming 2 09-02-2003 04:20 PM
Case sensitivity in SED substitutions jkoch Programming 1 02-21-2003 04:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:28 AM.

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