Tagged Questions
13
votes
2answers
311 views
Can the same ext4 disk be mounted from two hosts, one readonly?
I know that mounting the same disk with an ext4 filesystem from two different servers (it's an iSCSI vloume) will likely corrupt data on the disk. My question is will it make any difference if one of ...
2
votes
1answer
621 views
Unable to mount /home/ partition after reinstalling grub after reinstalling windows 7
I've reinstall windows 7 on it's asignated partition and, as usually, it override the MBR with it's own stuff and, thus, it was not possible to boot to my ubuntu 12.04 partition.
I followed the step ...
1
vote
0answers
168 views
Howto configure autofs to work with usbsticks formatted with differend filesystems
I have some USB-sticks using fat32 as filesystem and others using ext4. Now I want to configure autofs to mount the sticks automatically.
To make sure that the user can write to fat32 sticks I use ...
2
votes
3answers
1k views
Can't mount EXT4 hard drive after mounting it in windows
I have a 2TB Western external HDD.
Its original filesystem was NTFS but I formatted it to EXT4.
I had no problem in Linux; But today after I mounted it using ext2fsd in a windows box, I cant mount it ...
3
votes
1answer
900 views
Unable to mount a second hard drive in Ubuntu Server
I am adding a second drive to my Ubuntu Server. It was previously in a FreeNas system, but I got rid of the XFS partition and created an ext4 partition (in an older Ubuntu system). I then backed up ...
6
votes
1answer
1k views
ext4 overrides my commit=100 mount option with commit=0
Here is the relevant line from my /etc/fstab file:
UUID=f51aa298-9ce4-4a19-a323-10df333f34f5 / ext4 data=writeback,noatime,barrier=0,errors=remount-ro,commit=100,nobh,nouser_xattr ...
3
votes
2answers
2k views
Finding the offset for ext4 partition
I've created an image of my hd with dd, but grub was installed on it, and I'm trying to figure out how to mount the image file, but mount doesn't recognise it as an ext4 partition because of the grub ...