Gentoo Archives: gentoo-user

From: Rumen Yotov <gentoo@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: usb - sandisk memory needs FAT or NTFS
Date: Mon, 23 Jan 2006 17:08:22
Message-Id: 20060123165006.GA10146@mach.qrypto.org
In Reply to: [gentoo-user] Re: usb - sandisk memory needs FAT or NTFS by James
1 On (23/01/06 16:03), James wrote:
2 > Rumen Yotov <gentoo <at> mach.qrypto.org> writes:
3 >
4 >
5 > > > Well I have 2 different usb memory devices and I cannot
6 > > > seem to get a fat (or ntfs) file system on them.
7 > > > I have to manually mount them with this command as coldplug
8 > > > does not do it automatically. I have to use:
9 > > > 'mount /dev/sda1 /mnt/usb'
10 >
11 > > > Here's the fstab entries I have tried:
12 > > > none /proc/bus/usb usbfs defaults 0 0
13 > > > #/dev/sda1 /mnt/usb auto noauto,user,sync 0 0
14 > > > /dev/sda1 /mnt/usb auto noauto,user 0 0
15 >
16 > > Tranfering data Linux<->Windows through USB-stick works for me.
17 > > First i've put FAT32 filesystem on USB, using some HP 'win' program.
18 > > Windows reads/writes the data w/o problems.
19 > > Linux automounts the stick (with 'vfat' fs) using dbus-hal-ivman trio.
20 > > Don't have any settings (for USB) in my /etc/fstab.
21 > > PS: don't forget to eject the Media before taking it out, both Lin&Win.
22 >
23 > dbus, hal & ivman are all installed.
24 > sys-apps/hal
25 > Available versions: 0.4.7-r2 0.4.8 ~0.5.5.1-r3
26 > Installed: 0.4.8
27 >
28 > * sys-apps/dbus
29 > Available versions: 0.23.4-r1 ~0.50-r1 ~0.50-r2 ~0.60-r3
30 > Installed: 0.23.4-r1
31 > * sys-apps/ivman
32 > Available versions: 0.5_pre2 ~0.5_pre3 ~0.6.4 ~0.6.5 ~0.6.6 ~0.6.8
33 > Installed: 0.5_pre2
34 >
35 >
36 > Maybe they are not configured correctly?
37 >
38 > I copied some files from an XP system to the mem stick, a notepad
39 > file and word document.
40 >
41 > instert the mem. stick into the usb on the gentoo system and no
42 > autodiscover or automounting going on. I still have issue:
43 > 'mount /dev/sda1 /mnt/usb'
44 >
45 > Then I can use mtools 'mcopy /path/filename /mnt/usb/'
46 > and it works.
47 >
48 > It seems like I missed something. coldplug is installed and
49 > added to the boot and the default run levels. Still no
50 > 'automount' of the usb mem. stick.
51 >
52 > ideas?
53 >
54 > James
55 >
56 >
57 >
58 > --
59 > gentoo-user@g.o mailing list
60 >
61 Hi,
62 I have all these as ~x86:
63 * sys-apps/dbus
64 Available versions: 0.23-r3 0.23.4-r1 0.50-r1 0.50-r2 0.60-r1 0.60-r3
65 Installed: 0.60-r3
66 Homepage: http://dbus.freedesktop.org/
67 Description: A message bus system, a simple way for applications to talk to each other
68 * sys-apps/hal
69 Available versions: 0.4.7-r2 0.4.8 0.5.5.1-r3
70 Installed: 0.5.5.1-r3
71 Homepage: http://www.freedesktop.org/Software/hal
72 Description: Hardware Abstraction Layer
73 * sys-apps/ivman
74 Available versions: 0.5_pre2 0.5_pre3 0.6.4 0.6.5 0.6.6 0.6.8
75 Installed: 0.6.8
76 Homepage: http://ivman.sf.net
77 Description: Daemon to mount/unmount devices, based on info from HAL
78 On gentoo-sources-2.6.15-r1.
79 One important note however, all these versions are highly dependent on kernel version.
80 Newest kernels don't work (or work badly) with the stable versions, don't know about reverse.
81 Check that you have started (all 3) as daemons in /etc/init.d/... (rc-update add app-name default)
82 Another thing - check if you have 'inotify' enabled in your kernel config.
83 That's all, think i haven't forgotten something ;-)
84 HTH.Rumen

Replies

Subject Author
[gentoo-user] SolvedRe: usb - sandisk memory needs FAT or NTFS James <wireless@×××××××××××.com>