Found 5 matching messages (0.180 seconds). Page 1 of 1.
... the loop filesystem readonly > > before unmounting: > > > > $ mount -t xfs /dev/sdb6 ... This is a problem in mount, no the kernel. Before the ... 0 Yes, that's mount(8) bug. It doesn't read ... dest>", for example: mount -t xfs -o remount,ro /mnt/scratch ...
linux-fsdevel - Karel Zak - May 13 2008 - 18:55
... 40AM -0400, Christoph Hellwig wrote: > On Tue, May 13, 2008 at ... mnt/scratch/mnt > > $ mount -t xfs -o remount,ro /mnt/scratch ... losetup -d /dev/loop0 after unmounting the > filesystem. Hmmm - I even ... bottom of the extremely verbose mount man page so didn't ...
linux-fsdevel - David Chinner - May 13 2008 - 08:07
On Tue, May 13, 2008 at 06:50:47PM +1000, David ... /mnt/scratch/mnt > $ mount -t xfs -o remount,ro /mnt/scratch ... no the kernel. Before the remount the /etc mtab looks something ... losetup -d /dev/loop0 after unmounting the filesystem. -- To unsubscribe from ...
linux-fsdevel - Christoph Hellwig - May 13 2008 - 06:23
On Tue, May 13, 2008 at 10:07:10PM +1000, David Chinner wrote: > Anyway, I'll hard code loop device numbers into the script so > I can just forget about this problem. Thanks, Christoph. hardcoding them is a little dangerous because a system might ...
linux-fsdevel - Christoph Hellwig - May 13 2008 - 08:42
Christoph Hellwig wrote: > On Tue, May 13, 2008 at 10:07:10PM +1000, David Chinner wrote: >> Anyway, I'll hard code loop device numbers into the script so >> I can just forget about this problem. Thanks, Christoph. > > hardcoding them is a little ...
linux-fsdevel - H. Peter Anvin - May 13 2008 - 13:10