General :: What Is The Amount Of Space After Formatting For Ext4, Ext3, And Ntfs

Jun 12, 2011

I have just purchased a 2TB drive for my server and I was trying to get an idea of the differences between these file systems or other file systems out there. What is the amount of space after formatting for ext4, ext3, and ntfs?

View 4 Replies


ADVERTISEMENT

General :: Formatting HD With Ext3 / Ext4 With Full RWX Permissions

Dec 29, 2009

How can I format a USB hard drive to ext3/ext4 or whatever file format and have full permission to read, write and execute all files afterwards? When using the command line (as ROOT of course) mkfs.ext3 /dev/sdb? Restricts the rights to ROOT as does the procedure gParted. The man mkfs did not help much. Configuring the fstab- file is a bit of a hassle, so it would be nice, if there was an option to set the permissions "correctly" right from the beginning. Setting Ubuntu (I'm using Ubuntu 9.10) up, so that it mounts USB devices not as ROOT as default but giving all users all permissions seems to be really complicated, as a guy from my local LUG told me.

View 10 Replies View Related

Ubuntu Installation :: Formatting From NTFS To EXT4?

Aug 2, 2010

I would like to format my current NTFS drive to EXT4. I've searched and found there are two commands to do this, mkfs or mke2fs.

What are the proper steps to do format an NTFS to EXT4 ?

If you recommend EXT3 over 4,

View 4 Replies View Related

Ubuntu :: Formatting /home As Ext3 For Dual Boot HDD Space Sharing?

Jul 23, 2010

I've give up hope on ever seeing an extent-enabled ext4 filesystem driver for Windows.

View 3 Replies View Related

General :: Formatting $PS1 To X Amount Of Character?

Jun 22, 2011

I'm looking for a way to force my PS1 variable to a certain number of chars.
It currently looks like:

$PS1="W $"

and I'm trying to keep the same number of characters regardless of the length of current folder name.

For example, both Documents and bin would be displayed as 10 character strings, keeping the left side of my terminal the same width all of the time.

View 1 Replies View Related

Ubuntu :: Shrinking Ext3 Partition And Giving Free Space To NTFS?

Jul 13, 2010

Using a small hard drive (180 GB) dual booting windows XP for gaming and Ubuntu 9.10 for my other stuff during install I didnt know how much of each partition i would use, so i did 50-50 1 for ext3 and one for NTFSHowever after awhile it seems I have run out of space on my NTFS and have tons of unused space on my ext3.What I am wanting to do is shrink some of that ext3 down and give it it NTFS, I did a little searching and found a couple of old posts but I was a little sketchey on em. Simply looking for some personal Methods or Tools you have used and a starting point of how to use them.

View 5 Replies View Related

General :: Calculate Minimum Ext3 Partition Size For Certain Amount Of Data?

Aug 5, 2011

These following ext3 partitions contain identical data. As we can see, the larger the partition size, the more space is required for the same files:

Filesystem 1K-blocks Used Available Use% Mounted on
/dev/loop11 3965777 561064 3199964 15% [...]
/dev/loop19 573029 543843 29186 95% [...]

[code]....

View 2 Replies View Related

CentOS 5 :: 5.5 Ext4 Conversion - Ext4 Partition Is Recognized As Ext3?

May 19, 2010

I had 5.4 machine. Upgraded to 5.5 today via yum upgrade. All went fine. Rebooted. Wanted to convert root partition to ext4 (I have three partitions: /boot, / and swap). All of them on software RAID 1 (root is /dev/md2). I did the following for converting

yum install e4fsprogs
tune2fs -O extents,uninit_bg,dir_index /dev/md2
nano /etc/fstab # I indicated here that my /dev/md2 is of ext4

[code]....

View 4 Replies View Related

General :: Formatting Western Digital External Drive To EXT3?

Sep 15, 2010

I am wondering if any of you technical guys would be willing to format my Western Digital external USB 1.5 TB Hard Drive to Linux EXT3. I am naturally happy to pay for your time and trouble and for postage. The WD drive is for storing video footage and will be connected to my Humax Freesat HD Digital TV Box(not a computer), and the Humax Box will only record high deffination programmes in EXT3 format. I've tried to do the job myself with my PC, but have failed to change my system to format in Linux.

View 5 Replies View Related

General :: Formatting WD My Book World Edition External Harddisk With Ext3?

May 18, 2010

I have a Western Digital My Book World Edition external harddisk with blue rings. I filled it up and now want to delete the data and start over. I'm set in my ways and have been accustom to reformatting harddisks periodically (sector maintainance, etc.) It's worked for me as I've luckily have not had a disk crash in 25 years.My webapp is not helping me with the reformat and neither is Western Digital tech support. I've heard that it was factory formatted with something called Linux ext3. Does this make sense? Has anyone had any experience with reformatting external harddisks being used as a NAS (home use).

View 3 Replies View Related

General :: Convert Ext3 To Ext4?

Mar 9, 2010

how to convert ext3 to ext4? I'd like to convert partitions which I use for virtual machines (vmware-server and virtualbox). I use Ubuntu 9.10 as vmware-server host and Gentoo as virtualbox host.

View 5 Replies View Related

General :: Distro That Needs Least Amount Of Space

May 22, 2011

Does anyone know which distro does not need too much space.I have 4G and so far lubuntu and unbuntu both need 4 or more.

View 14 Replies View Related

Hardware :: Reduced Disk Space / Use The Total Amount Of Space?

Aug 25, 2009

OS: RHEL AS 5 64-bit

HDD:300 GB Hardware mirror (HP blade bl460c)

While installing OS, in partition window after OS file system structure I've left 277 GB. But after installation it shows Size - 255GB and available disk space is 242 GB.

Isn't it weired? How can I use the total amount of space in Linux? I need the whole 277GB exactly. What should be my workaround?

View 6 Replies View Related

General :: Ext3/ext4 Filesystem - Cannot Open My Files

Jan 31, 2011

I have installed ubuntu to my pc. i made 3 partitions. one for system, one for data and one for swap. two of them were ext4. after some time i have reinstalled ubuntu again. but this time i didn't put to format the second partition, but just mount it using ext4. after that i cannot open my files. checked with gparted shows that 2GB used, but with df 188MB. and in properties writes ext3/ext4 filesystem. i used chown, chgrp but didn't help. please help, these data are ver important. i cannot lose them.

View 7 Replies View Related

General :: Want Shell Command Amount Space In Disk For Mp3

Jun 25, 2010

We use a SLES 10 SP2 file server. This file server has all type of files. We want to know what is the amount of space used by mp3 files. What we need to know is the total space in disk of mp3 files. I've been testing du command, and find command, but with no satisfactory results. Does anybody know how to do this?

View 11 Replies View Related

General :: Top Not Show Correct Swap Space Amount / Why Is This?

Sep 27, 2010

Code...

but 'top' shows 2GB of swap...

top - 18:38:42 up 4:22, 5 users, load average: 0.54, 0.61, 0.64
Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
Cpu(s): 7.4%us, 1.4%sy, 0.0%ni, 86.9%id, 3.4%wa, 0.0%hi, 0.9%si, 0.0%st
Mem: 33265832k total, 24859468k used, 8406364k free, 379892k buffers
Swap: 2031608k total, 0k used, 2031608k free, 2030328k cached

Why is that?

View 6 Replies View Related

General :: Stuck Choosing Between Ext4 And Ext3 For The File System?

Jul 7, 2011

I was in the process of installing Ubuntu 11.10, but got stuck choosing which file system to use. ext3 and ext4; which is better for a personal desktop? If ext4 is better, will it work well on my old PC (bought 3 years ago), or perhaps ext4 is not actually compatible with an old hard disk?

View 4 Replies View Related

General :: Sharing An Ext3/ext4 Partition On External Drive?

Aug 30, 2011

is there a way of sharing an ext3/ext4 formatted partition on an external USB drive between different users (uids) on different Linux machines without creating a group for this purpose, setting the group ownership of the partition to this group and adding each respective user to the group on every machine?This would mean that I need to have root privileges on every machine... which I may not have in some cases.I'm using the partition to store the code I'm developing on Linux and I would like the option to be safe... if possible.I could use a vfat partition but then I have no control of the rw rights + I cannot develop directly in the dir: I would always have to tar.gz the directory, extract, work, tar.gz, copy to the external drive.

View 2 Replies View Related

General :: Use Find To Select Users With A Certain Amount Of Disk Space Usage?

May 16, 2011

I want to find all users shown in the /home/ directory whose disk consumption is more than 500MB. The following command works as expected.

cd /home/ && du */ -hs
68K ajay/
902M john/
250M websites/

From the above example, only 902M john/ should be returned.

How can I make the find command output the same results?

View 4 Replies View Related

General :: Ext4 New File System Mounting Compatibility With The Older Ext3 Type?

Sep 7, 2009

How well is the ext4 new file system mounting compatibility with the older ext3 previous Linux installations ? I refer to Ubuntu 9.04 and the new Fedora 11 which have the option to install with the ext4 file format. Will it be better if I install with the older ext3, so that I will be able to mount all other Linux from each other in a multi-boot system ?

View 6 Replies View Related

General :: Converting The Ntfs To Ext3?

May 13, 2011

converting the ntfs to ext3.

View 9 Replies View Related

Fedora :: Formatting Ext3 File System

Oct 25, 2009

How would I format my partition into a ext3 file system?

View 1 Replies View Related

Ubuntu :: Error In Formatting New HDD As EXT4 ?

Jan 4, 2011

I'm having problem in formatting the newly added hard drive to my Ubuntu 64 bit server, is there any explanation why I got stuck to this error ?

Code:
root@isuzu:~# fdisk -l
Disk /dev/sda: 21.5 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

[Code].....

View 9 Replies View Related

General :: Migrating From WIN7 To Mandrake And NTFS To EXT3 Without Backing Up?

Jun 6, 2010

Im currently using windows 7 and I want to shift for Linux. So i thought to start from Mandrake-free. My current filesystem is NTFS which full of windows extension documents. Those capacity is almost 200GB.but im not in a position to backup everything. i got to know from forums that linux perform well in ext3 file system. so i wish to go for ext3. is there any ways to shift FROM,win7 TO mandrake AND
ntfs TO ext3 WITHOUT BACKING UP CURRENT DOCUMENTS ASWEL AS WITHOUT LOOSING ANY OF MY WINDOWS BASED DOCUMENTS.? and i got to know that in a single harddrive(eg 250GB), Its not good for the harddisk to have different type of partitions (eg 50gb of ext3 and 200gb of NTFS). if i used like this will my harddisk got crashed? because this happened to me 4 years ago when i was trying to install winXp(in ntfs) and Redhat(in ext2) in the same hardisk. i was working initially. but was in 2 days that HDD got crashed.

View 4 Replies View Related

Ubuntu Installation :: Formatting External Drive In Ext3?

Aug 1, 2011

I'm trying to format a 500 GB external drive with gparted in ubuntu 10.10 (I searched & didn't see this issue in the forum). I set up and formatted two partitions, one for fat32, and the other with ext3, which appears to format ok, but I can't use it. Both partitions show up and appear to mount, but the ext3 partition won't accept activity (make new folder, copy in files), while the fat32 partition works fine. Both partitions show up ok when I query in terminal "sudo fdisk -l"

View 4 Replies View Related

Hardware :: Formatting External Drives In Ext4

Dec 19, 2010

I was thinking about reformatting my thumbdrives and external HDs from NTFS or FAT32 over to ext4. Anyone know if this could potentially cause any problems? They won't be used on a win machine.

View 1 Replies View Related

General :: Restore Files From An Ext3 File System Formatted With NTFS?

Oct 1, 2009

There were some files residing on my ext3 file system, using Ubuntu as my linux distribution. Yesterday I formatted the hard drive using a windows install CD, rewriting it with a new NTFS partition. I'm willing to restore my personal files deleted due to this format.

View 3 Replies View Related

General :: Ntfs To Ext3 - Move /home To The Other Partition That Exists On My Computer?

May 10, 2010

I've been trying to figure out how to move /home to the other partition that exists on my computer, however it's ntfs and turns out it's impossible to move my /home there. So how do convert that ntfs partition to ext3, I don't mind loosing data that's in that partition. [url] is the partition I'm talking about. So what's the best way to do it ? If you write what commands I should use please include partition names.

View 3 Replies View Related

OpenSUSE Install :: Ext4 Pen-drive Formatting / Permissions?

Sep 2, 2011

Tired of fat32 fragility, I reformatted a 4GB pen-drive as ext4 using Yast's partitioner. I chose format as ext4 and checked fstab options "can be mounted by user", "no access time" and "ordered journaling". I thought that these fstab options would be ineffective since a removable device won't be added to fstab. when I insert the pen-drive it auto-mounts and the folder /media/EMTEC is created (EMTEC is the volume name). The relevant mount entries are:

Code:

:~> cat /etc/fstab | grep sde
:~> cat /etc/mtab | grep sde
/dev/sde1 /media/EMTEC ext4 rw,nosuid,nodev,relatime,barrier=1,data=ordered 0 0
:~>

There's no fstab entry, as it should be, and there is a mtab entry corresponding to the pen-drive, /sde1. However the /media/EMTEC as created (by udev, I suppose) is owned by root, I can't write to it. But if I change (as root) the /etc/EMTEC folder permissions so it belongs to the regular user, i can (obviously) write to it *and* it stays so *between* remounts. Haven't tried a reboot yet. What I'm not sure is if ordered journaling is OK for a pen-drive - or any kind of journaling, for that matter. Or will this significantly decrease flash memory life? Also, the fstab options set in Yast appear to be remembered by whatever creates mtab, as well as /media/EMTEC permissions. Is that so? Where are these settings kept? How does this work?

View 2 Replies View Related

Ubuntu :: No Access To Drive After Formatting To Ext4 With Gparted?

Jul 10, 2011

i had an ntfs partition..i formatted it to ext4 with gparted..w i cant write any files to it..i think because gparted executed with root previliges so it has now made root the owner of the drive.

View 1 Replies View Related







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