Doubting the capability of windows

  • Thread starter Thread starter Saint
  • Start date Start date
  • Tags Tags
    Windows
Click For Summary
SUMMARY

This discussion contrasts the capabilities of Linux and Windows operating systems, emphasizing Linux's efficiency in performing tasks such as mounting virtual CDs using simple Shell commands. The process involves creating an ISO image from a CD and mounting it without additional software, highlighting Linux's built-in functionalities. In contrast, Windows is described as a proprietary platform that, while offering extensive software access, lacks the same level of straightforward task execution. The conversation concludes that while Windows may be superior as a platform due to its extensive software ecosystem, Linux is considered more efficient for basic operations.

PREREQUISITES
  • Familiarity with Linux Shell commands
  • Understanding of ISO image creation and mounting
  • Knowledge of file system structure in Linux
  • Basic concepts of proprietary vs. open-source software
NEXT STEPS
  • Research "Linux Shell command for mounting ISO images"
  • Explore "Creating ISO images in Linux using dd command"
  • Learn about "Differences between proprietary and open-source software"
  • Investigate "Windows vs. Linux for software development environments"
USEFUL FOR

This discussion is beneficial for system administrators, software developers, and IT professionals evaluating the operational efficiencies of Linux versus Windows, particularly in environments requiring quick and efficient task execution.

Saint
Messages
437
Reaction score
0
put cd in drive
assuming your cdrom is at /dev/cdrom
cat /dev/cdrom > /songs.iso
makes image

to load image, decide where you want it to be,
say /mnt/image1
mkdir /mnt/image1
mount -o loop /songs.iso /mnt/image1

the contents of the cdrom will be at /mnt/image1


As you can see, in linux, just a few commands in Shell, you can mount virtual CD. You do not need a specific software to do it.

But, we can't do this in Windows.
Isn't it Windows a handicap compared to linux ?


 
Computer science news on Phys.org
Linux adds those basic tasks by default...windows gives you access to almost all of the software made the world over.

It's a pretty fair trade-off, IMO.
 
Yes windows the OS is inferior to Linux the OS, but Windows the platform is superior to Linux the platform in the general case.

Its sort of like Rome was a great civilization but it wasn't Caligula or Nero or Tiberius that made it that way. It was the society that could protect the artists and engineers from having to be farmers and soldiers so that they could advance the culture. MS provides a platform under which the developers don't have to reinvent the wheel every time they write a program. These days, linux does that too, but MS already has all the power. Oh well, so did Tiberius, Caligula, and Nero.
 
Last edited:
MS squeezes more $$$ from consumers' pockets, right ?
 
Most companies that survive in the long run charge money for their product.

Microsoft charges for it's product. So do automakers. Most of the time, the more expensive auto makers deliver a better product.

I think that's the case with Msoft...they charge money for their product, but in many ways it is the best os you can buy.

Just like BMW charges more for their cars when compared to Ford, microsoft charges more for their OS when compared to other brands. Because theirs works best, with more. Period.
 
Basic MS philosophy is still: 1 butt = 1 chargeable customer.

MS works as a collective of partnerships surrounding the Mother System. The partners (software companies, for example) must answer to MS. This helps in a way, but making it work is not trivial. Once you click somebody's icon to do something (or invoke it indirectly) the ball goes into their court. Help might be in Kuala Lumpur.

the biggie: Windows is 100% proprietary and only real sharpers within the customer base are going to figure out how it works under the hood. MS presumes for everybody what and how they are supposed to do stuff. But I stick with it, because I am lazy. So if I can't figure out quickly how to do something, I don't do it. I suspect Linux has it all over Windows in this respect (meaning, telling the internals of the system).
 

Similar threads

Replies
16
Views
3K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 123 ·
5
Replies
123
Views
19K
Replies
2
Views
6K
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
878
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
15
Views
10K