All of lore.kernel.org
 help / color / mirror / Atom feed
* BUG :: btrfs resize should require mount point not just /some/path
@ 2014-11-18 10:52 Robert White
  2014-11-18 12:16 ` Paul Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Robert White @ 2014-11-18 10:52 UTC (permalink / raw)
  To: Btrfs BTRFS

So here's a thing...

If you've got a BTRFS root file system and you mount go to resize a 
removable media and you make a typo you can easily resize your root 
instead of a target.

mkdir /media/vol1 /media/vol2
mount /dev/sdz1 /media/vol2 # intended vol1
btrfs resize -32G /media/vol1
umount /dev/sdz1
#proceed to fark up /dev/sdz1 with partitioning tools

Since resize will accept _any_ existing directory (or even filename?) as 
the target of a resize instead of limiting the targets to known 
mount-points it pretty much invites mistakes.

The system _should_ error out on any path thats not a mount point in the 
name of safety alone.

A message like "/some/path not a mounted file system" would be less 
surprising than operating on a file system when any arbitrary directory 
is named.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-18 12:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 10:52 BUG :: btrfs resize should require mount point not just /some/path Robert White
2014-11-18 12:16 ` Paul Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.