Ubuntu :: Transmission No Longer Shows Space Remaining On Chosen Drive In Add Window

Jul 25, 2010

Transmission used to show space remaining on the drive you choose in the add window. Now it doesn't. Was this removed? I LOVED that convenience of not having to go to a separate file browser or terminal to show space. I tried posting at Transmissions forums but it's been 4 days with only 7 views and no reason to bump b/c the forum is so slow I'm still on the front page.

View 2 Replies


ADVERTISEMENT

Ubuntu Installation :: Multi-Booting - CD Drive - Also SATA - No Longer Shows Up

Apr 16, 2010

I decided to install the Ubuntu Netbook remix (9.10, I believe) on this extra IDE hard drive I had (my other three hard drives are SATA.) My primary hard drive contains a Windows XP, my second contains Windows 7, and my third SATA drive is just NTFS-formatted storage. I went through the installer and choose to format and install on my 40GB IDE hard drive, which it did. Then it finished and rebooted. It apparently decided to install the GRUB bootloader onto the primary hard drive (not the one it was installed on,) which was not my intention. The bootloader froze the boot of my computer and wouldn't work. (Stuck at loading GRUB.) I couldn't even get to the BIOS. So I pulled the plug on the primary hard drive and tried to boot again. I could get into Windows 7 just fine, but that was it. The problem, though, is that the CD drive (also SATA) no longer shows up in My Computer. Also, after changing the boot order and replugging in the former primary hard drive, it wouldn't show up, either. Nor would the IDE one (though I'm pretty sure that's because Windows doesn't understand the EXT (or whatever Ubuntu uses) file system.

Does anyone know why this occurred and how to get those drives to show up in Windows again? I don't really care to get the netbook remix working here, since this isn't even a laptop, it was just an experiment. Also, I'd love to know how to remove GRUB from my primary hard disk so that I can boot from it again.

View 3 Replies View Related

General :: Add / Of 3000mb In The Remaining 20380mb Free Space It Showing An Error Message That No Free Space Is Available

Jul 25, 2010

I have 160gb laptop. i installed vista in c primary partition which is 25gb and installed ubuntu in d primary partition which is 20gb. A remainig for my data. Now i tried to install CENT OS by formatting ubuntu. I inserted CENT OS DVD and restarted and i selected to delete my /dev/sda2 which is showing 20480mb and it shown me free space. but i tried to add partion /boot of 100mb it got added. but, when i am trying to add / of 3000mb in the remaining 20380mb free space it showing an error message that no free space is available.

View 4 Replies View Related

Ubuntu :: This Computer Has Only 793.9 MB Disk Space Remaining?

Feb 4, 2010

My Lpatop has a 300G hard drive. It came, as many do pre-installed with a Window OS, in this case Vista 32-bit Home Prem. I had partitioned the hard drive to give a C drive of 97.7GB (Partition 2 /dev/sda 2/Host), a partition for applications and programs, D of 48.8GB (Partition 3 /dev/sda3) and a third partition, E for Documents, etc. of 148GB (Partition 5 /dev/sda 5 media/doc), which on scanning seems to be a sub set of a partition Partition 4 W95 Ext d LBA dev/sda 4.......There is another partition, Partition 1 /dev/sda1 and is called WinRE and is of 2.80GB.All are NTFS except for the Partition 4Windows works fine and I have no problems, but when I use Ubuntu I get errors on startup. In the first instance it will not install the latest Kernal and it gives a Battery Management error in GNOME. I get Storage warning messages all the time, which I believe is the cause of the problems. See enclosed.

I am assuming that the disk space issue is in Host and or Home. Other than all the operational data and applications I do NOT use the Ubuntu filing system, rather the Partition 5 which I created solely for this purpose, so it's not a case of deleting files, it is purely how Ubuntu created itself on install and its operational requirements.The problem is resulting in no space or ability to do updates and new installs, and Kernal and Gnome issues.

View 9 Replies View Related

Ubuntu :: Limited Space Remaining Error Message?

Dec 13, 2010

I installed Linux Mint 9 LTS onto the family computer last weekend, everything went okay apart from today when suddenly it displays a low disk space message.

The machine has a 250Gb HDD, and has the base install of Mint, plus Dropbox and Google Chrome. (Dropbox has about 500Mb in it). That's it.

The disk usage analyzer tells me that /home is 100% full, yet when I look into each dropdown there is barely enough to make 2Gb of usage. (The most being Dropbox).

View 4 Replies View Related

Ubuntu :: See Free Space On Hard Drive From Computer Window?

Dec 14, 2010

in windows 7 we can see the free space on each drive from my computer,but i am not able to see the free space on a drive from computer window in ubuntu 10.04

View 3 Replies View Related

Ubuntu :: Volume Filesystem Root Has Only 25mb Space Remaining

Feb 28, 2011

I'm getting an error message that something along the lines of "volume "filesystem root" has only 25mb space remaining". How do I increase the volume size so I never have to worry about it again? This is the 3rd time I've tried ubuntu and it's sticking more and more but this has me thoroughly perplexed. I've got a 320GB HDD partitioned 3 times with a Linux partition being 7GB.

Dual booting Win7Pro.
Running ubuntu 10.10 64-bit

View 9 Replies View Related

General :: Command Syntax Ignore Remaining Portion After Space?

Jul 14, 2010

I'm currently studying for my Linux+ test and I'm getting conflicting information regarding the rm -rf command. Yes, I know this a dangerous command, but my question is in regard to how the command functions. In one book I'm studying it says that rm -rf / home/myfolder (there's a space in there) will delete the entire root directory because there is a space between the root and home directory. It says that if there is a spacing such as this, it will ignore anything after the space, so in this case, it would delete the root directory and stop, not that there would be anything left anyway. Then in another book I have, it says that if you did a rm -rf folderName / (with the intention of adding the trailing slash to indicate it is a directory and not a folder) it will delete everything in folderName (assuming it's a child directory of your pwd) and then CONTINUE on and delete the root directory. Now, those two statements contradict each other. When you remove a directory, does the command line ignore anything after a space or not?

View 1 Replies View Related

Software :: Extend Volume Group Size Over The Remaining Space?

Mar 28, 2010

extend the size of a LVM2 volume group over the remaining free space available on a physical volume. My linux box is a Ubuntu Karmic 9.10 64bit, the 60GB hard disk has 2 win partition for about 19GB, a 1.5GB ext3 boot partition and finally a 36GB LVM partition (/dev/sda4) on which I created a volume group (volgrp) smaller 10GB than the 36GB physical volume (/dev/sda4). What I want now is to extend the size of volume group up to the end of physical volume. I tried to use the "vgextend volgrp /dev/sda4" but system answers me
with following output:

me@pc:~> sudo vgextend volgrp /dev/sda4
Physical volume '/dev/sda4' is already in volume group 'volgrp'
Unable to add physical volume '/dev/sda4' to volume group 'volgrp'.

Here the output of fdisk command:

me@pc:~> sudo fdisk -l
Disk /dev/sda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders

[code]...

View 3 Replies View Related

Ubuntu :: "The Computer Has Only 46 MB Disk Space Remaining"

May 10, 2010

I installed Ubuntu using Wubi in my PC. Now my PC always warns me that "The computer has only 46 MB disk space remaining." My PC has 160 GB of memory and I have used a total of 50 GB so far. Thus, I should have 110 GB of disk space remaining in my hard disk.

View 3 Replies View Related

Debian :: Remaining Number Of Writings On Usb Pen Drive?

May 8, 2011

way to know how many writings I coulddo on my usb pen, by the moment that the number of writings is limited...

View 12 Replies View Related

Ubuntu :: Partition To Around 30 - 40 GB And Add The Remaining Space To The 40 GB Partition?

Aug 14, 2010

This morning, my hard drive looked something like this - Windows Vista on a partition of around 100 GB (NTFS), Ubuntu 10.04 (ext3)on a partition of around 80 GB, 4 GB swap and a partition of around 40 GB (NTFS) containing videos and music and stuff like that. I wanted to resize the Ubuntu partition to around 30 - 40 GB and add the remaining space to the 40 GB partition.

I successfully reduced the Ubuntu partition using the Partition Manager app that comes with Ubuntu, but I was unable to add that to the NTFS partition. After a merge failed, I was no longer able to access the 40 GB partition. I tried restoring that with testdisk, and now I can't access anything! GRUB fails to load, and when running from the live CD of 9.04 (only version I had on CD) my Ubuntu partition and 40 GB data partition no longer shows up. I have over a 100 GB of free space instead.

I'll be extremely grateful For the record, I had an external drive plugged in while running testdisk.

View 9 Replies View Related

Ubuntu :: Grub2 No Longer Shows - Only Windows

Jul 15, 2010

i am dual booting windows 7 and ubuntu 10.4 lucid, i just reinstalled the Grub2 after my windows erased it, and now it boots into grub2 but i can only boot into my windows7 loader, ubuntu is not even listed as an option for me to boot into its just a bow with the win7 loader. How can i get the grub2 to load ubuntu back again? i followed the guide on this site to reinstall the Grub2 and set up the dual boot. [URL] edit: i can find plenty of info for getting windows back into grub, but none about getting ubuntu back

View 8 Replies View Related

OpenSUSE Install :: Ubuntu No Longer Shows In Boot Options

Mar 10, 2011

Everything went fine but whenever I rebooted, Ubuntu 10.10 was not an option in the boot list. However, Windows shows up and boots just fine. I am currently tri booting (not sure if that's the correct term) Windows 7, Ubuntu 10.10, and OpenSuse each on a hard drive of their own. In the dolphin file manager I can still see all the files for Ubuntu so I know it was not partitioned over or deleted.

View 7 Replies View Related

Ubuntu :: DockbarX No Longer Shows Open Apps Or Launchers

Jun 17, 2010

Ubuntu 10.04 fresh install on eee 900. I had previously tried Cairo-Dock and AWN (successfully but I like that DockbarX is integrated into the panel) I installed Dockbarx like so:

Code:

sudo add-apt-repository ppa:dockbar-main/ppa
sudo apt-get update
sudo apt-get install dockbarx
DockbarX was working.

Then I uninstalled Cairo and AWN with Synaptic.I got a notification of an error in the panel saying I had broken packages - see broken package filter to check it out.I can't find filters in Synaptic.Then I noticed DockbarX was empty (and I had pinned Firefox to it) So I tried uninstalling and reinstalling via terminal. No problems with that but when added it to the panel again it was still empty . I rebooted several times during these attempts.

Quote:

Symptoms:

- Launchers disappear
- Open applications not reflected in launchers
Jun 7/2010 status: New → Incomplete

[code]...

But I have 0.39.3-1.

View 9 Replies View Related

Ubuntu :: Startup-Manager No Longer Shows No Of Kernels Option?

Dec 5, 2010

I've used the startup-manager on my old laptop, also running ubuntu, to control the number of kernel options shown in the grub menu, as per this how-to:-[URL]see the last screenshot on the page. I've got a new laptop and am trying to do the same, but on the advanced tab I no longer have this "Limit the number of kernels in the boot menu" option, all I have is "Bootloader menu resolution" and [Create rescue floppy]. Is this because I am now running 64 bit or has this changed in 10.10 (I probably haven't looked at that on my old laptop since before 10.04)?

View 4 Replies View Related

Ubuntu :: Upgraded To 9.10 - Battery Monitor No Longer Shows Time Estimate?

May 19, 2010

hey guys. recently upgraded to 9.10. a mouse hover over my battery applet only shows percentage, not time remaining.

View 2 Replies View Related

Ubuntu Installation :: Grub2 Configuration - Partition No Longer Shows Up In Chameleon?

Sep 24, 2010

boot up in to chameleon, lists only Mac OS X as a boot option. Reboot, load Ubuntu 10.4 install cd, get to a terminal, mount /dev/sda3 /mnt grub-install --force --root-directory=/mnt/ /dev/sda3

reboot, let chameleon come up, it sees both Mac OS X & Ubuntu partitions and I can boot to either or happily, now here is the problem... If I select linux and boot in to linux from chameleon, i am brought to the grub menu, where i can select the first choice which is normal ubuntu 10.4 and every thing is great... until I reboot and my linux partition no longer shows up in chameleon, as if tthe act of booting in to grub is changing something / deleting itself from the partition? and I have to do the whole thing over again. SO, not having to even go in to OS X, I'm not sure thats really the concerns more as I'm doing something wrong with grub.

View 3 Replies View Related

Ubuntu :: Dual Boot Linux / Change Drive Space Configuration For More Space

Mar 6, 2010

I have linux and windowsxp on one machine. I have only 3gigs free on the windowxp machine and 20gigs free on the linux machine. I want to transfer space from the linux box to the windows machine.Is this possible and what steps would I need to follow to do this?

View 1 Replies View Related

Debian Multimedia :: Vlc No Longer Shows Image - Display Movies Again?

Apr 4, 2010

I used to have a working vlc. Then I added debian-multimedia to my sources.list and installed several other movie players (kplayer, kaffeine,). As a result, my vlc no longer works: When I run it to display a movie (any movie, I tried several) I get the sound OK, but there is no image, and the window stays small (like when playing a sound file). How do I get vlc to display movies again?

View 3 Replies View Related

Server :: Df -i Shows No Space Available

May 10, 2010

My linux version is Red Hat Enterprise Linux AS release 4 (Nahant Update 5) 64-bit.

One of my file system's df -h output shows

But when I'm going to create any file or folder it shows no space available. When I put df -i it shows not much more space available.

How can I resolve it? How can I clear the unlinked or unused inode? or how can I control the inode to prevent file system full?

View 7 Replies View Related

Ubuntu :: Transmission Web Interface Only Available When Transmission Client Is Running

Dec 5, 2010

I can only access the Transmission web interface while the Transmission-gtk client is running. When I close it, the web interface is no longer available. I try to manually start the transmission-daemon, but the process never shows up as running.

View 2 Replies View Related

Ubuntu :: Free Space Shows Different Number In Folders?

Jun 23, 2010

I don't know how to explain this but the free space indicator in folders shows a different number than in Gparted. The Picture pretty much shows it all.

View 2 Replies View Related

Ubuntu :: Conky Shows Above All Other Windows With A Transparent Space Above It

Jul 26, 2011

I am using Ubuntu 11.04 and installed conky; I'm using the configuration attached, but as I do not know very much about it I do not know how to fix this. Every time I start ubuntu, conky shows above all other windows with a transparent space above it; every window I open appears as it is below conky (first image). To fix this I have to open the conky file and save it to reload it and then it stars again as it should (second image). Is there something I have to change in the conky file so whenever I start Ubuntu it shows as the second picture?

View 5 Replies View Related

CentOS 5 :: Swap Space Shows As 8GB Even Though Set To 2GB?

Jun 17, 2009

I have a dual xeon e5420 server w/ 16GB ram running 5.3 x64 that I was trying to partition out in the following configuration:

250GB on / (root)
4.2TB on /home
50GB on /tmp
2GB on swap

The issue is that no matter what size I set the swap space to in anaconda if always shows 8GB when I "df -h". I've tried setting it to 2GB 1GB and 512MB all with the same result.

View 5 Replies View Related

Ubuntu Installation :: When I Plug In A USB Drive, The Drive Icon No Longer Appears On Desktop?

May 1, 2010

I upgraded to Lynx.When I plug in a USB drive, the drive icon no longer appears on my desktop.If I go to Places/Computer it shows up.And once I open it, the icon appears on the desktop.

View 1 Replies View Related

General :: Use Free Space To Extend The Space Of A Drive?

Jul 5, 2011

My system is dual boot with win7 and ubuntu. I have free space of around 10 gb. I want to add this free space to my ubuntu drive. How can i do that?

View 4 Replies View Related

Ubuntu :: No Login Window Shows Up After Boot?

Sep 14, 2010

Everything looks fine until when the login screen should show up but doesn't. The cursor is there and can move. I can switch to terminal by ctl-alt-F*, and login. After gdm stop and startx, gnome is back but only in fail safe mode, with non-movable non-resizable window, only one workspace, and cursor is a black cross.

I ever met a similar case before, which comes to the login screen but it keeps reloading after entering password. Finally got solved by run sudo apt-get install --reinstall ubuntu-desktop in terminal. This time it doesn't work anymore.

View 6 Replies View Related

General :: Can't Remove A Pv From LVM It Shows No Space Left But Don't Have Any Data

May 28, 2010

I have a lvm with 5 disk, I've been doing some benchmarks on the file-system with this lvm know I would like to remove one pv from the volume, I've tried

Code:
# pvmove -v /dev/sde1
Finding volume group "test-vol"
No extents available for allocation
and also

[Code]....

View 5 Replies View Related

Ubuntu :: Every Time Minimize A Window The Tab Never Shows On The Bottom Or The Top Panel ?

May 5, 2011

I was messing with the color for the panels and some how every time I minimize a window the tab never shows on the bottom or the top panel, you know to reopen it. It just disappears and then I have to reopen the program.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved