[haiku-bugs] [Haiku] #12847: Unmount a BFS disk (from a VHD file) will results in a KDL

  • From: "Giova84" <trac@xxxxxxxxxxxx>
  • Date: Fri, 08 Jul 2016 17:44:26 -0000

#12847: Unmount a BFS disk (from a VHD file) will results in a KDL
------------------------------+------------------------------
 Reporter:  Giova84           |        Owner:  axeld
     Type:  bug               |       Status:  new
 Priority:  normal            |    Milestone:  Unscheduled
Component:  File Systems/BFS  |      Version:  R1/Development
 Keywords:                    |   Blocked By:
 Blocking:                    |  Has a Patch:  0
 Platform:  All               |
------------------------------+------------------------------
 hrev50382 but I notice this behaviour since a long time, maybe is similar
 to ticket:6683.

 Well, on my system I have a secondary BFS disk but this bug doesn't occurs
 when I unmount this phisical disk, and not even occurs as described in
 ticket:6683, because in my case this issue occurs just with a different
 way/disks: I use to backup my data by mounting a VHD file formatted as
 BFS: I mount this VHD file as:


 {{{
 diskimage register "$VHDFILE"
 device=$(diskimage register "$VHDFILE")
 disk=$(echo $device | cut -d\" -f2)
 cd /
 mkdir /HaikuBK
 mount $disk /HaikuBK
 }}}

 and after that i saved my data I just unmount this disk by:


 {{{
 unmount /HaikuBK
 }}}

 But immediately after the unmounting, Haiku will drop in a KDL (from
 which, however, I can exit by the "es" command) and this KDL, luckily,
 doesn't cause any corruption on such disk.

--
Ticket URL: <https://dev.haiku-os.org/ticket/12847>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: