Skip to main content

Questions tagged [ext]

The tag has no usage guidance.

1 vote
1 answer
5k views

Opening DD image in 7zip

For some time, i have used DD images at work to quickly transfer a linux image to a new harddrive in case the old one broke. It works great, no complains. But, i needed to get a file from the image a ...
Fiskelord's user avatar
0 votes
0 answers
49 views

BIOS doesn't recognize ext3 drive

I made a bootable usb with linux mint installed onto it, I tried formatting it as ext3 and ext4 but no luck, on my laptop's bios at least. It works on my main rig, but not my laptop, yet to try any ...
oggy333's user avatar
  • 23
0 votes
1 answer
1k views

How to read a Mac or Linux hard drive on Windows? [duplicate]

I have a Hard Drive. But I don't remember what is there. I think is Linux File System or MacOS File System. How I can see what is on that Hard Drive using Windows or some LiveCD ?
ebas's user avatar
  • 11
0 votes
1 answer
336 views

debugfs does not stat filename with spaces

I'm using debugfs to stat a filename with spaces. The file exists, but I get this message (same message if I change spaces by \ or write the filename between simple quotes): $ sudo debugfs -R "stat /...
oml's user avatar
  • 3
0 votes
0 answers
319 views

why is my kernel/grub/fstab mounting my partition as EXT2 when its EXT4?

so i am confused i recentl did full upgrade and since then i am unable to properly automatically mount my / partition yet /home partition mounts succsefully here is some info before we start, this is ...
Picarica's user avatar
1 vote
1 answer
857 views

How do filesystems support "legacy" style booting?

I am in the process of writing a simple OS bootloader (first booting in legacy mode). After understanding the boot process (MBR loading the VBR, etc) I began looking into the specifications for ...
sherrellbc's user avatar
0 votes
1 answer
1k views

Is it safe to convert NTFS to ext2 with anyconvertfs?

I want to convert an NTFS filesystem (never used with Windows, and no use of any special features - just a bunch of files. Not even any hard links / symlinks / etc.) to ext2. I know it's possible to ...
einpoklum's user avatar
  • 9,761
6 votes
1 answer
37k views

how to delete the partition after mkfs

we created the ext file system on new sdd disk as the follwing mkfs.ext4 -j -m 0 /dev/sdd -F in order to get the disk as was before mkfs I guess we need to delete the partition that created by ...
enodmilvado's user avatar
0 votes
1 answer
3k views

Opposite of the `mkfs.ext4` command [duplicate]

is it possible to reverse after make mkfs.ext4 ? mkfs.ext4 -j -m 0 /dev/sdb -F for example we create file system on new device - sdb ( no any data on sdb ) mkfs.ext4 -j -m 0 /dev/sdb -F now we ...
yair's user avatar
  • 1
0 votes
2 answers
189 views

Is there a way to recover deleted files after removing NTFS partitions?

I have windows disk. I accidentally remove its partitions and created Linux ext3 partition. I know that there is recovery software. I don't know before using software should I delete that volume or I ...
Bogdan Bogdanov's user avatar
2 votes
0 answers
1k views

How do I identify the cause of e2fsck abort

After a recent system failure several of my filesystems are broken. And even e2fsck fails to repair them. Surprisingly e2fsck lacks the so called debug or verbose mode and just writes e2fsck: ...
PF4Public's user avatar
  • 366
1 vote
0 answers
263 views

How do I modify an ext filesystem item given its inode number?

How do I modify a file/directory given their inode numbers? Those inodes do not appear on a mounted filesystem as traversable directories / readable files and as such are undiscoverable by find ...
PF4Public's user avatar
  • 366
5 votes
1 answer
6k views

When will fsck run if maximum mount count is -1?

I am trying to determine if fsck will run on reboot. I run this command dumpe2fs -h /dev/(diskname) and get this result: Mount count: 13 Maximum mount count: -1 AFAIK fsck will run ...
IMB's user avatar
  • 5,533
1 vote
2 answers
6k views

Why DD output image file is larger than the source partition/runs out of space while copying partition to a file

DD output image file is larger than the source partition and DD runs out of space on the target partition(where the image is created) despite it being larger than the source partition. I am trying ...
Michael  P's user avatar
0 votes
1 answer
2k views

How can I use my Android partitions for Windows?

I have a dual-boot Android/Windows mini PC. How can I make I use the Android partitions for Windows, without breaking the Android to much? (I have external disks, but there are some things like SWAP ...
Olav's user avatar
  • 684

15 30 50 per page