Gentoo Archives: gentoo-user

From: Alan Warren <bluemoonshine@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] thubdrive mounts with strange char's in it's name
Date: Sun, 30 Jan 2011 22:39:27
Message-Id: 20110130223649.GA9030@gentoo
1 Hello,
2
3 My thumbdrive has been mounting fine, but recently it started mounting
4 with strange characters in it's name.
5
6 I'm using pcmanfm inside of awesome wm. I have the latest stable
7 xorg-server compiled with udev. My thumbdrive mounts as /media/
8
9 I can't copy+paste the symbols (although I tried, but mutt/vim doesn't
10 show them). It's difficult to explain, but it looks like the characters
11 000E inside of a 1 pixel stroke square box. inside the terminal it
12 appears as a question mark. ie. /media/?
13
14 I've tried to write a udev rule to combat this, but to no avail. These
15 are the rules I've tried. The drive is /dev/sdf1, and it's
16 product is "Cruzer Titanium+"
17
18 SUBSYSTEM=="usb", KERNEL=="sd?1", NAME="usb/flashdisk", SYMLINK="usb%k"
19
20 I've also tried this.
21 SUBSYSTEM=="usb", KERNEL=="sd[a-z]1", ATTRS{product}=="Cruzer Titanium+",
22 NAME="usb/flashdisk", SYMLINK="%k"
23
24 I found it very difficult to research the proper syntax for udev. A lot
25 of the examples on the net are outdated.
26
27 Any advice or pointers would be most appreciated.
28
29 Thanks for your time,
30 Alan

Replies

Subject Author
[gentoo-user] Re: thubdrive mounts with strange char's in it's name walt <w41ter@×××××.com>
Re: [gentoo-user] thubdrive mounts with strange char's in it's name Mike Gilbert <floppymaster@×××××.com>