Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(569)

Issue 1759015: Adds a script to unmount any mount points in your boards image dir and free loopback devices (Closed)

Created:
10 years, 7 months ago by sosa
Modified:
9 years, 6 months ago
Reviewers:
Bill Richardson
CC:
chromium-os-reviews_chromium.org
Base URL:
ssh://git@chromiumos-git//chromeos
Visibility:
Public.

Description

Adds a script to unmount any mount points in your boards image dir and free loopback devices

Patch Set 1 #

Patch Set 2 : Move stderr to dev/null #

Total comments: 2

Patch Set 3 : Rename, add comment and fix ws #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -0 lines) Patch
A src/scripts/clean_loopback_devices View 1 chunk +34 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
sosa
Added you since you prob know as much as me how pesky things can get ...
10 years, 7 months ago (2010-04-29 17:42:39 UTC) #1
Bill Richardson
Seems dangerous to me. http://codereview.chromium.org/1759015/diff/2001/3001 File src/scripts/clean_loopback_devices.sh (right): http://codereview.chromium.org/1759015/diff/2001/3001#newcode33 src/scripts/clean_loopback_devices.sh:33: sudo losetup -d /dev/loop* 2> ...
10 years, 7 months ago (2010-04-29 18:21:02 UTC) #2
sosa
http://codereview.chromium.org/1759015/diff/2001/3001 File src/scripts/clean_loopback_devices.sh (right): http://codereview.chromium.org/1759015/diff/2001/3001#newcode33 src/scripts/clean_loopback_devices.sh:33: sudo losetup -d /dev/loop* 2> /dev/null I thought this ...
10 years, 7 months ago (2010-04-29 18:30:36 UTC) #3
Bill Richardson
Huh. Okay, if you're sure, I'll give it my LGTM. You might add a comment ...
10 years, 7 months ago (2010-04-29 19:35:18 UTC) #4
sosa
10 years, 7 months ago (2010-04-29 20:31:14 UTC) #5
sounds good.  thanks for the reviews!

On Thu, Apr 29, 2010 at 12:35 PM,  <wfrichar@chromium.org> wrote:
> Huh. Okay, if you're sure, I'll give it my LGTM. You might add a comment
> with
> that claim to the script, though.
>
>
>
>
> http://codereview.chromium.org/1759015/show
>

Powered by Google App Engine
This is Rietveld 408576698