Mount Usb or Ipod (hal) [SOLVED]

Installed Hal according to the guide (http://wiki.archlinux.org/index.php/HAL) but it doesnt mount my ipod or my usb stick.
Any ideas? and how can I mount them manually?
Last edited by cawill (2008-01-18 19:56:33)

Thanks, both the ipod and the usb stick are detected by the system.
When trying to mount Ipod:
[root@myhost chris]# mount /dev/sdc /multimedia/Ipod
mount: wrong fs type, bad option, bad superblock on /dev/sdc,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
dmesg output:
[root@myhost chris]# dmesg | tail
sd 9:0:0:0: [sdd] Mode Sense: 43 00 00 00
sd 9:0:0:0: [sdd] Assuming drive cache: write through
sdd: sdd1
sd 9:0:0:0: [sdd] Attached SCSI removable disk
sd 9:0:0:0: Attached scsi generic sg4 type 0
usb-storage: device scan complete
FAT: count of clusters too big (3662803)
VFS: Can't find a valid FAT filesystem on dev sdc.
FAT: count of clusters too big (3662803)
VFS: Can't find a valid FAT filesystem on dev sdc.
[root@myhost chris]#
How can I fix this? Everything worked on my old arch computer :S
Thanks for your help so far.
EDIT: Usb mounts fine, Still have ipod problems though.
[root@myhost chris]# mount /dev/sdc1 /multimedia/Ipod
mount: you must specify the filesystem type
How do I do that? and how can I get Hal to work?
Last edited by cawill (2008-01-18 19:50:06)

Similar Messages

  • HAL mounts USB flash devices without support for non-latin characters

    Hey folks!
    How can I make HAL mount USB flash devices with support for German characters such as ä, ö, ü, ß, etc? At the moment there's only a silly question mark instead: http://www12.file-upload.net/20.08.08/3cpcpx.png .
    Can anyone help me?
    Thanks.
    Henrik

    I think it's a bug in KDE4, because no other window manager or desktop environment has such problems. I had it as well, when I used KDE4.0.* for testing and seems like this remained. Do you have a completely german KDE4? Check the system settings!
    A thing comes to my mind, did you check it with konqueror? I guess this bug appears in dolphin, richtig? I schätz mal schon Try it with konqueror, if it doesn't appear there, it's a dolphin thing

  • [SOLVED] Cannot mount usb (as normal user)

    Hello
    I'm facing this problem for the first time, but can't tell if it came after an update or an unexpected reboot (light went out).
    I'm using latest kde (4.9.2?), and the latest kernel,
    Linux gantz 3.6.6-1-ARCH #1 SMP PREEMPT Mon Nov 5 11:57:22 CET 2012 x86_64 GNU/Linux
    When I plug any usb device, kde ask me what to do. When trying to mount it, either from the kde "mount" plasmoid or from dolphin, I get a "Not authorized" error. Mounting via cli with sudo works fine.
    After doing some research, I found that I need to be in the storage group in order to be able to mount, so I checked, and I was already on the storage group. Next.
    More research sent me to lots of pages talking abour .xinitrc, wich doesn't exists (on my home, at least). Also tons of pages where talking about somethin like "exec ck-launch-session dbus-launch session-manager" (I login via kdm), but the ck-launch-session is not found on my computer either.
    So i'm stucked right now, and don't know how to proceed, any clues? Thanks
    Last edited by mzneverdies (2012-11-10 13:10:09)

    mzneverdies wrote:
    Solved, it was a polkit issue, don't know what caused it, since i didn't touch any config file/dialog.
    after changing allow any to "yes" in this section
    <action id="org.freedesktop.udisks.filesystem-mount">
    <description>Mount a device</description>
    <description xml:lang="da">Montér en enhed</description>
    <message>Authentication is required to mount the device</message>
    <message xml:lang="da">Autorisering er påkrævet for at montere et fil system</message>
    <defaults>
    <allow_any>yes</allow_any>
    <allow_inactive>yes</allow_inactive>
    <allow_active>yes</allow_active>
    </defaults>
    </action>
    on file /usr/share/polkit-1/actions/org.freedesktop.udisks.policy, everything came back to normal, and i'm able to mount usb devices.
    pd @Raynman: removing myself from the storage group did not change anything.
    that's not a fix, it's a crappy workaround. You are not supposed to touch these files, they will be overwritten on an upgrade. My guess is that you are simply not using systemd and therefore you are not in an active logind session. You have to boot with systemd, as mentioned in the news. Everything should then just work out of the box.

  • [SOLVED] How to automatically mount USB drives with custom mount point

    edit:
    Original title was : 'Unable to mount USB disk via /etc/rc.local', but got changed since the /etc/rc.local problem isn't relevant for me anymore.
    Hello,
    Since I am new to this forum, I'll start off with this :
    Thanks to archlinux, its founder and all its contributors, cause this is the operating system (flavour) that annoys me the least.
    The root problem :
    I want to automount USB storage devices to other places than /media/ and without the need for programs that depend on gnome and the like. As I tried some stuff with hald and such, I didn't really get to a nice and easy to configure solution. Any hints in that direction are always welcome.
    For now, automount of known USB storages devices during boot, will do.
    So the things I tried and didnt work :
    1.
    Provide the disk info to /etc/fstab (via the disks UUID and 'auto' filesystem)
    Add 'mount /mountpoint' to /etc/rc.local
    Result : the mount command in rc.local says '... specify filesystem'
    However, after boot, running /etc/rc.local mounts the USB disks correctly.
    2.
    Provide the disk info to /etc/fstab (via the disks UUID and the correct filesystem)
    Add 'mount /mountpoint' to /etc/rc.local
    Result : pc doesn't get through boot process and gives me the 'ctrl-d to reboot or root passwd for maintenance'
    3.
    Provide no disk info in /etc/fstab
    Add the full mount line to /etc/rc.local (mount -t fs /dev/disks/by-uuid/MyUUID /MyMountpoint )
    Result : don't remember the output of the mount execution, but well, it didn't mount
    However, after boot, running /etc/rc.local mounts the USB disks correctly.
    Is there something that isn't loaded at the time of rc.local execution that I need for mounting of USB devices ? Or why else is this failing ?
    Regards,
    BasiK
    Last edited by BasiK (2009-08-28 07:22:50)

    Thanks for the hint hunterthomson, but the pc I will be using it on, is an own-built HTPC/home file server, so there is no way I want to use a graphical file manager to get the usb disks mounted.
    I tried to figure out a little about udev rules, and I got to do what I wanted to do, so thx for pointing me in that direction Mr.Elendig.
    Btw, I am indeed also using auto-sleep/park disks, but this udev way works perfectly.
    I added two rules files to /etc/udev/rules.d/ :
    The first for a known usb disk (with its volume uuid), with a named mountpoint under my media dir /symbiosis/ :
    [basik@plox ~]$ cat /etc/udev/rules.d/80-usb-utopia.rules
    ACTION=="add", KERNEL=="sd[b-z][0-9]", ENV{ID_FS_UUID}=="a59332c2-07ba-4c52-afb5-20e361bdf71a",SYMLINK+="usb-%n", GROUP="storage", NAME="%k"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", ENV{ID_FS_UUID}=="a59332c2-07ba-4c52-afb5-20e361bdf71a",RUN+="/bin/mkdir -p /symbiosis/utopia"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", ENV{ID_FS_UUID}=="a59332c2-07ba-4c52-afb5-20e361bdf71a", RUN+="/bin/mount -t auto -o rw,noauto,sync,dirsync,noexec,nodev,noatime /dev/%k /symbiosis/utopia", OPTIONS="last_rule"
    ACTION=="remove", KERNEL=="sd[b-z][0-9]", ENV{ID_FS_UUID}=="a59332c2-07ba-4c52-afb5-20e361bdf71a", RUN+="/bin/umount -l /symbiosis/utopia", OPTIONS="last_rule"
    The second for unknown usb disks, to mount under the same dir. This is simply taken from the archwiki http://wiki.archlinux.org/index.php/Ude … .26_Tricks
    Make sure these rules are executed after the ones for specific usb disks.
    [basik@plox ~]$ cat /etc/udev/rules.d/usb-disks.rules
    KERNEL=="sd[a-z]", NAME="%k", SYMLINK+="usb%m", GROUP="storage", OPTIONS="last_rule"
    ACTION=="add", KERNEL=="sd[a-z][0-9]", SYMLINK+="usb%n", GROUP="storage", NAME="%k"
    ACTION=="add", KERNEL=="sd[a-z][0-9]", RUN+="/bin/mkdir -p /symbiosis/usb%n"
    ACTION=="add", KERNEL=="sd[a-z][0-9]", RUN+="/bin/mount -t auto -o rw,noauto,sync,dirsync,noexec,nodev,noatime /dev/%k /symbiosis/usb%n", OPTIONS="last_rule"
    ACTION=="remove", KERNEL=="sd[a-z][0-9]", RUN+="/bin/umount -l /symbiosis/usb%n"
    ACTION=="remove", KERNEL=="sd[a-z][0-9]", RUN+="/bin/rmdir /symbiosis/usb%n", OPTIONS="last_rule"
    These may not be the nicest looking udev rules, but it works for what I wanted to do with it.

  • Problem mounting usb stick with ISO installed on it [SOLVED]

    I'm experiencing a weird problem regarding mounting usb sticks. Archlinux stopped auto-mounting usb sticks on my machine, but only those that contains an operating system.  Empty or data usb sticks mount without problem.
    A few weeks or month ago, I don't remember exactly, still everything was all right, but due to updates(?) usb sticks won't auto mount any more.
    I have two arch partitions none of them mount usb sticks anymore with operating systems on them.
    Today, I wanted to test a new operating system and write it on my usb stick, and of course I couldn't because arch didn't mount it. Luckily, on my other partitions a few old distos are still installed – I don't use them anymore for years- I booted them up and they mounted the usb stick without problem; it seems only the up-to-date system have problem handling the usb sticks. I have two Arch system installed on two different partitions, Gnome 3 and Enlightenment, both system are up to date.
    Here are some info:
    [mak@myhost ~]$ dmesg | grep -E "sd[a-z]"
    [ 1.369732] sd 2:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
    [ 1.369819] sd 2:0:0:0: [sda] Write Protect is off
    [ 1.369821] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.369872] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.369924] sd 3:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 1.369982] sd 3:0:0:0: [sdb] Write Protect is off
    [ 1.369985] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.370070] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.371642] sda: sda1 sda2 sda3 sda4 sda5 sda6
    [ 1.372298] sd 2:0:0:0: [sda] Attached SCSI disk
    [ 1.429438] sdb: sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8 sdb9
    [ 1.430159] sd 3:0:0:0: [sdb] Attached SCSI disk
    [ 2.244580] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.348031] systemd[1]: Expecting device dev-sdb8.device...
    [ 2.362842] EXT4-fs (sda5): re-mounted. Opts: discard,data=ordered
    [ 3.358252] Adding 2097148k swap on /dev/sdb8. Priority:-1 extents:1 across:2097148k FS
    [ 5.458907] EXT4-fs (sda5): re-mounted. Opts: discard,data=ordered,commit=0
    [ 52.120360] sd 6:0:0:0: [sdc] 15679488 512-byte logical blocks: (8.02 GB/7.47 GiB)
    [ 52.121310] sd 6:0:0:0: [sdc] Write Protect is off
    [ 52.121319] sd 6:0:0:0: [sdc] Mode Sense: 43 00 00 00
    [ 52.122191] sd 6:0:0:0: [sdc] No Caching mode page present
    [ 52.122199] sd 6:0:0:0: [sdc] Assuming drive cache: write through
    [ 52.125825] sd 6:0:0:0: [sdc] No Caching mode page present
    [ 52.125838] sd 6:0:0:0: [sdc] Assuming drive cache: write through
    [ 52.126999] sdc: sdc1 sdc2
    [ 52.131071] sd 6:0:0:0: [sdc] No Caching mode page present
    [ 52.131084] sd 6:0:0:0: [sdc] Assuming drive cache: write through
    [ 52.131093] sd 6:0:0:0: [sdc] Attached SCSI removable disk
    [mak@myhost ~]$
    [root@myhost mak]# fdisk -l
    WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
    Disk /dev/sda: 120.0 GB, 120034123776 bytes, 234441648 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: gpt
    # Start End Size Type Name
    1 2048 18431 8M BIOS boot parti BIOS boot
    2 18432 56641478 27G Linux filesyste sda2
    3 56641536 113264582 27G Linux filesyste sda3
    4 113264640 169887686 27G Linux filesyste sda4
    5 169887744 226510790 27G Linux filesyste sda5
    6 226510848 234441614 3.8G Linux filesyste Spare
    WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
    Disk /dev/sdb: 320.1 GB, 320072933376 bytes, 625142448 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: gpt
    # Start End Size Type Name
    1 2048 18431 8M BIOS boot parti Bios boot
    2 18432 54544383 26G Microsoft basic Partition 2
    3 54544384 109070335 26G Linux filesyste Partition 3
    4 109070336 163596287 26G Microsoft basic
    5 163596288 218122239 26G EFI System Partition 5
    6 218122240 272647630 26G Microsoft basic Partition 6
    7 272648192 327174143 26G Linux filesyste Partition 7
    8 327174144 331368447 2G Linux swap Swap
    9 331368448 625142414 140.1G Linux filesyste Storage
    Disk /dev/sdc: 8027 MB, 8027897856 bytes, 15679488 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: dos
    Disk identifier: 0x5fadc669
    Device Boot Start End Blocks Id System
    /dev/sdc1 * 0 4040703 2020352 0 Empty
    /dev/sdc2 4036 38595 17280 ef EFI (FAT-12/16/32)
    Disk /dev/sdc1: 2068 MB, 2068840448 bytes, 4040704 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: dos
    Disk identifier: 0x5fadc669
    Device Boot Start End Blocks Id System
    /dev/sdc1p1 * 0 4040703 2020352 0 Empty
    /dev/sdc1p2 4036 38595 17280 ef EFI (FAT-12/16/32)
    [root@myhost mak]#
    [root@myhost mak]# blkid -o list -c /dev/null
    device fs_type label mount point UUID
    /dev/sda1 (not mounted)
    /dev/sda2 ext4 (not mounted) 0a76a275-1798-495b-aa27-732626029de2
    /dev/sda3 ext4 (not mounted) 0e9363ef-3791-409c-8db9-393385007689
    /dev/sda4 ext4 (not mounted) 8f043c02-8b56-4689-a0ee-ed34ccc6f21f
    /dev/sda5 ext4 / 82699b0e-8fe9-41e2-be13-65c798ed8a73
    /dev/sda6 ext4 (not mounted) 3eaab6bf-2d05-4a7b-a6f7-8675e5f18723
    /dev/sdb1 (not mounted)
    /dev/sdb2 ext4 (not mounted) 17069311-9f14-4430-8298-be48194eb874
    /dev/sdb3 ext4 (not mounted) 2e3b383d-3fa7-40df-b52d-c5d07caf252e
    /dev/sdb4 ext4 (not mounted) 9d9b0656-d4ca-4efa-b6f8-1797bd4ead1f
    /dev/sdb5 ext4 (not mounted) 05abf58a-ae6e-4377-9b3d-d6bacd92226d
    /dev/sdb6 ext4 (not mounted) 8d7c6d55-dc47-471f-84f6-aae8864dfdd7
    /dev/sdb7 ext4 (not mounted) b2155741-8f88-4063-bd1b-39b210004b17
    /dev/sdb8 swap <swap> 97cf7cdf-299c-4e0d-a438-c8b79766699c
    /dev/sdb9 ext4 (not mounted) 426648fd-98f5-4fb0-9114-bdbdfea9047c
    /dev/sdc1 udf Sabayon GNOME (not mounted) 2013-07-29-13-08-13-27
    /dev/sdc2 vfat (not mounted) CF68-C2B6
    [root@myhost mak]#
    Thanks for the help.
    jmak
    Last edited by jmak (2013-08-14 00:12:54)

    cfr wrote:
    What is sdc1p? Is that another USB stick? It seems to have an equally weird partition map.
    By the way, you can't create an Arch USB bootable in EFI mode with dd. Obviously don't know about sabayon.
    EDIT: Did you dd to the disk or to a partition? What command exactly did you use? Because it almost looks as if you did something like dd once and create one thing and then dd over the top of one of the partition so you've got a partition which itself has a partition map. Not sure that's possible but it sure looks weird.
    I would wipe the key and start over.
    I don't know what is that. It is a partition on the same usb stick, it was the “dd” that made that partition automatically, I guess. When I burn images into usb, I always use this command:
    # dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx && sync
    I used this when burned Sabayon and it works perfectly.
    The problem is that Arch can't auto-mount its own installation usb either. I put the arch install usb in and I get the following output:
    [root@myhost mak]# blkid -o list -c /dev/null
    device fs_type label mount point UUID
    /dev/sda1 (not mounted)
    /dev/sda2 ext4 (not mounted) 0a76a275-1798-495b-aa27-732626029de2
    /dev/sda3 ext4 (not mounted) 0e9363ef-3791-409c-8db9-393385007689
    /dev/sda4 ext4 (not mounted) 8f043c02-8b56-4689-a0ee-ed34ccc6f21f
    /dev/sda5 ext4 / 82699b0e-8fe9-41e2-be13-65c798ed8a73
    /dev/sda6 ext4 (not mounted) 3eaab6bf-2d05-4a7b-a6f7-8675e5f18723
    /dev/sdb1 (not mounted)
    /dev/sdb2 ext4 (not mounted) 17069311-9f14-4430-8298-be48194eb874
    /dev/sdb3 ext4 (not mounted) 2e3b383d-3fa7-40df-b52d-c5d07caf252e
    /dev/sdb4 ext4 (not mounted) 9d9b0656-d4ca-4efa-b6f8-1797bd4ead1f
    /dev/sdb5 ext4 (not mounted) 05abf58a-ae6e-4377-9b3d-d6bacd92226d
    /dev/sdb6 ext4 (not mounted) 8d7c6d55-dc47-471f-84f6-aae8864dfdd7
    /dev/sdb7 ext4 (not mounted) b2155741-8f88-4063-bd1b-39b210004b17
    /dev/sdb8 swap <swap> 97cf7cdf-299c-4e0d-a438-c8b79766699c
    /dev/sdb9 ext4 /run/media/mak/426648fd-98f5-4fb0-9114-bdbdfea9047c 426648fd-98f5-4fb0-9114-bdbdfea9047c
    /dev/sdc1 iso9660 ARCH_201305 (not mounted) 2013-05-01-07-12-33-00
    [root@myhost mak]#
    It doesn't appear in nautilus side panel.
    Last edited by jmak (2013-08-13 02:44:45)

  • [SOLVED][XFCE] Cannot mount usb disks & manage network connections

    Hi guys,
    I'm using XFCE with 3.3.1-1 kernel. Since yesterday I'm not able anymore to automatically mount usb disks,  manage my WiFi networks (networkmanage connects to the default access point but I can't select another AP nor editing my settings). I'm also prompted to type my password when I clik on the shutdown icon;
    So it seems I lost some privileges but I can't figured out why...
    I still belong to the same grousp as before:
    [root@archLaptop sclarckone]# groups sclarckone
    lp wheel games video audio optical storage scanner power users
    Does anybody has an idea where to take a look?
    Thanks
    Last edited by sclarckone (2012-04-15 20:54:38)

    Me too. Start a new thread?
    Edit; Nope, this worked for me https://bbs.archlinux.org/viewtopic.php?id=142110
    Last edited by Glinx (2012-05-25 11:44:47)

  • Two mount points for ipod.

    Hi there,
    When I connect the IPOD there appear two moint points. One with the name of the device (in this case Mike) and one with the name 'Ipod'.
    The first works fine so I can sync with banshee without problems. The second throws the following error:
    Unable to mount the volume 'Ipod'
    Details:
    mount: wrong fs type. bad option. bad superblock on dev/sdb1. missing codepage or helper program. or other error in some cases useful info is found in syslog - try dmesg | tail or so
    dmesg output:
    [miguel@miguel ~]$ dmesg | tail -40
    sd 9:0:0:0: [sdb] Write Protect is off
    sd 9:0:0:0: [sdb] Mode Sense: 68 00 00 08
    sd 9:0:0:0: [sdb] Assuming drive cache: write through
    usb-storage: device scan complete
    sd 9:0:0:0: [sdb] 39075372 2048-byte hardware sectors: (80.0 GB/74.5 GiB)
    sd 9:0:0:0: [sdb] Assuming drive cache: write through
    sdb: sdb1 sdb2
    sd 9:0:0:0: [sdb] Attached SCSI removable disk
    FAT: invalid media value (0x2f)
    VFS: Can't find a valid FAT filesystem on dev sdb1.
    FAT: invalid media value (0x2f)
    VFS: Can't find a valid FAT filesystem on dev sdb1.
    FAT: invalid media value (0x2f)
    VFS: Can't find a valid FAT filesystem on dev sdb1.
    sdb: detected capacity change from 80026361856 to 0
    Clocksource tsc unstable (delta = 4398030963787 ns)
    ath5k phy0: unsupported jumbo
    usb 1-2: USB disconnect, address 6
    usb 1-2: new high speed USB device using ehci_hcd and address 7
    usb 1-2: configuration #1 chosen from 2 choices
    scsi10 : SCSI emulation for USB Mass Storage devices
    usb-storage: device found at 7
    usb-storage: waiting for device to settle before scanning
    scsi 10:0:0:0: Direct-Access Apple iPod 1.62 PQ: 0 ANSI: 0
    sd 10:0:0:0: Attached scsi generic sg2 type 0
    usb-storage: device scan complete
    sd 10:0:0:0: [sdb] 39075372 2048-byte hardware sectors: (80.0 GB/74.5 GiB)
    sd 10:0:0:0: [sdb] Write Protect is off
    sd 10:0:0:0: [sdb] Mode Sense: 68 00 00 08
    sd 10:0:0:0: [sdb] Assuming drive cache: write through
    sd 10:0:0:0: [sdb] 39075372 2048-byte hardware sectors: (80.0 GB/74.5 GiB)
    sd 10:0:0:0: [sdb] Assuming drive cache: write through
    sdb: sdb1 sdb2
    sd 10:0:0:0: [sdb] Attached SCSI removable disk
    FAT: invalid media value (0x2f)
    VFS: Can't find a valid FAT filesystem on dev sdb1.
    FAT: invalid media value (0x2f)
    VFS: Can't find a valid FAT filesystem on dev sdb1.
    FAT: invalid media value (0x2f)
    VFS: Can't find a valid FAT filesystem on dev sdb1.
    [miguel@miguel ~]$
    ¿Any help or ideas?
    Thanks

    The post of dlew86 is the good way to do it, but there is some errors in what he wrote:
    First, you need to know what is the label of the firmware partition:
    $ lshal -u `hal-find-by-property --key block.device --string /dev/sdd1` | grep volume.label
    volume.label = 'iPod' (string)
    replace '/dev/sdd1' by the device your ipod uses. The default label is 'iPod', but if you installed RockBox, it is probably different.
    Now, create a fdi file in /etc/hal/fdi/policy/, e.g. 99-ipod-ignore-firmware.fdi (.fdi, not .rules like owain wrote):
    <?xml version="1.0" encoding="UTF-8" ?>
    <deviceinfo version="0.2">
    <device>
    <match key="volume.label" string="iPod">
    <merge key="volume.ignore" type="bool">true</merge>
    </match>
    </device>
    </deviceinfo>
    Replace "iPod" by the label you got with the lshal command.
    If volume.label is empty, you can match against the volume.uuid property instead. But in this case, the rule will apply to your ipod only.
    Now, restart hal:
    # /etc/rc.d/hal restart
    It restart fails, it is probably due to some hald helpers still running. This should solve the problem:
    # pkill hald
    # /etc/rc.d/hal start
    Last edited by vdust (2009-10-05 20:02:13)

  • "iPod Setup Assistant " request always pops up upon mounting mono 20gb ipod

    Just installed 30gb ipod & itunes update onto computer running Windows XP - no problems. I also have a 20gb mono on the same computer (updated itunes and ipod updater as well). Restarted computer. I signed on as the only one using the PC, launch itunes, mount the 20gb ipod. The system does nothing for about 20 secs. then the ipod is shown (as it always does). No problem adding songs to libary or transfering to ipod w/20 gb (except the inital delay). The problem is, behind the itune window a window pops up "iPod set up assistant" with the name of the ipod I just mounted. Window ask me if I want to auto sync my files (I click off the check mark - because I do not keep music on computer otherwise this would wipe my ipod clean). I cancel out, but each time I mount the ipod I get the same pop up "set up request". Any ideas what is going on and how to stop this (so that I some day do not make the mistake of hitting OK in place of cancel)?
    I have read the posting below but it falls short of answering my question.
    Thank you in advance.
    "How do I set up another iPod in iTunes when I already have an existing iPod/iTunes combo on my computer?"
    Answer:
    First things first, lets get your iPod up and running with the correct firmware:
    Begin by throwing away the disc that came with your iPod. The software on it is more than likely out of date anyway!
    Download the latest iPod firmware from HERE and install it on your computer (by double-clicking the installer icon).
    Go to Start > All Programs > iPod > iPod Updater > etc and run the updater application.
    When the pop-up box appears, connect your iPod and select the RESTORE option.
    When instructed, disconnect the iPod from the PC and connect it to the AC adapter to complete the process.
    OK, now you need to decide 'how' you want to manage your music. You have a couple of options:
    Using the existing iTunes installation on your PC
    If you want to use the same library and iTunes installation, then you can just re-connect the iPod to the computer via the USB or Firewire. iTunes will launch and ask you to register the iPod. To manage your music, you now have two further options. You could either:
    Use 'Auto-Synch' to transfer the entire music library and playlist selections to your iPod.
    OR
    Use the 'Manual Synch' option to manually drag and drop the songs and playlists that you want on to your iPod.
    OR
    Set up a 'Master' playlist which contains all the songs you like, and then set the iPod to automatically synch to that.
    Using a new iTunes installation (Requires windows XP)
    If you want to keep your new iPod music completely seperate from the original iTunes library, then you can install another instance of iTunes. To do this, you must:
    Create your own XP user profile.
    iTunes should be accessible using this log-in. If not, then download and install the latest version of iTunes. This can be obtained HERE. (Note: When swapping between User IDs, you should not use the 'Switch User' option. iTunes really doesn't like that!)
    Once the iTunes install has completed, you can begin adding your own music. Your music files will be automatically added the the newly created iTunes folder which can be found at C:\Documents and Settings\[User Name]\My Documents\My Music\iTunes\iTunes Music.
    If you want to keep all the music on the hard-drive in the same place (and minimise the possibility of having multiple versions of the same song everywhere), then you can change the settings in iTunes so that all music is derived from the same location. To do this, go to Edit > Preferences and select the 'Advanced' tab. You can then change the iTunes Music folder location to something like C:\Documents and Settings\All Users\Shared Documents\Shared Music.
    20gb mono wheel with 4 buttons at top   Windows XP  

    To all of those who viewed question but did not have an answer the following is how I resolved my issue. FYI. In the end, although the "Setup..." window came up, it was in fact stating that I did not have the music file within my iTunes. How I resolved the issue was to first click OFF the check mark that advised me that iTunes would automatically update my songs. I did not change the name of my iPod (since it was the correct name). Clicked next and then Finish. This resulted in the window going away and the "Music Store" file appearing within iTunes. The "Setup..." box does not come back up.

  • Mounting USB devices in arch guest

    I'm new to virtualbox, but not to linux.  I have been using arch for at least 3 years, so I have some familiarity with it.  I have recently installed arch as a guest OS on virtualbox (on OSX host).  I am having some trouble accessing an attached USB device from the arch guest.  I have defined the virtualbox USB filter for my device, and it appears to work, detecting the identified device and attaching it to the guest (at least as far as virtualbox is concerned).   I can see the device in the virtualbox pull-down menu, and it shows with a "checkmark" next to it, showing (I think) that it has been attached to my arch guest.
    Problem is, I cannot see the device from the arch guest.  no entry in /dev for any USB device.  symptoms are the same whether i insert ther USB device before or after starting the arch guest.  I have HAL and dbus active in my guest.  Also, I have made this work in arch installed natively.  since there is no /dev entry, this might appear to be some form of udev issue?  is there a specific udev setup that I should be aware of for arch as a guest?
    Please help if you can.  I will appreciate all comments and suggestions.
    -dvh

    hey, ive got Arch setup in virtualbox as well, and can mount usb's and cd's etc. (although with some issues i may need to bring up in another thread...) anyways, im assuming you have the PUEL virtualbox and not the OSE one?
    also, your certain that you've mounted the correct USB (on the Virtual Box pull-down menu)? because you may have mounted a USB which was already attached to your host, and not the actual USB?
    just checking, i dont know much about how to fix this issue so im just going at the simple solutions...

  • Help me, why i canot auto mount Usb harddisk?

    hi all,
    i have install a new archlinux, but i found i cant auto mount Usb harddisk
    Canot mount volume
    Canot get volume.fstype.alternative
    i have install hal,dbus , ntfs-3g, and add hal,dbus to rc.conf, why it still donnot work?

    yes, i add to storage group:
    [root@myhost figo]# groups figo
    wheel network video audio optical storage power users dbus hal stb-admin figo
    [root@myhost figo]#
    i have confuse, i use dolpin which is kde4 program, i cant mount my usb harddisk, but
    i have nautilus ,it canot mount.
    [root@myhost figo]# hal-device /dev/sdb1
    libhal.c 522 : invalid udi: /dev/sdb1 doesn't startwith '/org/freedesktop/Hal/devices/'.
    (null): (null)
    [root@myhost figo]#
    what is the problem?

  • I have a ipod, but recently updated my laptop, how do I get my ipod to sync with my new PC, when I connect the USB the ipod say's "connected" eject before disconnecting

    I have a ipod, but recently updated my laptop, how do I get my ipod to sync with my new PC, when I connect the USB the ipod say's "connected" eject before disconnecting

    See KB Article:  How to use your iPod to move your music to a new computer

  • Using my USB, my ipod touch is not recognized in windows vista or i tunes. It wont even charge. If I connect it to windows xp, it immediately charges up and it recognized. Any help would be appreciated.

    Using my USB, my ipod touch 2  is not recognized in Windows Vista or i tunes. If I connect it to my wifes Xp, ( where it was before) , it still charges up ( i tunes has been uninstalled. Any help would be appreciated. I have reinstalled itunes.

    http://support.apple.com/kb/TS1538
    There have been some problems accessing pages on the Apple web site.  If the hyperlink gives you a "We're sorry" message, try again.

  • My iPhone 5 is freezing when connected to the charger. This is not happinning if it is connected to the computer USB. How to solve this problem?

    My iPhone 5 is freezing when connected to the charger. This is not happinning if it is connected to the computer USB. How to solve this problem?

    Possibly faulty charger. The supplied Apple Charger is covered by the iPhone Warranty. Make Genius reservation or set up service and take or send iPhone and Charger to Apple for resolution.

  • MOUNT USB STORAGE FOR VM BACKUP

    Hi, I just tried to mount USB Storage to my host with linux version.
    I detect it with fdisk -l and esxcli storage core device list | grep -i usb, after stopping usbarbitrator
    Result:
    /dev/disks #dmesg
    ScsiDevice: 3385: Successfully registered device "mpx.vmhba50:C0:T0:L0" from plugin "NMP" of type 0
    /dev/disks # esxcli storage core device list | grep -i usb
       Display Name: Local USB Direct-Access (mpx.vmhba32:C0:T0:L0)
       Display Name: Local USB Direct-Access (mpx.vmhba50:C0:T0:L0)
    How can I get disk usable for perform a VM backup?

    hooya wrote:
    It's in debugging mode now, which is why I can adb push to the phone. The phone should (and has in the past) mounted USB storage even in debugging mode.
    That wouldn't change the fact that no other USB mass storage will mount either. I'm just using my phone as an example. USB Hard drives and my SD card reader don't show up either, but I can't do a "push" command to those like I can my phone...
    If you are wondering where your post went, I think you meant to hit the 'reply' link rather than the 'report' link.  It happens more often than you would think
    Edit: Oh, I see you already figured that out.
    Last edited by ewaller (2012-07-06 02:30:26)

  • Pcmanfm is "Not Authorized" to mount usb drives

    Hi,
    I recently installed arch linux it's a nice distro but I got a few problem with it.
    The biggest one is that I am actually not able to mount usb drives with pcmanfm this means that I am not able to use my old debian /home so far.
    I tired multiple thinks (some of them are still active)  e.g for example I used to setup a udev rules which wasn't helpful at all (and even after deleting this rule I always see server empty folder in /media (but that's another problem)).
    Any ideas why I am not able to mount encrypted and not encrypted USB drives in arch linux?
    Last edited by 42sec (2011-12-28 13:21:41)

    wonder wrote:paste ck-list-sessions output, uname -r and cat /etc/pam.d/login
    [sec42@archlinux ~]$ ck-list-sessions
    Session1:
    unix-user = '1000'
    realname = ''
    seat = 'Seat1'
    session-type = ''
    active = FALSE
    x11-display = ''
    x11-display-device = ''
    display-device = '/dev/tty1'
    remote-host-name = ''
    is-local = TRUE
    on-since = '2011-12-28T14:28:01.840505Z'
    login-session-id = '1'
    idle-since-hint = '2011-12-28T14:28:32.462384Z'
    [sec42@archlinux ~]$ uname -r
    3.1.5-1-ARCH
    [sec42@archlinux ~]$ cat /etc/pam.d/login
    #%PAM-1.0
    auth required pam_securetty.so
    auth requisite pam_nologin.so
    auth required pam_unix.so nullok
    auth required pam_tally.so onerr=succeed file=/var/log/faillog
    # use this to lockout accounts for 10 minutes after 3 failed attempts
    #auth required pam_tally.so deny=2 unlock_time=600 onerr=succeed file=/var/log/faillog
    account required pam_access.so
    account required pam_time.so
    account required pam_unix.so
    #password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3
    #password required pam_unix.so sha512 shadow use_authtok
    session required pam_unix.so
    session required pam_env.so
    session required pam_motd.so
    session required pam_limits.so
    session optional pam_mail.so dir=/var/spool/mail standard
    session optional pam_lastlog.so
    session optional pam_loginuid.so
    -session optional pam_ck_connector.so nox11
    -session optional pam_systemd.so

Maybe you are looking for

  • Connect Mac Mini 2011 to iMac 2010 via MiniDisplay Port?

    Thought I read somewhere that a Mac mini could be connected to a 27" iMac for display purposes. I have the 27" iMac from 2010 and it has the minidisplay port. I'm considering getting the new Mac Mini. Can the two be connected so that the iMac display

  • Executing WINWORD from both Windows and linux using Java

    Dear All, I have a problem when trying to use Runtime class to execute a winword document. My code is as follows. Runtime r= Runtime.getRuntime(); try{ r.exec("rundll32"+" "+"url.dll,FileProtocolHandler"+" "+"WINWORD"+ " "+"file://C://welkom.doc"); c

  • Servlet output problem

    hi Im having a problem with reading some data out of my servlet textbox. the user pastes some data into the textbox below and tixks the checkbox if the first column is headings. <BR><TEXTAREA NAME="Paste" ROWS="15" COLS="65"></TEXTAREA> <ul> <INPUT T

  • Data for weekedays only

    Dear All, I have Production environment I want to write a SQL query which should only return rows in database for weekdays only. There is one column in the table which contains transaction date. Is it possible if we skip weekend transaction for examp

  • Deleted AAD not really gone

    Hi all, I have a probleem after deleting my active directory from the azure portal. I'm trying to create a new active directory for over more than 72 hours, but I'm getting the message that the domain name [domain].onmicrosoft.com is already in use.