General :: Windows - Why Do Operating Systems Have File Size Limits
Aug 13, 2010
What limits a file to have some maximum size depending on the Operating System? I do not exactly understand this. If you have the storage space, what else can be the limitation? You should be able to store as much data as you want the way you want (even in a single file) unless you run out of storage space.
View 5 Replies
ADVERTISEMENT
Feb 15, 2010
I just picked up an AcerAspireOne AOA150-1777 netbook that I've loaded slackware 13 onto. I'm using fluxbox as my window manager. Screen resolutions look good, running at 1024x600, as I set in xorg.conf. My question is, some applications, (gimp/firefox are good examples) open windows that are too big for the screen. I was wondering if there was a way I can set apps to use the limits of my screen size.
View 2 Replies
View Related
Mar 18, 2010
Possible Duplicates: Dual Booting Linux and Windows XP Booting Multiple Operating Systems I have a machine with Windows on it, and I would like to be able to reboot to Linux. I am certain this is possible. How can I achieve this?
View 2 Replies
View Related
Apr 23, 2011
I am in the process of running some benchmark tests on a variety of RDBMS, I am testing three different client operating systems.Would it be terrible to partition the HDD and install Ubuntu, Windows 7 and Solaris 10? If I do not do this, I will likely have to re-install the O.S numerous times due to changes in the database server o.s as well. The same question goes for the server; would it drastically effect the performance to install 3 server o.s on one server?
View 4 Replies
View Related
Aug 12, 2011
I have Windows 7 working on my laptop. I have 20GB space unpartitioned. I want to install a flavor of Linux like Fedora or Ubuntu in that space, but I have heard that keeping a dual OS configuration sometimes results in losing data stored on the hard disk. I've also heard that it may sometimes cause unrecoverable problem because when Linux is loaded on hard disk it will take over the boot loader from Windows.
Is this correct? Moreover, I have 6 partitions in Windows, but if I use a Live CD for Ubuntu or Fedora to boot, then it is not showing some partitions -- sometimes it shows only 4 or 5 partitions. What might be the problem, and how to resolve it without formatting the whole hard disk and repartitioning it?
View 1 Replies
View Related
Jan 24, 2010
I have winxp and win 7.I want to install fedora core 12.I tried but I could not install.How can I install fedora core 12 with winxp and win 7.
View 3 Replies
View Related
May 13, 2010
Can I run two different type of operating Systems on one computer such as Windows and Linux?
View 12 Replies
View Related
Mar 2, 2011
I wanted to test my first and relatively small SSD hard drive (32 GB) and started wondering how much disk space do I need for Windows XP SP3 and Fedora 13 installation. I started searching for information and created my own page listing loosely system requirements, because it seems to be difficult to find minimum and especially typical installation disk space consumption.
Has anyone made a single page listing minimum, typical and recommended system requirements, so you can easily use that single page for comparing operating system requirements especially how much hard disk space is needed?
View 5 Replies
View Related
Sep 13, 2011
I'm using - Ubuntu and openSUSE. I've looked on the Internet for how to install software on these operating systems, but I can't seem to understand the terms used, such as:
Repository
Package
Source code
View 2 Replies
View Related
Apr 28, 2011
Back in the old days of PC-DOS 3.1, computers are much simpler than today's. I can learn a lot of how File System works with tools like PCTools, Norton Disk Doctor, and [URL]. Have been working exclusive in corporate database application area for over a decade, my knowledge of how these stuff work is diminishing. Standard-clean OS (Windows, Linux) installation is all I can do now. And it starts to cause me many data-loss troubles, when I have to perform something that I don't have much insight, such as install and remove peer linux os or move and resize partitions.
I'm looking for books, web resources, or communities where I can educate myself on how various file system works, for which I can have in-depth answer to questions such as:
How to remove ubuntu and grub2 ? (I recently did that, but with a lot of frustration when I was not really sure what I was doing and confront with some scary error message like "Missing BootMgr" What kind of disk-partitioning operation can be performed non-destructively, and why ? What is Active partition ? Primary Parition ? Extended Partition ? How it stored on the disk. There are many free partitioning tools out there, which one is safe to used ? NTFS, Ext3, Ext4, .. What the differences ? How to choose it wisely.
View 2 Replies
View Related
Feb 9, 2011
I have the following inside /etc/security/limits.conf(I have specified root separately because * will not include it.)
user2 - core unlimited
* - core 0
root - core 0
[code]....
View 2 Replies
View Related
Aug 30, 2010
I am currently using the windows version of gVim to edit source files on a networked drive mapped to a linux system, as well as local files created in cygwin.
The problem is that the windows version of gVim destroys the original file permissions on the respective systems. IE: Files on cygwin are defaulted to 077. When edited by the windows version of vim they are saved as 777.This problem doesn't even occur when using ms-notepad (as well as all other editors I've tried), so I am not quite sure why gVim does it.
A possible solution would be to use cygwin's gVim for everything, but that's rather cumbersome as it requires running an x11 environment to support it, and it causes some problems when running some commands from within gVim (or vim for that matter) when working on the networked drive.
Any ideas how I might be able to maintain the existing file permissions?
This morning while on a different machine the problem with cygwin did not occur. Cygwin & gVim were the same version, however the other machine is running WinXP while the machine the problem is occurring on runs Win7.
View 1 Replies
View Related
Apr 14, 2010
The bad news comes that active support for Mint6 is set to end Apr. 30. The worse news is I don't know what to do about it. Complicating this is that I have about 5 drive partitions and duplicate Mint6 operating systems because of password problems and just partitioning the drive and rebooting the OS instead of trying to fix the issue. I hear good things about Mint8, but my 80 Gig drive is getting pretty thin on partitions. I know there must be a way to safely remove the partitions and duplicate operating systems. I just don't know how to do it.
View 6 Replies
View Related
Apr 1, 2011
At work I'm using a windows box with local and network drives. One of drives I have mapped is my Linux home directory (We have separate windows and linux accounts and home directories here). When I view it from windows, all of the files and folders beginning with . are shown, as would be expected. (Although . and .. aren't in any folder)
Just wondering if there is a way to tell windows to not show anything starting with a dot. I was hoping there's a registry entry or something that defines what a 'protected operating system file' is, so I could put dot files in the same category as thumbs.db etc.
View 1 Replies
View Related
Jan 30, 2011
I would like to limit any process from using more than 500 MB of RAM. AFAIK this is done using RSS in /etc/security/limits.conf but the process called gnome-panel apparently is using 618436 kB of VmRSS. How can this be ?
/etc/security/limits.conf
* hard rss 512000
username@debian:~$ cat /proc/3002/status
Name: gnome-panel
[code]...
View 2 Replies
View Related
Apr 6, 2011
I am here looking for some abstract and easy to understand resource for "Exokerel" CONCEPT of Computer Operating Systems.[URL] seems some what more complex then expected [URL]
View 1 Replies
View Related
Oct 30, 2010
I have a dual-boot ubuntu-Windows XP computer, and today, while rummaging in the basement, found some Windows 3.1 floppies. My laptop has no floppy drive, but just to ask, can you intsall old OSs (Winows 3, Mac OS 7)on your PC to make it tri boot if you already have some modern operating systems? And I've seen that old Operating systems can be downloaded, so how do you install those?
View 2 Replies
View Related
Nov 14, 2010
I have a 64bit ubuntu 10.10 and i want to know how to switch to my other OS which is windows ! but unfortunately i set it to go directly to ubuntu ! so how do i switch from linux to 2nd OS ? cuz i want to remove ubuntu completely and reinstall it as 32 bit !?
View 4 Replies
View Related
Jul 2, 2011
I "experimented" with UNetBootInstall on a USB key and messed up my GRUB2 settings pretty good. Now I can't find a grub.cfg file.I've gotten a couple of error messages about not having an OS installed on the computer. I have Natty Narwhal installed as well as Windows 7 with Wubi.
View 9 Replies
View Related
May 18, 2009
I presently have Ubuntu and Windows XP Pro installed. By using the GRUB loader I can choose which to load.
I would like to install Fedora as a third option, but do not know how this will affect the GRUB and the choices.
View 2 Replies
View Related
Nov 22, 2010
I installed Fedora 14 in a dual boot with Windows 7 (Win 7 came preinstalled on my Vaio, I freed up 30 GB on a hard disk drive and installed Fedora in it).The first reboot took me straight to Windows. I could not find a way to get multiple Operating systems, so I tried looking on the net a bit, and installed EasyBCD. This gave me the option of choosing the boot up OS. But when I choose Fedora in the options, the screen changes to GRUB4DOS which lists Fedora and Other as my two boot options.Selecting either one of these options results in Error 22 No partition found.
View 4 Replies
View Related
Jan 13, 2010
I have both windows XP home and Ubuntu 9.10 installed on my computer. I started with Ubuntu 8.04 (i think that was the number) and it has updated a few times since then. You see the thing is that when I choose an operating system at the boot up, it lists all of the updates to ubuntu. so there are like 12 options to choose from besides windows XP and Ubuntu 9.10.
View 3 Replies
View Related
Feb 7, 2010
I have Ubuntu and Windows on the same machine. If I install Thunderbird on both operating systems is it possible that both installs can access the same email files so that all of my emails will be in one file no matter which operating system was running when emails are downloaded or sent?
View 6 Replies
View Related
Feb 12, 2010
I'm Dual Booting Ubuntu and Vista and i downloaded gparted today because i wanted to resize my operating systems so that Ubuntu had the majority of the hard drive. I was able to resize the vista part so that it was smaller, however i can't figure out how to resize the ubuntu half so that it takes up the unallocated part. I am currently in the process of changing over completely to ubuntu but i dont want to get rid of vista completely just yet.
View 7 Replies
View Related
Apr 20, 2010
How can I send out a broadcast from one device to the other machines on the LAN to reply with their operating system.
View 7 Replies
View Related
Apr 26, 2010
I just downloaded the program, reviewed it using the cd, and I like it very much.I have Windows XP and Unbuntu 9.04 installed.I know that 10.04 uses GRUB II.If I install Ubuntu 10.04 RC in a partition, will I still be able to load the other two operating systems?
View 2 Replies
View Related
May 8, 2010
I have been reading around the internet but I cant find any solutions, and on a side note im new to linux.When I try to install ubuntu 10.04 on my dell xps 420 desktop it doesn't detect my windows 7 install, would this have anything to do with me having my RAID set to on? and if I do change my RAID settings will I damage my windows 7 installation?here is my sudo fdisk -l:
Code:
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
[code]...
View 5 Replies
View Related
Oct 17, 2010
Is it possible? (and probable?) I've successfully followed psychocats' tutorial on creating a separate home in ubuntu and noticed that it basically "only" needs fstab editing, so I wonder if could create the same home for two OSs (ubuntu and fedora). The only problem which comes to my mind is file/folder ownership but I'm not sure. and since I'm just a newbie, I think it'd be better if I consult to this forum first before messing up with OS.
View 9 Replies
View Related
May 12, 2011
I am looking for recommendations on books and studying material for a person starting from zero and wanting to become a very competent user of Linux operating systems. From learning the very basic commands and use of the terminal to contributing to the development of a distro.
Can someone please suggest any books or authors that would be suited to start a program of this sort? (It would be preferable if they are available in hard copy format but e-books could also work)
I would also like to have an expert opinion on how much time you think it would take to get from novice to expert in the Linux world if devoting roughly thirty five hours a week. I intend to compile a step by step curriculum from personal experiences.
View 9 Replies
View Related
Aug 17, 2010
Is it possible to remove the entry 'Other operating systems' from the Grub menu display? I mean that it can be commented in menu.lst,but will it affect other OS(Win XP in my case) in any way?
View 2 Replies
View Related