Date: Tue, 07 Apr 2009 22:22:07 +0300 From: "A.Yerenkow" <yerenkow@uct.ua> To: Matt <datahead4@gmail.com> Cc: freebsd-gnome@freebsd.org Subject: Re: HAL issue Message-ID: <49DBA7DF.3030606@uct.ua> In-Reply-To: <cd6b4a5b0904071216x503628ei6c9817e75ec6e76c@mail.gmail.com> References: <49DB93C7.4020108@uct.ua> <49DBA2E2.20302@freebsd.org> <cd6b4a5b0904071216x503628ei6c9817e75ec6e76c@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 07.04.2009 22:16, Matt wrote: > On Tue, Apr 7, 2009 at 2:00 PM, Joe Marcus Clarke<marcus@freebsd.org> wrote: > >> yerenkow@uct.ua wrote: >> >>> Hello guys! >>> I'm not in list, so, please reply to me too. >>> >>> I've issues with hald on pc-bsd. >>> It's regular when have russian language, and labeled ntfs/cd drive. >>> when I click to mount in dolphin, nothing happens, only such records >>> added to /media/.hal-mtb: >>> >>> /dev/ad0s5s1 1001 0 ntfs nosuid,-u=1001,-C=UTF-8 >>> /media/disk-2 >>> /dev/ad0s5s1 1001 0 ntfs nosuid,-u=1001,-C=UTF-8 >>> /media/disk-3 >>> /dev/ad0s5s1 1001 0 ntfs nosuid,-u=1001,-C=UTF-8 >>> /media/disk-4 >>> /dev/ad0s5s1 1001 0 ntfs nosuid,-u=1001,-C=UTF-8 >>> /media/disk-5 >>> /dev/ad0s5s1 1001 0 ntfs nosuid,-u=1001,-C=UTF-8 >>> /media/disk-6 >>> >> I don't see any /dev/ad0s5s1 device in lshal or in GEOM. This looks >> like a problem with whatever KDE is using to mount the device. If KDE >> were to try and mount /dev/ntfs/stuff, it should work. In fact, you >> could test that using gnome-mount which will do the mount via hald: >> >> gnome-mount -b -n -v --device /dev/ntfs/stuff >> >> > I've seen a similar issue in KDE4 that ended up being a dependent > kernel module that needed to be loaded. See if you can kldload > ntfs_iconv before attempting to mount the volume in Dolphin. You'll > need the cd9660_iconv module loaded for Dolphin to mount a CD volume. > > Matt > Thanks Matt, but it seems that it's already loaded: kldstat -v | grep ntfs 313 ntfs 312 ntfs_iconv kldstat -v | grep cd9660_iconv 335 cd9660_iconv
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49DBA7DF.3030606>