Ubuntu :: Partitioning Method For 10.10?
Mar 25, 2011
I have a question regarding partitioning method for Ubuntu.Originally I had two partitions C 80GB (Win 7) and D about 160GB (my personal data) both NTFS. What I've done, through Windows 7's Disk Management tool I shrunk partition D and created unallocated space of 23 GB on the drive. Then, I divided this space on two partitions one 20GB (as /) and another one 3GB (as swap) and I formatted them in NTFS. After this operation I started installing Ubuntu 10.10 and I reformatted both of them for 20GB using ext4 file system assigning it as / mount point and 3GB as swap.
My question is does it really matter where I created these partitions? Are they equivalent to if I created them during Ubuntu installation (using free space instead)?
View 4 Replies
ADVERTISEMENT
Jan 24, 2010
I see there are a couple methods out there to install Ubuntu on a USB stick.Which is the best one? I want to be able to run it completely from there and install my own software from APT.I don't care about installing Ubuntu *from* that USB stick. Which is the method I want?
View 9 Replies
View Related
Mar 15, 2011
I'm just diving in to figuring out how to partition/utilise BTRFS.I am used to just installing with EXT4 and carving out a / and a /homeBut, from what I understand, this isn't the case with BTRFS?I know you have to create a separate /boot as grub doesn't support the file system.But, with BTRFS, we just create a / and /home and others would then just be subvolumes?What happens if I want to reinstall? I have liked being able to just wipe / and reinstall the OS, leaving my personal files in tact. Does this still happen if the /home is just a subvolume? Hopefully that makes sense
View 3 Replies
View Related
Sep 1, 2011
I am getting a 500gb hdd (1 disk 2 heads) i know there is a round to cylinders option but i would like to round to platter i would like my extended partition to be on one side of the disk and the rest to be on the other side of the disk i think it would reduce the seek time this way and increase throughput during piratical use i assume the heads function independently
View 7 Replies
View Related
Jan 11, 2010
I have come across a fairly minor issue however. When using any IM clients I am unable to login to MSN using the direct connection method. Instead I find myself having to connect using the HTTP method. I wouldn't worry about this except many of my contacts are complaining that they are getting "message unabled to be delivered" errors regularly when trying to contact me.
View 8 Replies
View Related
Jan 18, 2010
I'm having trouble installing Ubuntu on a brand new HP DL380 G6 server. Any time I go through the install, it freezes at 33% of formatting the first partition. I have tried 9.04 server disk, 9.10 server disk, and 9.10 desktop (all AMD64). I'm running out of ideas to troubleshoot. The server is listed as supported by Ubuntu 9.04. Here's more of the hardware:
2x quad-core Intel Xeon X5550 procs
16GB of RAM
5x 300GB SAS drives in RAID-5 array (1.2TB useable)
I just finished installing with the 9.10 alternate install disk (AMD64), and after reboot, it doesn't seem to find the boot partition and just sits there after attempting to boot from CD and hard disk.
View 2 Replies
View Related
Jun 9, 2010
I just purchased a new MSI WindTop AE2220 with a 320 GB hard drive running Windows 7. I want to dual boot until I know I have found all of the appropriate drivers. The confusing part is that the computer came with 4 partitions as displayed in the attached screenshot jpeg. How would you recommend I resize and partition my drive?
Current Partitions (in order):
Recovery Partition 14.65GB / 14.45 free
Active Recovery 100 mb / 100 mb free
OS-Install (c) 68.36GB / 42.06 GB free
Data (D) 214 GB / 213 free
Will install Lucid 10.04
View 2 Replies
View Related
Jul 3, 2010
i currently have ubuntu server installed, where i host some files. now is it possible to create a new partition on my disk and move the data there, without resintalling the OS?if so, how?
root@kitsch:~# df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/mapper/kitsch-root
[code]....
View 1 Replies
View Related
Nov 11, 2010
I am installing UNR 10.04 but I get stuck at the partition because I want to dual boot with windows and I am afraid to go far without professional advice. What i want to do is install ubuntu on my D:/ drive and keep xp on my C drive. This is the current state of my hard drives at the moment (screenshot.png). I don't know what all the boxes to the right are for either. Also my D drive (which I want ubuntu on) has ext4 on it from a previous failed attempt to install linux mint. Because of this when I go to install ubuntu it shows xp on the C drive and linux mint on the D drive although the installation was botched and I cant really boot into linux mint. I have provided a screenshot of this too (screenshot-1.png). How to install UNR on my D drive properly. Iknow I need to add a swap partition how do I do that?
View 9 Replies
View Related
Feb 6, 2011
I have available Space and i want this Space on my Ubuntu. That Means that l want the unallocated 92.77GB on my /dev/sda8 (ext4)?!?!?. But I cant Resize the Partition ... What do I have to do ? I tried it using Ubuntu on my USB. But it was the same.... Do I have to unmount something?
View 8 Replies
View Related
Mar 4, 2011
I've got a new box (i.e. I can blow away everything on it) with
CPU=Atom 330
nVidia GeForce 9400M
4 GB RAM
single drive, single partition=250 GB
Ubuntu 10.10 installed
The box will primarily be used for ubuntu, but my GF also wants to stream Netflix on it. (I have not been able to sell her on the Amazon Instant Video--yet, anyway.) Since Netflix doesn't run on Linux, I need to install a Windows or OSX. I have media for w7 and wXP. I'm planning to install w7 on it, just because that's newer. Is there a reason to install wXP instead for this usecase?
Given w7, I can choose to dualboot or virtualize. I'm told the Atom doesn't virtualize well, so I'm planning to dualboot. I'm told that, when dualbooting linux and windows, one wants to partition first, then install windows, then install linux, so I'm planning to do that.
how to partition for this? My plan is currently to make 5 partitions: 2 primary partitions (one for each OS) and 1 extended partition (to hold linux swap and the homes for w7 and ubuntu)
Code:
primary partitions:
system (c:) for w7 = 20 GB
root for ubuntu = 20 GB
extended partition:
[code]....
View 6 Replies
View Related
Mar 12, 2011
I've just officially released a new open source partitioning utility: FixParts. As the name implies, its purpose is to fix broken partition tables, although it also has a few other specialized uses. Broken partition tables often manifest in GParted and other libparted-based tools as an empty disk, even when you know partitions exist on it; or sometimes as a disk with incorrect partitions shown. FixParts' three main goals are:
To remove stray GUID Partition Table (GPT) data from MBR disks. This problem can result from re-using a GPT disk by repartitioning it with a GPT-unaware utility, such as Linux fdisk or at least some versions of the Windows installer. To resize extended partitions that are too large or too small. This problem can be created by TestDisk under some circumstances, and perhaps by other tools, too. To change primary partitions into logical partitions, or vice-versa. Such changes might not technically be fixes of problems, but they can be, if something turned a logical partition into a primary partition, as the Windows XP installer does sometimes. This feature of the program can also be helpful in working around the problem of computer manufacturers who place four primary partitions on their disks at the factory.
The program is not intended for general-purpose partitioning; for that, use fdisk, GNU Parted, GParted, Disk Utility, or other tools. You should also be aware that FixParts may change partition numbers. This shouldn't affect a typical Ubuntu installation, but it might if you use partition device filenames rather than UUIDs in /etc/fstab or your GRUB 2 configuration.
FixParts is an offshoot of my GPT fdisk (gdisk and sgdisk) package, which is used to partition GPT disks. Because FixParts has such different uses, though, I've put it into a separate binary package. You can download them all from the GPT fdisk SourceForge download page.
View 8 Replies
View Related
Jan 24, 2010
Due to recent releases of Ubuntu/Kubuntu/Mint/Mint KDE, I'm pretty near ready to take the plunge full time into Linux on my main desktop machine. Just one thing stopping me though at the moment... folder synchronization.
I have the following setup:
1) Desktop machine running Mint KDE or Gnome hard wired to a Netgear DG834GT router.
2) Archived files stored on a dedicated partition mounted as /home/lucas/archive.
3) Laptop running Windows 7 also hard wired to the router.
4) Shared folder on the Windows 7 laptop called "Archive" on a dedicated "Data" partition.
What I would like to do is synchronize the folder specified in 2 above to the shared folder specified in 4 above.
In Windows I use SyncBackPro to synchronize folders. Is there anything similar in Linux?
View 9 Replies
View Related
Apr 5, 2010
first post and is a simple question for some on here. If I install a game using wine , will it/does it have any deteramental effect in it's running speed and stuff ie will it be using the wine enviroment to run the game whilst playing it?. Or should I find a different method to install it directly into ubuntu 9.1?
View 8 Replies
View Related
May 18, 2010
I managed to half fix my earlier problem of being unable to clone my desktop monitor to my TV. I set the configuration to TwinView, and the resolution to the same as my desktop (Doh) and that seemed to at least get my desktop the way it used to be.
The problem now is the TV. It's cutting off a lot of pixels, and I can get it almost to fit if I enable flat panel scaling and set GPU Scaling Method to "Centered". However, when I restart the X server, it always returns to "Stretched". I've tried saving it from nvidia-settings (nothing seems to happen to the xorg.conf file,) and ala [URL] s have tried to put some version of
Code:
Option "FlatPanelProperties" "DFP-0: Scaling = Centered"
or
Code:
Option "FlatPanelProperties" "Scaling = Centered"
[Code].....
View 1 Replies
View Related
Jul 1, 2010
I'm trying to get Kubuntu 10.04 (x64) installed and everything I do fails, hard. I don't have exact details at the moment since this is a process I've been slowly working on for the last couple weeks, but here's a quick rundown:
- Can boot into the Live CD environment fine. When attempting to install from there, the installer sees my drives incorrectly. If I remember correctly, it views my 2nd drive fine (of 3 identical drives), but it thinks my other two drives are part of a raid setup (they're not supposed to be). I could probably install on here, but I'm not about to risk my existing XP install to try.
- When I try to use wubi to install in Windows, it appears to setup the installation fine, but upon restarting it tells me that it cannot find the ubuntu.iso file and that my drive is probably dirty (run chkdsk). It still says this even after running chkdsk and restarting gracefully.
- I've run the "Check CD for defects" thing and it says the CD is okay. My memory seems to be fine as well.
- I've 3 identical Seagate 250gb SATA drives installed on a MSI k9a2 platinum board. These are not setup in any kind of RAID setup.
View 1 Replies
View Related
Jul 26, 2010
I have executed the command
Code:
sudo wget -r -Nc -mk [URL]
(referring the site : [URL]) for downloading entire website using wget for offline viewing on Linux,
At the middle of download I have shutdown my laptop (downloading was not over) and when I started my laptop again. I have executed the same command to continue downloading but I have got the error :
Code:
test@test-laptop:/data/Applications/sites/googlejam$ sudo wget -r -Nc -mk [URL]
--2010-07-25 19:41:32-- [URL]
Resolving code.google.com... 209.85.227.100, 209.85.227.101, 209.85.227.102, ...
Connecting to code.google.com|209.85.227.100|:80... connected.
HTTP request sent, awaiting response... 405 Method Not Allowed
2010-07-25 19:41:33 ERROR 405: Method Not Allowed.
Converted 0 files in 0 seconds.
test@test-laptop:/data/Applications/sites/googlejam$
View 8 Replies
View Related
Aug 19, 2010
I'm running Lucid Lynx 64bit. I tried installing VLC through the U-Software Center but it failed. So I tried it through command line and that failed. Here is the message I get:
Code: apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlcReading package lists. Done Building dependency tree Reading state information. Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: mozilla-plugin-vlc: Depends: vlc-nox (= 1.0.6-1ubuntu1.1) but it is not going to be installed
[Code]...
View 6 Replies
View Related
Nov 15, 2010
I have access to a video stream that is only available in certain areas. I would like to re-broadcast this stream to other users. What method would you suggest? I tried using WebCamStudio but that method basically records my desktop and the video quality degrades to the point of being unable to view it clearly. I've seen some pretty clear re-broadcast streams on justin.tv or ustream, but typically when I ask the operator they're using some type of Windows software. Does anyone have a suggestion for doing this on Ubuntu? Does anyone here do any live streams or re-broadcasts using Ubuntu, or any Linux-based distro?
View 1 Replies
View Related
Nov 19, 2010
I am building an android, from the source using make command. I want to achieve simple logging while this make is happening.
Aim:
I want to look/log for internal system calls that are being made after i do 'make' command in bash terminal. So that after the make is done, i can look and study the internal method/file calls made while make was happening. In this way i will come to know how the actual building process works.
View 1 Replies
View Related
Feb 1, 2011
I have a compressed text file. The method of compress is unknown.I can see the file contents by using Midnight Commander without a problem but I would like to view the file just with cat. So I am trying to uncompress the file with unzip or gunzip but it does not work.How to check the method the file is compressed with? Is any way to find it with Midnight Commander?
View 4 Replies
View Related
Mar 14, 2011
My system is English edition but for work... I have to input Chinese and be able to read chinese documents
View 1 Replies
View Related
Apr 15, 2011
I am wondering how i could set the system default Input Method of my choice. I have install extra language support (Chinese) and SCIM package (Chinese packages included)
All went well when i test it in Leafpad. The only thing I found it troublesome is that I need choose the input method manually every time. SCIM is already running at start up.
I have tried to set it via Language support without joy.... the System IME still showing X input method..
View 2 Replies
View Related
May 6, 2011
Trying to setup WebDav on Ubuntu server. Stuck on the last few steps of the setup. Trying to test the setup with cadaver, but reach this error:
cadaver http://10.0.6.103/webdav
Could not access /webdav/ (not WebDAV-enabled?):
405 Method Not Allowed
Connection to `10.0.6.103' closed.
[Code].....
View 2 Replies
View Related
Feb 22, 2010
Is Setting up NFS the best method for mounting share drives between Mac and Linux?
View 6 Replies
View Related
Feb 7, 2010
Whenever I try to install Ubuntu 9.10 x64 from a Live CD the installer freezes or quits when trying to partition the drive. I tried booting into the Live environment and using GParted but that would only let me make a ReiserFS partition without crashing. With the Reiser partition I tried the installation program again but this time the installer froze when trying to install the files.
My system specs are:
AMD Athlon 64 X2 6000+ (3.0GHz)
4GB RAM
500GB SATA2 HDD
ATI Radeon HD 4770
Currently it also has a second SATA2 HDD with Windows 7 installed but I disconnect this during installations
View 4 Replies
View Related
Feb 22, 2010
I have a laptop running Ubuntu 8.04 LTS and I need to upgrade to the new Ubuntu, I order to get complete use of my hardware. Usually when I install a new version of Ubuntu, I have the opportunity to use my old partitioning, but now I can only use the entire disk or create a new partition table.
The laptop has other partitions that is a data and a Windows partition as I want to preserve.
How can I install the new Ubuntu on the old Ubuntu partition and preserve the data on other partitions?
View 9 Replies
View Related
Mar 6, 2010
I have tried installing Ubuntu 9.10, 64 and also 32 bit versions, neither works. During the install, I get to the step where the installer wants to bring up and show the partitions but the partitions never appear. If I quit, I am show the Ubuntu live screen where if I bring up Gparted and choose to install on the unused partition (second half of a data drive), the install proceeds but stalls at about 15% partitioning of that space.
I have installed Ubuntu many times before, have used gparted live to resize and create partitions in the past, something seems really amiss this time. And all I can think of is that I now have Windows 7 Ultimate 64 bit (quad core AMD processor, 64 bit, 8GB ram; two hard drives, Win7 on the first drive, second drive is data on a partition and an empty unused partition to which I unsuccessfully try to install Ubuntu 9.10.
Is it just Win 7 messing this up? If it is Win7, that is very very disturbing.
I was not even able to get Wubi to work-- in installed, but then when I rebooted and chose to boot into Wubi I got an endless jam up of errors windows on the screen saying there was no "/" root partition.
View 1 Replies
View Related
Mar 13, 2010
When you paratition the disk on windows, it leaves all your documents on it, right?
There, there's 49% left. IF I set Ubuntu to 48% of the disk, would it destroy the files that are on the right 48% of the disk? Or, does it not matter if you defragment
That's not my hard drive deframenting, it's just one I found on the web. It's rather small at 4 GB.
View 6 Replies
View Related
Apr 27, 2010
Here is my learning curve or what I would like to try. 1. Install Ubuntu on computer with following hardware:ASUS M3A7-EM AM2+ CPU, looking for a 45w one 780G/SB700, if the onboard video gives me grief I will install a nVidia 2gb DDR2 RAM 320gb or 500gb system drive, nothing smaller in the cupboard.
2. I want to install Mybuntu backend on this computer as part of a media sharing system. I have several PVR cards and it will be trial and error to see what works. I have a 1.5tb drive for media storage.
3.I have several old laptops to experiment with as frontends, I also want to install Mythbuntu and Kubuntu on one these to compare KDE and Gnome. At least two of the laptops have wireless so it will be easy to network.
[Code]...
View 1 Replies
View Related