File not being sent to Pen drive [closed] - windows-7

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a 32Gb Pen Drive with me.
When i Try to send a file greater than 4GB it displays a message that the file is too large for the destination. Why does it displays this message?
How can i solve this problem?

Reformat it as NTFS instead of FAT.
And check out the other sites of "stackexchange", where such non-programming (!) questions are appropriate.

Related

How to estimate a Hadoop Cluster? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
Can anybody help me in getting some useful ideas for estimating the size of a hadoop cluster and cluster hardware.
Well, it all depends on the amount of data you are handling and what exactly you are catering to. But, you can refer to this pdf here, to get more insight on how you can estimate.

How to print onto screen entire file? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
How to print onto screen (echo) entire file (all file contents) from given system path on Windows and on Linux?
Use cat in Unix and type in windows.

What is the reason of memory gap in hard drives? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to know that what is the exact reason behind memory difference in our hard drives or pen drives .
As when we say , We have a pen drive of 4GB but actual usable space is 3.7GB . What happens to the rest of memory? Are the manufacturing companies stealing these memory spaces from us or there is any technical reason behind this?
Thanks,
Nitesh Kumar
They use decimal prefixes, you're using binary prefixes. This gives a discrepancy of approximately 2.4% per prefix magnitude.

What is Coding in Vacuum? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
What does the term "Coding in Vacuum" mean? I have heard the term before but I am unable to find anything on Google that is relevant.
I interpret this as a derogatory comment about someone writing software while not considering the greater context of the project. For example:
"Didn't Bob know that this email client was supposed to handle emails
with images?"
"I guess not, I think he was just coding in a vacuum."
I like this answer from the English Usage StackExchange:
https://english.stackexchange.com/a/46270

How to check what process is writing to hard drive in shell [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Currently the free space of my hard disk is shrinking for unknown reason. The free space keeps reducing until no space lefts. I don't know what's the cause, so I want to inspect to see what process is the culprit and terminate it.
Command like find / -size +5M will help you find files bigger than particular size (5M in the example). Probably these would be log files, so you might want to set up logrotate properly. Other possibility is core files, which means some autostarted program is screwed. Also have a look at lsof.

Resources