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
ADVERTISEMENT
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
View Related
Aug 19, 2010
I have a dual boot system with Ubuntu Lucid and Windows 7 Ultimate 32bit on a 320 GB hard drive. During the last month, I've completely moved from Windows to Ubuntu but I have to keep Windows for a few softwares like ooVoo and Office, especially OneNote. But now 105 GB for windows and 50 GB for Ubuntu doesn't seems right, as I can't copy any more files on my Desktop in Ubuntu, because it's full. I was just wondering if it's possible to resize the NTFS partition and add like 50GB or so to the ext4 partition which is my Linux's root. The NTFS drive is on /dev/sda5 and the ext4 one is on /dev/sda7.
View 4 Replies
View Related
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
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
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
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
May 24, 2011
I'm trying to install SL6 to a pair of 2TB harddisks in a RAID 1 array. The problem is that when the "Formatting" progress window that says "Creating ext4 filesystem on /dev/mapper/pdc_eahgdeafbgp1" comes up it appears to eventually freeze. It's been like that for 6 hours without the progress bar moving at least. I have another identical system that I booted up using the gparted live cd to see if I could get any more information using that. I first created a 500MB ext4 partition and mkfs.ext4 ran almost instantly. I then tried 5GB and it seemed to take maybe about a second or two and worked fine. I then jumped up to 500GB and it's been running for about 5 hours now. I'm pretty sure that I remember the creation of an ext4 filesystem occuring extremely fast even for very large partitions, but this is the first time I've played with RAID.
View 3 Replies
View Related
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
Jul 2, 2010
I have an external USB drive that I want to format but I can't find a Linux utility to do this. I would also like to quickly and easily format USB zip drives too. The ability to format in FAT, NTFS or EXT? would be good as well. GParted seems like overkill.
View 3 Replies
View Related
Nov 13, 2010
I've a flash drive that it's partitions formatted as fat32, ex4 and encrypted ext4. It works fine on the system that I've formatted it on, but when I try to use it on my other Linux distributions I get these problems:
* ext4 partition accessible by root only.
* after entering my pass-phrase I get
Code: /dev/mapper/udisks-luks-uuid-***** uid1000 is mounted What I'm asking for is a way to create the ext4 file system without being attached to some UID and to be accessible by any user.
View 1 Replies
View Related
Apr 23, 2010
My friend has a 1TB external hard drive with two NTFS partitions and he wants to combine them into one. Is it possible to merge them together?
View 6 Replies
View Related
Feb 12, 2011
I have new external usb drive which I'm trying to format to NTFS so I can also use in in windows. I've set it up using fdisk
Disk /dev/sdd: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x604a2a7d
Device Boot Start End Blocks Id System
/dev/sdd1 1 60801 488384001 7 HPFS/NTFS
And tried formatting using
mkfs -t ntfs /dev/sdd1
However I get the following error
Cluster size has been automatically set to 4096 bytes.
Initializing device with zeroes: 100% - Done.
Creating NTFS volume structures.
Error writing to /dev/sdd1: Input/output error.
Error writing non-resident attribute value.
add_attr_sd failed: Input/output error
Couldn't create root directory: Input/output error
View 5 Replies
View Related
Nov 14, 2010
I really need to be able to sort the directories on some of my disks - not just sort the display of them, but actually sort the contents. I remember the old Norton DS.EXE that did it back in FAT16 days before long filenames, and after some googling, I found fatsort is in the repositories, but that doesn't do NTFS or ext4...
Ubuntu preferable (obviously, since I would really like to sort some things in my ext4 partitions), but if anyone knows a Windoze program that can at least do the NTFS partitions, that will be a start... Of course, I could get a new HDD, manually create all the folders in order, and copy the files one-by-one in order, but I don't have that level of patience!
View 2 Replies
View Related
Jun 14, 2010
I have 2 ntfs partition and want to convert them to ext4. Is there a way that do this conversion without losing my data?
View 9 Replies
View Related
Apr 15, 2010
How do you format an external harddrive to ext4 or ntfs?
View 5 Replies
View Related
Jun 29, 2011
i wanted to change the format of my backup drive from ext4 to ntfs. what i thought would be possible without erasing the data, was simply done by formating the drive. but because this took only 6 sec, i have still hope that my data was not completely destroyed. are there any possibilities that i get my data back? i unmounted the drive afterwards and did not write anything to it.
View 2 Replies
View Related
Jul 4, 2011
I am trying to move over 1 Terrabyte of files from a two terrabyte drive into my Ext4 drive where Ubuntu 11.04 is installed. The two terrabyte drive is where my winxp used to be and it's currently paritioned into three partitions. I would like to reformat into a single partition that's why I'm moving the files.
When moving the files from the 2Terrabye NTFS partition into the Ext4 partitioned drive, the best transfer rate I could get is 11 megabytes per second. When I transfer from one NTFS drive to another NTFS drive, I could get as high as 70megabytes per second in WinXP. Is there a way to speed up the speed transfer?
Otherwise, the file transfer dialogue says it would take 26 hours to move all the files!!!
Edit: both drives are internal drives connected via a sata II.
View 3 Replies
View Related
Jun 14, 2010
I know newer filesystems support crtime values, even to nanoseconds granularity. Ext4 does it, and NTFS mounted via ntfs-3g should expose it. Still, what is the command to get these values??
getfattr -d <some file>
gives me zero results, and as far as I know ls does not have means to access creation time.
getfattr -n ntfs_crtime /mnt/<some ntfs fs> gives me "Operation not opermitted"..?
I know about the difference between ctime=inode change time and crtime=creation time/file birth time. I want to migrate a NTFS partition to Ext4 without losing the creation dates...
View 10 Replies
View Related
Sep 8, 2010
I have nearly 200GB of space free on the HD with my linux main EXT4 partition, and I'm wondering if I can convert a large part of this to a new NTFS partition that I can use for my windows XP paralell install?
Basically, what do I have to do to resize and create the new partition and how do I get windows to recognize it?
View 5 Replies
View Related
Sep 29, 2010
So I've got a 500gb ext4 formatted drive I use for backup, and I'm trying save my personal files from my laptop's hard drive (the laptop power supply just died) but whenever I try to copy+paste something from the NTFS laptop drive to the ext4 drive, nautilus freezes up, and suddenly both of my CPU cores hit 100% and Ubuntu is using 1.6GB of RAM, from like 200MB when it's idle.
I'm using 10.04
Pentium D 2.4Ghz Dual
2GB RAM
The laptop drive is a 5000RPM 250GB Sata, NTFS partition is 125GBThe backup drive is a 7200RPM 500GB Sata, ext4 partition is 500GB
View 9 Replies
View Related
Apr 27, 2011
I have one computer with windows and one with ubuntu. I have an external drive (FAT32) with files taken from an NTFS (mp3s and such) and I would like to put them and use them on an ext4 ubuntu platform. Can I make a partition of the /home folder NTFS and the system ext4 and function properly? I do have configuration files in the /home folder since Im building a domain controller that utilizes samba on ubuntu: would I be better off using a dual boot with windows/ubuntu and placing the files on the Windows partition? what is my best option?>
View 9 Replies
View Related
Jan 28, 2010
I just ruined my /ntfs partition. I used the mkfs command and stopped it by ^C immidiately, but it was too late. mkfs.ext4 /dev/sdb1
Is there a way to recover NTFS partition now ? The partition </dev/sdb1> was 'ntfs' and mkfs.ext4 did not check if it was a ext4 or give any pre-check warning, just went ahead with making the ext4 fs on a ntfs partition.
View 6 Replies
View Related
Jul 12, 2011
i 've been using fedora 14,15 for like few months and i still have a 4GB NTFS partition win XP pro.i have installed fedora in about like 20gb for root and home ext4.i rarely use win xp nowadays (once in a week) considering i was using windows for like years.i have a commondata partition of about 130GB NTFS.i now dont want to use the windows and i want to convert the 130GB NTFS to ext4, but i am worried that if somehow at some point i crash my partition tables and i was using ext4 i wouldn't be able to recover the data as easily as i would in a windows.i want to know whether there is a reliable ext4 data recovery tool for fedora?igoogled and i found this link .. if any of you guys have used these tools can you share the experiences ?Mondo RescueTestDisk safecopy PhotoRecddrescue
View 4 Replies
View Related
Sep 27, 2010
Just installed opensuse 11.3 Kdeversion on my laptop. Before installing it on live mode i had a problem of accessing my other drives (NTFS, FAT32 and EXT4) which said HAL system policy...etc mounting error. I could access all drives with root privilege. I thought problem will be solver once i install opensuse on my system. How ever i was really disappointed after seeing the same problem post install. Googled around for the solution and got this link
[Code]...
After this the problem got worse now i am not able to see any of the drives in the side panel. Gone through many forum and posts all discuss about external USB HDD.
View 9 Replies
View Related
Jul 18, 2011
I just installed ubuntu via the windows executable and I couldn't mount my NTFS partition. I found this a little odd and I checked fdisk and it seems to think I don't have an ext4 partition as my entire internal HD is displayed as NTFS.
Here's the fdisk output:
When i try to mount the NTFS partition /dev/sda2 i get the following output:
I can't make heads or tails out of this. Anyone know what's going on here?
Windows recognizes that 30GB were taken from the NTFS partition for my linux install. It reads the max partition size as 465GB. fstab reports the NTFS partition size as 488GB.
View 2 Replies
View Related
Apr 23, 2010
I got a problem booting ubuntu 10.4 RC but i solved it by replacing root partirion uuid in grub boot menu then I disapled totally uuid passing to linux from /etc/default/grub . but something else i noticed why grub choosed insmod=ext2 why not ext4 specially I use now ext4 .I tried by editing the grub boot menu replacing "insmod=ext2" by "insmod=ext4" it booted and the three lines error during booting that i used to see them science ubuntu 9.10 totally disappeared . really I dont understand can anybody explane for me.and if what i did was right ,can anybody tell me how to make grub always and permenantly detect ext4 as ext4 not as ext2.
View 6 Replies
View Related
May 23, 2010
I got 10.04 RC and 3 patitions: / , swap and Home.How to install system without formatting Home partition?
View 2 Replies
View Related
Jul 15, 2010
I want to install Ubuntu 10.04 on drive C. my files are on drive D.. so i don't want to format drive D during the installation of Ubuntu.
View 5 Replies
View Related
Jun 18, 2011
trying to manually partition while installing 10.04, unfortunately from an old windows os, which came w/ the computer. i probably shouldn't bother to save it, but i wanted the practice w/ partitioning. the book i'm using is a good one, but maybe too advanced, and didn't specify. when i shrank the old win os into a smaller space on the drive, it gave me the option to check a box for format or leave it unchecked. which should i do, so as not to delete what's already on the drive? and do i mount it anywhere? in /windows, or i think the other option was msdos? what results in each case?
View 9 Replies
View Related