Ubuntu Servers :: When Format The Data Partition, It Only Shows 2.2Tb Available?
Oct 8, 2010
I just built a new 10.04 server. It has a 500Gb drive for the operating system and a 22 Terabyte drive that will be used for data. When I format the data partition, it only shows 2.2Tb available. I have this formatted as ext4. I know there is a 16Tb limit and I am going to repartition my drives, but shouldn't I at least be seeing 16Tb instead of 2.2
View 8 Replies
ADVERTISEMENT
Oct 25, 2010
I used a Kingston 8Gb flash drive as a live usb recently (copied the live iso image over using dd). I am done with the installations and all but seem to have a problem. i cannot format my flash drive. It now shows as a live CD (800 or so mb). Is there a way to fix the partition table back? I guess if i copy a partition table image from some other 8 gb drive that might fix the problem but i dont have any other flash drives. Is there a solution possible or am i stuck with a live usb forever
View 1 Replies
View Related
Feb 26, 2011
I am finally, and happily ditching Windows IIS, SQL Server, and ASP in favor of LAMP. Not only will I save a bunch of money on operating systems but I've found php and MySQL development to be much faster than their Microsoft counterparts.Currently I have two W2008 and two Ubuntu servers running and doing virtually parallel tasks. I want to can the W2008 machines but I am not 100% sure of my Ubuntu mirrors.Everything seems to be working fine. I've copied tons of data back and forth as a primitive test but sometimes things work fine for all the wrong reasons. Here's where I get confused.
Question 1:Do I need to partition the RAID device (MD0) and then format it?From my experience this is necessary to get the device to mount.
Question 2:In this case was it also necessary to format the individual drive partitions?
Question 3:If I do a daily cat /proc/mdstat is this all I need to do to check the drive status.
Question 4:Is there any other check I can do to assure that the mirrors are created, mounted, and operating correctly?
View 3 Replies
View Related
Apr 8, 2010
I have a server with 3 hard drives
1 400GB
2 1TB
The 400GB has the OS and SWAP while the 1TB are going to be used as storage....
Now for the problem, when I have both the 1TB drives in I can not format or mount either 1TB drives. Says Device is in use or "The device file '/dev/sdc1' does not exist"
Now if I take one of the 1TB drives out I can format, partition, and mount it no problem...it only seems to be a problem when both drives are connected...
Ubuntu Server Linux 9.10
Code:
Code:
Code:
View 4 Replies
View Related
Nov 21, 2010
I'm currently working on fixing another problem url
I have a 60 g internal laptop hard drive, 30g is Windows 7 and 30g is Ubuntu.
When in Ubunutu I can access the window's driver and mount it, however, when I am in windows 7 it only shows the Window's partition.
Is there a simple way I can get the ubunutu partition to show up>
View 2 Replies
View Related
Feb 23, 2011
I had a drive with a partition layout like so:
~50gig Windows 7 - NTFS
~100gig Ubuntu - EXT3
~100gig Snow Leopard - HFS+
~100gig Extended Partition
-- ~100gig Swap Disk - exFat
I wanted to delete the Snow Leopard partition and format the Swap Disk partition to something else. exFat was causing major file size bloat on small files. QT sdk bloated to like 11 gigs or something ridiculous like that. Anyways, I loaded up an Ubuntu 10.04 LTS live cd and gparted then deleted the Snow Leopard partition. Gparted said "Mission Accomplished" and tried to rescan the drive, but never found it. At this point I restarted the computer, a dell laptop, which didn't boot with an unable to find a bootable device error. The ubuntu live cd doesn't see the drive anymore. gparted scans for drives indefinitely and fdisk -l has no output.
View 9 Replies
View Related
Sep 1, 2011
i have instaled ubuntu 11.04 wubi on my pc with windows 7. i installed and everything was going ok i navigate on ubuntu already. but the problems star here i went on my ubuntu to the partition section and i format my windows partion to be the home partion and changed the nfts to ext, i did the upgrades but i forgot that theyr running yet and i restart my computer when it boot again it gaves me an error:
try (0,0) : nfts5 : wubildr
try (0,1) : ext2 :
and the windows7 says that i have to instal again. so i went to another pc and i made a cd boot and a pen boot. i burned the iso (downloaded from the ubuntu oficial site the 11.04 32 bit version) image to the cd and pen drive prperly, i adjust my boot options to star from usb or cd rom and nothing im struck.
View 9 Replies
View Related
Jan 18, 2010
So I tried adding a new, 2nd hard drive to my Ubuntu 9.04 desktop for some additional storage and only managed to kill my system so that it won't boot up anymore (I just get a blinking cursor after the BIOS does its thing).I could sure use a little help getting back to a functioning system, and then adding the second drive. I tried following the instructions from this link to add the 2nd drive:
(So the forum rules won't let me post the link, neato. Here it is with spaces added):
h t t p s : / / h e l p . u b u n t u . c o m / c o m m u n i t y / I n s t a l l i n g A N e w H a r d D r i v e
[code]....
View 1 Replies
View Related
Aug 7, 2010
I currently run a dual boot with Windows Vista and Ubuntu Lucid. I have been using Ubuntu for quite a while now, but kept around Windows "just in case." I have decided that keeping Windows is unnecessary and my Ubuntu partition is running out of space. I was wondering how I could format the Windows partition and add that space to the Ubuntu partition without having to format my entire computer.
View 2 Replies
View Related
May 11, 2010
I need to change my LUKS partition to NTFS as I do not need the boot partition any longer, but I need to keep sdb3 (truecrypted ext3) intact. This is how the disk looks now:
Code:
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[code]....
View 2 Replies
View Related
Jan 17, 2011
How do you erase/format a Data DVD+RW? I had originally burned some folders aka data onto a DVD+RW disc using Brasereo. The burned worked fine but now when I try to burn someone else on it, it won't let me. I tried using the "Blanking" option but all it does is make a burning sound and doesn't stop. Once it tries to blank the disc I can't stop the process except by pressing the power button on my computer. The DVD+RW is not corrupt because I can still read from it and copy working data on it. I'm not sure on what to do. I have already tried K3B but that doesn't work.
View 9 Replies
View Related
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
Feb 21, 2010
I just did a clean install of suse 11.2. I then installed acct, using yast2.Finally I did:sudo /sbin/chkconfig psacct onsudo /etc/init.d/psacct startSo far so good. The problem is that if I now do:sudo /usr/sbin/sa I only see root processes. None of the user processes seem to show up. If I run it with -m flag, I just see a total and a root row, no users show up at all. But I do have user accounts on the machine, and I am working in one of them (only root when necessary).Any ideas why, or what to do about it? Is there something else that has to be configured?As I understand it, sa -m should show a summary for all users, not just for root.I want to be able to see how much time different users are using.
View 1 Replies
View Related
Feb 19, 2011
We purchased a new database system at work last October, ditching the old system because of a lack of support from the vendor. This is a retail Point of Sale and Backoffice database system. I am not sure what system the new one runs on, but the system we replaced was a Firebird data base. The reason I am posting is because we are now in need of the information contained in the old database which was not completely imported into the new system.
Basically the problem is this: The database in on a Windows XP system and I found a copy of SQL Manager Lite 2008 on the system, which after quite a bit of studying, I figured out how to extract the database into a removable file. I have this file (178MB) on a USB stick in a file called Backoffice.fbd.
My studying suggests to me that I can get into this database with MySQL. I have never used this and have no clue how to do this. All I want to be able to do get into the database and create tab deliminated spreadsheet files for each of the database sections (Customers, Repairs, Sales History, stock files, etc.) Is it possible to do this with Ubuntu and MySQL and if so, can expert suggest one or two things to get me started. While a guided tutorial would be nice because I am not an expert, I am willing to learn on my own if someone could point me in the right direction.
View 3 Replies
View Related
Jan 5, 2011
Minicom was running fine two days ago capturing data from a gage device via a serial cable. Yesterday, users of the data started complaining that they were not receiving any data.
The minicom status line reads offline. Is this part of the problem or is this normal (I never really noticed it before.) All settings on the gage device match the minicom settings.
View 3 Replies
View Related
Oct 6, 2010
Where apart from ~/.kde4/share/apps/kmail does kmail keep account data, such as login data/names of pop/smtp servers? I wanted to install an entirely clean version of kmail, so I uninstalled/re-installed kmail via YAST. I manually deleted ~/.kde4/share/apps/kmail. After installing kmail I found that the account data of my Yahoo account were still listed in the kmail configuration panel. Shall I delete the Yahoo account within kmail prior to uninstalling the kmail package?
View 4 Replies
View Related
Jan 25, 2010
We are in the process of backing up our hard drives to Blu Rays. I am creating tar.gz files and burning them to Blu Ray.Is it possible to use a simple (preferably Python-based) solution for creating images of those tar.gz files, of a predetermined size (to fit in the Blu Ray), and simply burn this images to the disc?Do you have any other approach for creating physical back-up of your hard drives?
View 1 Replies
View Related
Feb 16, 2010
my isp is putting a max bandwidth in my area and I need to monitor my downloads and uploads per month. Is there anything that has a gui that is easy to set up and just shows the amount of data downloaded and uploaded per month. Also if possible to do a pop up if you set a maximum bandwidth amount.
View 2 Replies
View Related
Jul 7, 2011
I need applet which shows the total data usage (In+out) (of the current session or since the uptime) on the panel.I searched a lot, but everytime I had to click somewhere to see my data usage. I don't want that. I want my data usage displayed regularly on the panel.
View 9 Replies
View Related
Aug 1, 2010
so here's what i want to do. I have a harddrive with Ubuntu 10.04 on it, the biggest partition is a 242gb ext3 partition. I want to format a part of that to FAT, without loosing any data from the hard drive.Is this possible?
View 4 Replies
View Related
Dec 4, 2010
A part of my hd is ntfs (where I keep my windows and windows files). I edited it to be flagged as "bootable" in the disk tools that comes with ubuntu 10.10, and now it wont list as a file system in ubuntu (in other words I cant access it).
View 4 Replies
View Related
Oct 30, 2010
I've been using Ubuntu 10.10 for just under a week. Recently, a partition called 'Data' has disappeared, and all my music and documents along with it. The folder is not to be seen in Places or on my desktop. My only way of finding it is to go to terminal. But when I try to open it there I get an error saying I don't have permission to read it. In Puppy Linux and SliTaz I can easily find the partition and read it. What should I do to bring it back in Ubuntu?
View 3 Replies
View Related
Dec 11, 2009
I usually repartition a disk by backing up, deleting the partitions, formatting them and repartition. I just did a 200 gig backup (so i am safe) and i want to join 2 (ext3) partition together, sdb1 (data4) and sdb5 (data5) into one big partition. Is there a way to do it without scraping the data in sdb5 (data5). It would save me from rewriting the data back to that new partition (200 gig is time consuming).
View 1 Replies
View Related
Aug 18, 2011
KDE 4.6 - opensuse 11.4.
I have a separate ext4 partition which contains all my data (music, movies, etc). When I delete files from this partition it is very slow because it copies files from my data partition to the Trash folder in my home partition. How can I avoid this? Can't the trash be configured so that it uses a trash folder in each partition instead of copying files to another partition (which is slow).
View 9 Replies
View Related
Jan 10, 2010
I have a 300 external usb drive which I have got when using windows and so is using a fat32 filesystem. I have since moved to linux only and am mounting the drive as vfat however I think I may as well convert it to ext4 if possible for (amongst others) performance and security reasons. The problem is I don't have a separate drive which would hold the 250gb of data temporarily whilst I changed the filesystem of the drive so I am hoping there is a way to format as ext4 whilst retaining the files?I know partition magic on windows allowed you to change between filesystems whilst keeping the data but does anything similar (and free! ) exist for linux?
View 14 Replies
View Related
Mar 24, 2010
I want to change data format in a file using bash. The orignal is like:
Code:
1 abc 6 pqr
2 def 7 stu
3 ghij 8 vwx
4 kl 9 yz
[Code]....
View 9 Replies
View Related
Feb 20, 2010
I have created a file using open() and written data to it. Data appears as normal characters in the file. How to save these characters in a binary format in that file using C language? Here I mean that the characters should be actually stored as 0 and 1. Do I have to convert the whole data using some function or there is some standard way to do it in Linux?
View 14 Replies
View Related
Aug 30, 2010
sda2 and sda5 are the same partition. i set up sda5 because i wanted it to be ext4 just like sda1. i thought if i went ahead and formatted the second partition to ext4 it would just show up, automount and always be there. in my case it hasnt worked that way. is anything wrong with this, if so, how do i fix it?
View 2 Replies
View Related
Nov 26, 2009
I have a new system using an Intel DG451D main board. I have been trying to get a RAID 1 mirror set working as the main drive in this system and for some reason, my SATA drives - three of them all new have had their SMART data changed to show the drives as failing and in need of replacement. Eventually the drive reports failure to the degree that the BIOS no longer recognises it. When loading the Centos os I was getting differing results because of this issue. I am not sure if this is a hardware issue even - I know that the drives were all very much OK and brand new - no good now! Just putting a feeler out to see if anyone has had a similar issue or to see if anyone knows of any possible known causes for this?
Failing any explanation, can anyone suggest a good desktop style Main Board that supports RAID well for Centos 5.4? I plan to sue this as a small server system so graphics etc are not important here.
View 5 Replies
View Related
Oct 11, 2010
A friend accidentally did mkfs.vfat on my 1Tb ext. hard drive..It's now showing as 400 GB free where it was 10 GB previously and the remaining data is being shown as weird symbols and empty folders and yet it occupies more than 500GB..Any way to recover the data completely?
View 1 Replies
View Related