Questions tagged [ext2]
28 questions
53
votes
3 answers
Is there a way to make ext-filesystems use less space for themselves in Linux?
I have a bunch of external and internal HDDs that I use on a Linux system. I only have Linux systems, so using a Linux file-system would only make sense, right? However I'm currently using NTFS everywhere, because it gives me the most usable space…
confetti
- 2,407
- 3
- 22
- 41
15
votes
1 answer
View bad blocks on mounted ext2/ext3/ext4 filesystem
I've ran fsck -c on the (unmounted) partition in question a while ago. The process was unattended and results were not stored anywhere (except the bad block inode).
Now I'd like to get bad block information to know if there are any problems with the…
Basilevs
- 2,766
- 3
- 20
- 20
9
votes
2 answers
How can I get access to EXT2, EX3 and EXT4 partitions on Windows 7?
I tried all programs recommended to mount Linux partitions like EXT2 or EXT3 or even EXT4 but no one can do well on Windows 7 32 bit.
I want to access read-write, is there a program that can do this?
wisdom
- 497
- 5
- 9
- 22
9
votes
2 answers
How to format Ext2 in Windows XP?
I want to format my USB stick to ext2. I have following tools installed. But don't know how to use them for my case:
Cygwin – I'm just a starter and not surely know how to use. (mkfs is also not included.)
Ext2Fsd – Don't know how to format Ext2. I…
4lvin
- 175
- 1
- 3
- 8
7
votes
0 answers
Understanding ext2 FileSystem
I am trying to find deleted inodes in the ext2 filesystem. And this is the approach that I am taking. However I feel that I am doing something wrong.
I am first seeking 1024 bytes to the start of the superblock
I get to know that blocksize is 1024…
Catie
6
votes
1 answer
Running fsck from cygwin shell?
I need to be able to check / fix file system errors on SD cards from a win7 box. I had hoped to use e2fsck from cygwin but am having some issues getting this to work. (SD cards are used to boot fanless PCs to debian)
SD cards in question have 3…
ethrbunny
- 357
- 2
- 7
- 18
6
votes
3 answers
How to create ext2 image without superuser rights?
I need to generate several ext2 images.
The obvious way to do that is to create an image, mount it & copy the content. But it requires root permissions twice (to chown the files and to mount the image).
Also I found two tools for generating images:…
Equidamoid
- 321
- 4
- 12
4
votes
2 answers
Create a multiboot USB drive with NTFS or ext2
I am trying to create a multiboot flash drive, but I don't want to use fat 16 due to the huge performance cliff between fat 16 and other file systems like ext 2 or NTFS. I need to have multiple linux distrosl on my flash drive and choose which one I…
charmoniumQ
- 215
- 2
- 9
3
votes
1 answer
ext4 integration in windows 8 - access through explorer
I know there are similar questions; however none I could find that addressed accessing ext4 through explorer, most others simply use a third party application.
However, my question is; is there a way to integrate, said third party application, in…
Anteara
- 201
- 1
- 2
- 4
2
votes
1 answer
ext2 or ext3 filesystem with the most available space
First of all, security is important so I want to use a reasonable size of inode backups and things like that, whatever those mean...
I want to use ext2 or ext3 for a common partition between Win7 and Ubuntu (with ext2fsd).
My problem is, that I…
vbence
- 586
- 8
- 25
2
votes
2 answers
Determining if Linux partition is ext2 or ext3 without /etc/fstab info
How do I determine if a partition is ext2 or ext3 if I no longer have a copy of /etc/fstab ?
Here is what I get out of dumpe2fs. I suspect that there is some info here that is relevant. I am guessing that the has_journal feature may mean that this…
ChrisGuest
- 167
- 4
- 15
1
vote
1 answer
"cannot create hard link X to Y: Operation not permitted" on ext2 drive from cygwin cp -al
/cygdrive/d/ is a USB hard disk formatted as ext2 and mounted with ext2fsd.
When I try cp -al /cygdrive/d/X /cygdrive/d/Y where X is a file, I get the error in the title.
Things I've Tried/Verified
I did chmod -R 777 /cygdrive/d but I still get the…
Kev
- 1,142
- 2
- 14
- 37
1
vote
1 answer
Bad blocks detected by fsck. SMART says disk is good
Using Ubuntu 12.04, I booted into maintenance mode and selected fsck from the menu. This ran a filesystem check on all my volumes (all ext2), mounting them read/write by default. After the tests completed it said there were bad blocks detected and…
user1549377
- 23
- 1
- 5
1
vote
2 answers
Which file-system is good for movable disk between many different OSs?
I often use movable disk (USB) to change data between different OSs, almost four kinds -- Linux, Windows, Mac OS X, FreeBSD. Obviously, VFAT is supported in all kinds of OSs. But the short is: It cannot preserve common UNIX attributions, such as…
Vivodo
- 477
- 2
- 6
- 16
1
vote
3 answers
Can't access Ubuntu partition in XP even with tools
I installed Ubuntu 10.10 to dual-boot with XP Home on my Asus 1005HA netbook. The main hard drive is an OCZ Vertex 2 SSD. I've tried all the common tools for accessing the Ubuntu partition from inside XP, but none of them appears to work. Ext2IFS…
Tootsie Rolls
- 139
- 5