Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] VirtualBox, Gentoo, and USB thumb drives
Date: Wed, 20 Jan 2010 14:29:02
Message-Id: 5bdc1c8b1001200628y74133fa2m4d8e314775f1e10e@mail.gmail.com
In Reply to: [gentoo-user] VirtualBox, Gentoo, and USB thumb drives by David Relson
1 On Tue, Jan 19, 2010 at 8:10 PM, David Relson <relson@×××××××××××××.com> wrote:
2 > I've been using VirtualBox recently with 32-bit Ubuntu for a work
3 > project. It seems that whenever my thumb drive is moved between host and
4 > guest operating system, Gentoo is mounts it as a new device (see
5 > below).  Can these extra device mounts be avoided?
6 >
7 > Regards,
8 >
9 > David
10 >
11 > osage relson # df -h
12 > Filesystem            Size  Used Avail Use% Mounted on
13 > /dev/sda1              99M   17M   78M  18% /boot
14 > /dev/sda4             437G  226G  189G  55% /
15 > /dev/sdb1             466G  259G  208G  56% /mnt/usbhd
16 > /dev/sdc              7.5G  2.7G  4.8G  36% /mnt/usbkey
17 > /dev/sdd              7.5G  2.7G  4.8G  36% /mnt/usbkey
18 > /dev/sde              7.5G  2.7G  4.8G  36% /mnt/usbkey
19 > /dev/sdf              7.5G  2.7G  4.8G  36% /mnt/usbkey
20 > /dev/sdg              7.5G  2.7G  4.8G  36% /mnt/usbkey
21 > /dev/sdh              7.5G  2.7G  4.8G  36% /mnt/usbkey
22 > /dev/sdi              7.5G  2.7G  4.8G  36% /mnt/usbkey
23 > /dev/sdj              7.5G  2.7G  4.8G  36% /mnt/usbkey
24 > /dev/sdk              7.5G  2.7G  4.8G  36% /mnt/usbkey
25 >
26 >
27
28 1) Label the partition and then possibly put mount instructions in fstab?
29
30 2) Are you properly unmounting the thumb drive each time you remove
31 it? Seems like maybe the system thinks you're not...
32
33 HTH,
34 Mark