473,386 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Develop using FAT32?

I'd be interested in comments pro or con about using -- or not using -- the
FAT32 file system for ASP.NET development and testing.
--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
Jul 21 '05 #1
6 1636
Clinton,

What can be the differences in your opinion?

Cor
Jul 21 '05 #2
AFIK Fat32 has no security meaning anybody and anything can access any
resource on a Fat32 file system. Would simply installing the .NET Framework
on that file system provision the ASP.NET Machine Account? I've never used a
Fat32 file system but I have read comments claiming Fat32 it is not as
reliable or stable as NTFS.

<%= Clinton Gallagher


"Cor Ligthert" <no************@planet.nl> wrote in message
news:eb**************@TK2MSFTNGP14.phx.gbl...
Clinton,

What can be the differences in your opinion?

Cor

Jul 21 '05 #3
> AFIK Fat32 has no security meaning anybody and anything can access any
resource on a Fat32 file system. Would simply installing the .NET
Framework
on that file system provision the ASP.NET Machine Account? I've never used
a
Fat32 file system but I have read comments claiming Fat32 it is not as
reliable or stable as NTFS.

<%= Clinton Gallagher


Clinton,

When you do it well, than nobody can access your drives, what you tell is
when somebody plugs in a floppy in your station and that needs another kind
of protection.

On the otherhand with you web application you need a 24 hours secure
filesystem. In my opinion is that better assured with NTFS than with Fat32.

However just my thought,

Cor.

Jul 21 '05 #4
Here is just one con, (there are probably many more).

http://msdn.microsoft.com/library/de...cessMethod.asp

If you create your Web application using FrontPage access on a server with a
FAT or FAT32 partition, you will not be able to use source control. This is
because the FAT partition does not allow for full security functionality, so
all operations are performed in the context of the same guest account. All
source control operations are performed in the context of this anonymous
user (IUSR_Machinename). This can incorrectly cause your files to appear to
be exclusively checked out to another user when you attempt to perform
check-in or check-out operations. To resolve this problem, convert your FAT
partition to NTFS file system.

Greg
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:Oo**************@TK2MSFTNGP14.phx.gbl...
I'd be interested in comments pro or con about using -- or not using --
the
FAT32 file system for ASP.NET development and testing.
--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/

Jul 21 '05 #5
I see your point and have been using NTFS but I simply wondered if there
were any issues putting Fat32 on a machine used for testing ASP.NET
applications. Thanks for your comments Cor...

<%= Clinton Gallagher

"Cor Ligthert" <no************@planet.nl> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
AFIK Fat32 has no security meaning anybody and anything can access any
resource on a Fat32 file system. Would simply installing the .NET
Framework
on that file system provision the ASP.NET Machine Account? I've never used a
Fat32 file system but I have read comments claiming Fat32 it is not as
reliable or stable as NTFS.

<%= Clinton Gallagher
Clinton,

When you do it well, than nobody can access your drives, what you tell is
when somebody plugs in a floppy in your station and that needs another

kind of protection.

On the otherhand with you web application you need a 24 hours secure
filesystem. In my opinion is that better assured with NTFS than with Fat32.
However just my thought,

Cor.

Jul 21 '05 #6
Thanks for comments and the resource Greg. The machine is only going to be
used for testing ASP.NET applications and will be configured with Windows
2000 so I can also test sites with IE 5.

<%= Clinton Gallagher

"Greg Burns" <greg_burns@DONT_SPAM_ME_hotmail.com> wrote in message
news:e2**************@TK2MSFTNGP12.phx.gbl...
Here is just one con, (there are probably many more).

http://msdn.microsoft.com/library/de...cessMethod.asp
If you create your Web application using FrontPage access on a server with a FAT or FAT32 partition, you will not be able to use source control. This is because the FAT partition does not allow for full security functionality, so all operations are performed in the context of the same guest account. All
source control operations are performed in the context of this anonymous
user (IUSR_Machinename). This can incorrectly cause your files to appear to be exclusively checked out to another user when you attempt to perform
check-in or check-out operations. To resolve this problem, convert your FAT partition to NTFS file system.

Greg
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:Oo**************@TK2MSFTNGP14.phx.gbl...
I'd be interested in comments pro or con about using -- or not using --
the
FAT32 file system for ASP.NET development and testing.
--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/


Jul 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Tim Gahnstrom | last post by:
rdiff-backup is aperently written in Python and when I run it in a special way I get some funy Python errors. Does anyone know if linux python have some issues with working with fat32 or usb...
4
by: Jonathan Li | last post by:
I have posted the question before but nobody have given me a solution. I would like to rephrase my requirement and want to hear your advice. We are developing application packages for logistics...
3
by: David N | last post by:
Hi All, I just wonder if in C#, I can develop a user defined control that can call its parent function which is not yet developed. For example, how do I make my user control call a...
2
by: [b2:ss] | last post by:
Can i distribute an application made with #develop under some commercial license (sahreware)? The GNU license is valid for modifyed versions of #develop source code only, or also for software made...
7
by: Dino M. Buljubasic | last post by:
I am wondering would this work on FAT16 and FAT32? if File.Exists("filePath\TestingTester.exe") I know that FAT16 uses 8 char file names and that a file longer then this would be automatically...
6
by: clintonG | last post by:
I'd be interested in comments pro or con about using -- or not using -- the FAT32 file system for ASP.NET development and testing. -- <%= Clinton Gallagher METROmilwaukee "Regional...
0
by: Mike H | last post by:
I have a program that copies files based on file dates: if the source file is newer than the destination file then the source file overwrites the destination. The problem is, when the clocks...
2
by: sohilvassa | last post by:
hi all, i want to dump a file with dummy data in txt file and want to writing larger file>4GB on FAT32 file system in C++ any body have idea ? any logic to do so ?
1
by: sundarpalaniappan | last post by:
i had a doubt in fat32 program i want to know what type of parameter i want to give in SOURCE_MOUNT_FILE_AS_DRIVE i want to know how to convert the drive in to image file and i want to what are all...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.