Automounting with HAL

I would like my DVDs/CDs, floppy disks, and USB devices to be mounted when connected, and I know HAL is used to do this. I headed over to the Wiki, and saw this ominous line:
NOTE: this is deprecated from hal => 0.5.10
If it's depreciated, what's the correct new way to do it?

I'm using Xmonad, I thought it'd be a bit obvious that I was looking for a config file to edit after reading my first post

Similar Messages

  • NTFS automount with HAL using NTFS-3G

    I have just managed to automount NTFS external usb hard drives.
    I read this wiki page: http://wiki.archlinux.org/index.php/HAL but it didnt work for me.
    Since hal-0.5.9.1 and later the above instructions dont seem to work but if you put the 10-ntfs-policy.fdi to /usr/share/hal/fdi/policy/10osvendor/ makes this work!
    I have done research about this for two days but nothing worked.
    Please someone edit the wiki
    Last edited by twilightning (2007-11-04 18:33:24)

    twilightning wrote:It works for you because probably the new package instructed the system to symlink to the old location, check it out (I think)
    Well, there are no symlinks for the 10-ntfs-policy.fdi anywhere on my system, there is just this one instance in /etc/hal/fdi/policy/.  Something else must be at work here...
    Edit: By the way - I use openbox with thunar-volman to do the mounting, in case that is relevant...
    Last edited by fwojciec (2007-11-04 21:24:04)

  • External USB HD does not work with HAL:

    External USB HD does not work with HAL:
    From the last 10 days the HAL auto-mount with ntfs-3g file system of my external hard drive  does not woks.
    But the manual mount procedure with the command mount -t ntfs-3g /dev/sdb* /mnt/XYZ works.
    I've followed the instructions in the wiki: http://wiki.archlinux.org/index.php/HAL and the system has worked up to the last kernel or HAL update.
    My fat32 usb-stick works without any problem.
    If I try to open the device with KDE it appears an error popup wit this message:
    TODO: have to rethink extra options
    Error: kio_media_mount_helper
    The log from the kernel.log is
    Nov 6 22:03:16 myhost usb 5-1: new high speed USB device using ehci_hcd and address 4
    Nov 6 22:03:16 myhost usb 5-1: configuration #1 chosen from 1 choice
    Nov 6 22:03:17 myhost Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    Nov 6 22:03:17 myhost ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    Nov 6 22:03:17 myhost Initializing USB Mass Storage driver...
    Nov 6 22:03:17 myhost scsi6 : SCSI emulation for USB Mass Storage devices
    Nov 6 22:03:17 myhost usb-storage: device found at 4
    Nov 6 22:03:17 myhost usb-storage: waiting for device to settle before scanning
    Nov 6 22:03:17 myhost usbcore: registered new interface driver usb-storage
    Nov 6 22:03:17 myhost USB Mass Storage support registered.
    Nov 6 22:03:22 myhost scsi 6:0:0:0: Direct-Access WDC WD32 00JB-00KFA0 0811 PQ: 0 ANSI: 0
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Test WP failed, assume Write Enabled
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Test WP failed, assume Write Enabled
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sdb: sdb1
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Attached SCSI disk
    Nov 6 22:03:22 myhost sd 6:0:0:0: Attached scsi generic sg2 type 0
    Nov 6 22:03:22 myhost usb-storage: device scan complete
    and the error.log is
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Do you have some idea ....
    Bye.

    I have done the following:
    Downloaded the patched hal version.
    used makepkg in /abs/local/trunk/ to create a pkg for pacman
    used sudo pacman -U pkgname to install it.
    used sudo nano /etc/hal/fdi/policy/preferences.fdi to create the fdi file with the following content:
    saved the file and removed my ntfs entryes from fstab and rebooted. and still there is no automount off ntfs partitions.
    have i done something wrong?
    br fjodork
    WARNING: what follows is a guide of what did work for me, I'm still in an early stage of learning linux, so please correct me if anything of what follows is wrong/dangerous/stupid. As I said, this worked for me, it's not pretty, since I was learning each step on the fly and I'm sure there are better ways to do this.
    So fjodork, you seem to have done the the necessary steps, though i couldn't get it to work until i first removed hal without dependencies
    pacman -Rd hal
    it will give you some warning about the dependencies, ignore  it since we are reinstalling hal in a few steps.
    First i tried to follow Raymano's link, obviously it showed me nothing in the browser so I thought it might be a broken link.
    So I downloaded the source tarball from here http://hal.freedesktop.org/releases/hal-0.5.10.tar.gz
    unpacked it changed the /tools/hal-storage-mount.c as per Milfadoodle's instructions.
    at first I tried to compile directly from source, the process would finish without a glitch though after reboot nothing changed, as if hal weren't
    installed, i guess there were issues with paths. anyway read on
    Then repacked the source in tarball, copied it to /var/abs/extra/system/hal and modified the PKGBUILD as follows
    makedepends=('pkgconfig' 'gperf')
    options=('!libtool')
    install=hal.install
    source=(${pkgname}-${pkgver}.tar.gz #removed url so makepkg looks in the current directory for the tarball
        hal
        hal-policy.patch
        cryptsetup_location.patch
        hal-0.5.9-hide-diagnostic.patch
        ntfs3g-valid-options.patch)
    md5sums=('6641c30a27c00485c6accac5110ff911' # replace with md5sum of your package's sourceball (run md5sum filename)
             '882f67668cb14a0a9e4a27ef22278027'
             '5ba8b610aa9763a5f42b9f7cbd7a86ad'
    then makepkg (i had to add --asroot, don't ask why
    and finally pacman -U hal-0.5.10-1-i686.pkg
    another reboot and everything worked without a glitch!:D (yeah i know i still haven't got rid of the reboot mentality )
    I have also put the policy files as per the wiki instructions.
    PS: I know this is a dirty way to getting things done but as i said, I'm just starting
    If anyone could comment/correct/explain this post I'd be more than happy, the automount issue was bothering me for about a month now (you'll say why do I need ntfs in the first place? well, I only recently switched for Linux as my primary OS, these are some relics of the M$ era

  • External drive doesn't automount using HAL

    Hello everyone, this is a problem I've been struggling with for about a week now, still no solution!
    Bascially I want HAL to automount my external HD (USB) at start up as it has my music etc etc. I usually boot with the drive in the USB slot. Sometimes the drive is visible and I just need to click on it to mount it, others I need to unplug and plug it back it and it's fine, but I can't just boot up and have it available. I'm using KDEmod and have unchecked the "Mount as user" box as suggested by a forum I read, made no difference.
    Under "ownership" both the user and group of the drive are "root", but this is the same with all my mounted drives, including my /home. My DAEMONs list from /etc/rc.conf is below
    DAEMONS=(syslog-ng @ipw3945d !network !net-profiles hal dhcdbd @networkmanager !netfs !crond @alsa @fam @kdm laptop-mode)
    I have nothing to do with HAL in my MODULES line, should I? Thanks in advance! Let me know if ya'll need more information
    *edit* everytime I have booted recently the drive is visible under "Storage" but unmounted.
    Last edited by rettie (2008-08-25 22:30:45)

    I have since got this working using the uDev solution at the bottom of this page:
    http://wiki.archlinux.org/index.php/Udev
    yay now just need to sort the folder permissions on it (sigh)
    *starts new thread...*

  • [Solved][Hal and Partitions] Newbie problem with hal policy

    Hello everybody,
    As a new user of archlinux for less than a week I have experienced a great distribution after having been for 1 year on Linux.
    After installation I was able to solve most of my problems with the wiki and the forums but there is one problem I cannot resolve.
    I have installed Kde 4.2 on my computer and I can mount Usb drives, or CDs with hal (It is in the daemons section of my rc.conf) but strangely I cannot access my other partitions such as my Ubuntu partition (ext3), or the family's Windows partition (Nfts). I have installed nfts-3g for the nfts partition hal refuses to let me access it, I will give you what Dolphin says when I try to access the Nfts:
    org.freedesktop.Hal.Device.PermissionDeniedByPolicy: hal-storage-mount-fixed-extra-options no <-- (actions,result)
    And for the ext3
    org.freedesktop.Hal.Device.PermissionDeniedByPolicy: hal-storage-mount-fixedauth_admin_keep_always <-- (actions,result)
    I don't really understand what It means but normally I am allowed to mount partitions.
    My /etc/PolycyKit/PolicyKit.conf: http://pastebin.com/m57e94025
    And my /etc/dbus-1/system.d/hal.conf: http://pastebin.com/m62861179
    I've already tried to configure these two with the wiki and the forums but nothing yet.
    If you need more information ask me.
    Thanks in advance.
    Last edited by auratux (2009-02-23 21:24:29)

    You might want to reread the Hal wiki re: Permission Denied with automounter.  Your /etc/PolicyKit/PolicyKit.conf seems to be missing the lines mentioned in the wiki.
    Edit: Or maybe it is similair to: http://bbs.archlinux.org/viewtopic.php?id=66008
    Last edited by bgc1954 (2009-02-22 14:07:10)

  • Usb drive automount with drive's Name

    I've read http://wiki.archlinux.org/index.php/Udev#Udev_Tricks so now usb drives are automounted as /mnt/usbhd-sda1 (or something similar). But I want them to mount as /mnt/usb-drive-name
    where usb-drive-name is auto-detected (not preentered by hand).
    Unfortunetly I didn't find drive name in information provided by udevinfo.
    Is it possible to do that?
    Also I'm using KDE and want to set it up so that automounted drive would appear in system:/media. As far as I understand in order for that to happen I need a record in fstab but I have no idea what that should be.
    Thanks in advance.
    Last edited by el_ave (2007-03-20 21:14:51)

    You have clearly not done very much research on this subject. Did you know that with hal and dbus daemons, kde will automount for you? And for that to happen, there should _not_ be an entry about that device in fstab, unless it is clearly specified as "noauto". You need also be a member of the correct groups to do this.
    After that, it's a easy as clicking the device in media:/ and renaming it...
    Please, read up on the wiki.
    esp. the "beginners guide" by chaosgeistern.

  • Extract data from Essbase with HAL to a flat file

    Hello,
    I would like to extract data from Essbase with HAL.
    I use the essbase Adapter with the "Extract Data" Method.
    All is working when I use only the essbase Adaptater and configure it.
    But I want to have a variable on my Years dimension.
    I have to fill "Years member port" and "Years Criteria port" of my essbase Adapter with variable.
    I have a "v_year" and "v_year_criteria" variable. I fill "v_year" with "FY05" but I don't know how fill my "v_year_criteria" variable.
    Thanks a lor for answer.

    If you are in 9.3x, I would recommend using the DATAEXPORT calc script function. You just FIX on what you want to export (including substitution variables), and then fill in some parameters and it writes a file. Look in the DBAG.

  • Issue with HAL - Excel Adapter

    Hi
    We are using HAL V7. and excel 2007 . I am truing to use excel adapter in HAL . Here I guess the adapter is not supporting excel 2007. So I am getting the below error when I pull the excel adapter.
    Update the Vegneete BIS Installation registry by addign the current class id or excel sheet as the ExcelCLSID value of the key. HKEY_LOCAL_MACHINE\Software\Vignette\eIntegrate\4.2\Workarounds.
    I am littlie confused overhere. I went to the particular location .,do I need to change the ExcelCLSID key?? if so with what key I need to replace... where I can I find the classid for excel 2007.
    Thank You for your time !!!1

    I find it incredibly amusing that they have a registry key labelled "Workarounds". If that isn't the sign of a lame-o product, I don't know what is.
    But you didn't ask to hear me rant and rave about HAL -- you want help.
    I never, in my many somewhat painful interactions with HAL, used the Excel adaptor. Is it trying to instantiate Excel itself, or just read from/write to a file? Many products don't need an instance of Excel to do Excel file operations (think of Dodeca, or OpenOffice), although perhaps HAL is not one of them.
    If you tried to make the file a .xls, does it work? Or could you make the file a .txt or .csv and just avoid the whole Excel issue altogether?
    Regards,
    Cameron Lackpour

  • Issue with HAL essbase adapter

    Hi Experts
    I have an issue with HAL,I got the below error when I tried to use essbase adapter, the HAL version is 7
    java.Lang.NoClassDefFoundError
    I know this is known error ...most of the forums are telling this is error related to Environment Variables...but I dont know how to fix as I am unaware of this....java..... classes..bla bla bla..
    I installed HAL in c drive, Can anyone help me ...how to fix this issue....
    Thank You
    M.S

    Go to control panel->system->system properties->advance->environmental variables. You should have something like this "C:\Program Files\Vignette\V7\vbis\Hyperion\EssbaseAdapter" in your classpath variable. Check you installation on your "C:\" drive to get the correct path. Hope this helps.

  • [SOLVED] Configure keyboard with HAL

    Hi
    I'm using HAL with the new xorg-server 1.6 and since the upgrade, the keyboard delay before starting to repeat a keypress has become longer.  I'm not sure what caused this, but now I'd like to know how I configure this with HAL. I configured the mouse with some randomly named file in some directory named 10osvendor, but I have no idea what the file and directory names mean.
    So any ideas?
    Thanks
    Last edited by skorpan (2009-04-13 13:03:44)

    Not by HAL solution
    http://bbs.archlinux.org/viewtopic.php?id=69759

  • [solved] Problems with HAL

    I am having problems with HAL. I first noticed it when trying to log out of XFCE an it was asking for my password and then I would see this message when X stopped:
    xfsm-shutdown-helper.c:134: Failed to contact hal: The name org.freedesktop.Hal was not provided by any .services files
    Hal is listed in my daemons of rc.conf
    DAEMONS=(syslog-ng network netfs crond hal @fam @alsa)
    I am part of the power group
    [ryan ~]$ groups
    disk lp wheel log locate network video audio optical storage scanner power users
    I think there is something wrong with hal since it's not loading at boot and I can't start it once logged in
    [ryan ~]$ sudo /etc/rc.d/hal stop
    :: Stopping Hardware Abstraction Layer [FAIL]
    [ryan ~]$ sudo /etc/rc.d/hal start
    :: Starting Hardware Abstraction Layer [FAIL]
    I don't know what to do. Searching for the 'xfsm-shutdown-helper' error says to look in .xsession-errors but I can't find that file. HAL should be loading at boot though and it is not so I think that is the cause of the error anyway.
    This all started when I was trying to clean up goup.pacnew and gshadow.pacnew files.
    Edit: solved
    Last edited by M177ER (2008-10-07 15:22:31)

    pointone wrote:Check /var/log/daemon.log for errors related to HAL.
    Thanks but there was nothing there about hal.
    My problem is solved though. hal was updated to version 0.5.11-4 and it is loading during boot and my error message on shutdown is gone.

  • USB mass storage slow with HAL

    With HAL write speed to my USB stick is very slow - about 70 kB/s. Read speed is ok.
    If I stop hal and manually  mount than read/write speed is the usual usb2 high speed (significantly faster).
    I noticed this on all my 3 computers running Archlinux.
    Is this known to anyone else?

    Thanks, but it still mounts with sync, Here's the whole /etc/hal/fdi/policy/preferences.fdi:
    <?xml version="1.0" encoding="UTF-8"?>
    <deviceinfo version="0.2">
    <device>
    <match key="volume.fsusage" string="filesystem">
    <merge key="volume.ignore" type="bool">true</merge>
    <match key="@block.storage_device:storage.removable" bool="true">
    <merge key="volume.ignore" type="bool">false</merge>
    <merge key="storage.policy.should_mount" type="bool">true</merge>
    </match>
    </match>
    <match key="block.is_volume" bool="true">
    <match key="@block.storage_device:storage.hotpluggable" bool="true">
    <merge key="volume.policy.mount_option.sync" type="bool">false</merge>
    </match>
    <match key="@block.storage_device:storage.removable" bool="true">
    <merge key="volume.policy.mount_option.sync" type="bool">false</merge>
    </match>
    </match>
    </device>
    </deviceinfo>

  • Data Load with HAL Problem with Decimal-delimiter/Language Setting

    Hi,
    we use HAL to load Data into Essbase. The Data is with a . as Decimal Point like in
    1252.25 When i upload these Data with HAL the number becomes 125225.00
    The Locale of my OS is German
    The Locale i specified for the file in HAL is English
    If i change the Locale of my BS to English the Problem disappears but thats annoying.
    Has anybody else such a problem ?
    Is There a Solution for this ?
    Thanks.
    Kevin

    Reading over John's blog, we created a rule file.
    But, it looks the load process using the rule file seems to be hanging? are we missing any thing? We are using comman seperator and having number of lines to skip as zero.

  • Automounting with udev/hal

    Hey,
    I've gone through this, specifically:
    KERNEL=="sd[a-z]", NAME="%k", SYMLINK+="usbhd-%k", GROUP="users", OPTIONS="last_rule"
    ACTION=="add", KERNEL=="sd[a-z][0-9]", SYMLINK+="usbhd-%k", GROUP="users", NAME="%k"
    ACTION=="add", KERNEL=="sd[a-z][0-9]", PROGRAM=="/lib/initcpio/udev/vol_id --label %N", ENV{dir_name}="%c"
    ACTION=="add", KERNEL=="sd[a-z][0-9]", PROGRAM!="/lib/initcpio/udev/vol_id --label %N", ENV{dir_name}="usbhd-%k"
    ACTION=="add", KERNEL=="sd[a-z][0-9]", RUN+="/bin/mkdir -p /media/%E{dir_name}"
    ACTION=="add", KERNEL=="sd[a-z][0-9]", PROGRAM=="/lib/initcpio/udev/vol_id -t %N", RESULT=="vfat", RUN+="/bin/mount -t vfat -o rw,noauto,flush,quiet,nodev,nosuid,noexec,noatime,dmask=000,fmask=111 /dev/%k /media/%E{dir_name}", OPTIONS="last_rule"
    ACTION=="add", KERNEL=="sd[a-z][0-9]", RUN+="/bin/mount -t auto -o rw,noauto,sync,dirsync,noexec,nodev,noatime /dev/%k /media/%E{dir_name}", OPTIONS="last_rule"
    ACTION=="remove", KERNEL=="sd[a-z][0-9]", RUN+="/bin/umount -l /media/%E{dir_name}"
    ACTION=="remove", KERNEL=="sd[a-z][0-9]", RUN+="/bin/rmdir /media/%E{dir_name}", OPTIONS="last_rule"
    The problem is that the folder in /media, created in the 4th add action has uid and gid root. Therefore, as a normal user I cannot write! Any thoughts how to make it storage, or something like that?
    Thanks in advance!

    thayer wrote:
    Did you run chgrp as root? It works when I do it on a mounted dir:
    $ sudo chgrp users /media/usb_sdc1/
    I can write to FAT flash drives even though the parent directory /media/$drivelabel is set to root:root.  Ext3/4 device folders are set to root:storage.  Both work.
    Aye, I ran it as root.
    thayer wrote:
    PS: Make sure you're a member of the storage group:
    $ sudo gpasswd -a $USER storage
    Aye again, I am a member of the storage group!
    thayer wrote:
    For reference:
    # vim:enc=utf-8:nu:ai:si:et:ts=4:sw=4:ft=udevrules:
    # /etc/udev/rules.d/10-my-udev.rules
    # automount usb block devices to /media with symlinks in /mnt
    # /media uses volume label while /mnt uses sd[a-z][1-9]
    # clean up both /media and /mnt when devices are removed
    KERNEL=="sd[b-z]", NAME="%k", SYMLINK+="usbhd_%k", GROUP="users", OPTIONS="last_rule"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", SYMLINK+="usbhd_%k", GROUP="users", NAME="%k"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", PROGRAM=="/lib/initcpio/udev/vol_id --label %N", ENV{dir_name}="%c"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", PROGRAM!="/lib/initcpio/udev/vol_id --label %N", ENV{dir_name}="usbhd_%k"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", RUN+="/bin/mkdir -p /media/%E{dir_name}"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", RUN+="/bin/ln -s /media/%E{dir_name} /mnt/usbhd_%k"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", PROGRAM=="/lib/initcpio/udev/vol_id -t %N", RESULT=="vfat", RUN+="/bin/mount -t vfat -o rw,users,noauto,flush,quiet,noatime,dmask=000,fmask=111 /dev/%k /media/%E{dir_name}", OPTIONS="last_rule"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", RUN+="/bin/mount -t auto -o rw,users,noauto,sync,dirsync,noatime /dev/%k /media/%E{dir_name}", OPTIONS="last_rule"
    ACTION=="remove", KERNEL=="sd[b-z][0-9]", RUN+="/bin/rm -f /mnt/usbhd_%k"
    ACTION=="remove", KERNEL=="sd[b-z][0-9]", RUN+="/bin/umount -l /media/%E{dir_name}"
    ACTION=="remove", KERNEL=="sd[b-z][0-9]", RUN+="/bin/rmdir /media/%E{dir_name}", OPTIONS="last_rule"
    After analysing your rules, I noticed that you have the users mounting options, which I curiously had already tried but appended to the end of all options unlike you.
    I was coming to post my ugly work around, which included using the uid=$USER option. It's ok because it is a single user machine, but still.
    Surprisingly, I tried your rules and it works fine!
    Even more surprising, I tried again the rules from the udev wiki entry and guess what. It's working.
    Something must've been wrong, I don't know what, but apparently it's fixed now. Oh well.
    Thank you guys!
    Last edited by tvale (2009-10-23 21:16:56)

  • Automount with iso9660 dvd problem

    Hi all!
    I have a problem with automount: I have two optical drives (an LG cdrw drive, detected and accessible from /dev/sr0, and a LG dvd+-rw, detected and accesible from /dev/sr1). I can mount and umount manually all kind of dvd/cd from each of them.
    The problem is with automount: CDROM on sr0 and sr1 device are correctly automounted (on KDE I get the usual popup when I insert one cd into the drive). I have problem only with DVD, and only with ISO9660 DVDs on sr1: UDF DVDs are well detected and mounted (after mount I can query filesystem by "mount -i" command). Iso9660 are not recognized: no popup, no messages in dmesg, no automount. I can mount them by hand, successfully.
    I tried to comment out lines in fstab regarding optical drives, with no results.
    I'm pretty sure that, in the past, all worked perfectly.
    Hal version is: 0.5.10-1
    Dbus version is: 1.1.20-2
    Udev version is: 119-1
    Anyone can help?
    uname -a:
    Linux DarioDesktop 2.6.24-ARCH #1 SMP PREEMPT Sun Mar 30 11:40:06 CEST 2008 i686 Intel(R) Pentium(R) 4 CPU 3.40GHz GenuineIntel GNU/Linux
    My fstab:
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    /dev/cdrom /media/cd iso9660 ro,user,noauto,unhide 0 0
    /dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    /dev/fd /mnt/fl vfat user,noauto 0 0
    /dev/sda8 swap swap defaults 0 0
    /dev/sda6 / reiserfs defaults 0 0
    /dev/sda7 /home reiserfs defaults 0 0
    DMESG output (part..):
    ata2.00: ATAPI: HL-DT-ST GCE-8520B, 1.00, max UDMA/33
    ata2.01: ATAPI: HL-DT-ST DVDRAM GSA-H10A, JL02, max UDMA/33
    ata2.00: configured for UDMA/33
    ata2.01: configured for UDMA/33
    scsi 0:0:0:0: Direct-Access ATA Maxtor 6Y080L0 YAR4 PQ: 0 ANSI: 5
    scsi 1:0:0:0: CD-ROM HL-DT-ST CD-RW GCE-8520B 1.00 PQ: 0 ANSI: 5
    scsi 1:0:1:0: CD-ROM HL-DT-ST DVDRAM GSA-H10A JL02 PQ: 0 ANSI: 5
    After/during manually mount a ISO9660 DVD on sr1 (in dmesg):
    ISO 9660 Extensions: Microsoft Joliet Level 3
    ISO 9660 Extensions: RRIP_1991A
    After/during automount a UDF DVD on sr1 (in dmesg):
    UDF-fs: Partition marked readonly; forcing readonly mount
    UDF-fs INFO UDF 0.9.8.1 (2004/29/09) Mounting volume '080116_1524', timestamp 2008/01/16 16:24 (1078)
    After/during automount a CDROM on sr1 (in dmesg):
    ISO 9660 Extensions: Microsoft Joliet Level 3
    ISOFS: changing to secondary root

    Another thing, I dont use my orginal boot DVD, i bought another from apple store, i saw same texts in internet and it said it is impossible to install leopard without your original DVD witch cames with ur box mac

Maybe you are looking for

  • Performance Measurement - CRM UI

    Hi, I am working on a CRM Search Application which involves development of a CRM BSP UI for the CRM Sales area. The question I have applies to all CRM applications that have a BSP UI. Is there any means/tool using which I can measure the overall time

  • Best Adobe program for compelling editorial portfolio

    Hello, I am a writer, editor, and all-around communications professional. (In these times, it doesn't hurt to diversify.) I'm consequently trying to put together a portfolio in an easily accessed format (PDF) that showcases writing, editing, and grap

  • ALV fields coem dynamicaly in header

    Hi all, I desperately need your help in making ALV report. TYPE-POOLS: SLIS. DATA: ls_fcat TYPE slis_fieldcat_alv,       ls_layout   TYPE SLIS_LAYOUT_ALV,       gt_fcat TYPE slis_t_fieldcat_alv. data :    gt_fieldcat type slis_t_fieldcat_alv, "catalo

  • Apple Remote Desktop 3.4 issue

    Hi there, In Apple Remote Desktop 3.4 server I added a client computer by doing a scan by IP. Once the computer was added to a group I was able to take remote control, however after a few minutes I noticed the ARD console was having issues authentica

  • Error message when exporting to pdf from illustrator

    When I transfer from ILLUSTRATOR to pdf I get an error message saying no program associated with PDF but I have already set acrobat pro as the default program.  I can click close and it will download the file; however, once it is downloaded I cannot