Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
3 votes
1 answer
807 views

Can I mount ext4 without writing the last mountpoint to the filesystem?

I have an old ext4 disk partition that I have to investigate without disturbing it. So I copied the complete partition to an image file and mounted that image file while continuing my investigation. ...
db-inf's user avatar
  • 333
3 votes
0 answers
785 views

Can't set filesystem to rw after crash

My Mint crashed twice yesterday. Googling for frozen system with flashing caps and scroll-lock LEDs made me believe it was a hardware problem. I carefully cleaned everything, and the hardware seems to ...
Bruno Behnken's user avatar
0 votes
3 answers
5k views

Can't format USB Stick

Ok so here's what happened. I had been using a USB stick to re-install Windows 10 and quickly reformat my dads laptop. Now I used the existing Windows 10 to create the live USB drive and I guess it ...
Nicolas Torres's user avatar
1 vote
2 answers
7k views

I can't -o "remount,rw" a usb drive

I have a usb drive. It mounts as "ro." When I mount -o "remount,rw" I see this in dmesg. hfsplus: filesystem was not cleanly unmounted, running fsck.hfsplus is recommended. leaving read-only. The ...
Evan Carroll's user avatar
  • 32.9k
2 votes
1 answer
3k views

Remounting is not supported at present. You have to umount volume and then mount it once again

I was not able to chmod a file in my /dev/sda3 on my Ubuntu12.04 system. This is what I get when I try to see its information: $ mount | grep 'media' /dev/sda2 on /media/sda2 type fuseblk (rw,...
Swagatika's user avatar
  • 123