Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Rhythmbox does not (has never) imported *all* of my music

  1. #11
    Join Date
    Oct 2006
    Location
    Apex, NC USA
    Beans
    122
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Rhythmbox does not (has never) imported *all* of my music

    djbushido/logos34, It's the drive/mounting. I copied over a branch of the directory tree to the internal HD, chmod'd it and everything was fine. Looks like a drive/mounting issue.

    Thanks for the help anyway,

    Blake
    TriLUG, w00t!

  2. #12
    Join Date
    Oct 2008
    Location
    /home/brad
    Beans
    591
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Rhythmbox does not (has never) imported *all* of my music

    From this it looks like you cd'd into the file. In fact, I'm quite confident you did.
    Try this:
    Code:
    sudo chmod o=rx /media/IOMEGA_HDD/music -R
    And output any error codes generated.
    Also, try remounting the drive yourself, then doing this.
    Windows free as of 11/18/2008.
    Feel free to message me on Skype if you have questions on anything. I'm happy to help!
    Note: If things don't work, try this: Reboot. Check all wires. Check Again.

  3. #13
    Join Date
    Oct 2006
    Location
    Apex, NC USA
    Beans
    122
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Rhythmbox does not (has never) imported *all* of my music

    djbushido,
    Did as directed, no difference.

    blake@desktop:~$ sudo chmod o=rx /media/IOMEGA_HDD/music -R
    After running (quickly), I ls -lR the structure and get the below (a subset, of course)

    ./wsp/wsp2008-06-15.mk4v.flac16:
    total 1139296
    -rwx------ 1 blake root 40865618 2008-06-18 13:19 wsp2008-06-15d1t01.flac
    -rwx------ 1 blake root 27791641 2008-06-18 12:51 wsp2008-06-15d1t02.flac
    -rwx------ 1 blake root 30717242 2008-06-18 12:49 wsp2008-06-15d1t03.flac
    -rwx------ 1 blake root 44558949 2008-06-18 13:15 wsp2008-06-15d1t04.flac
    -rwx------ 1 blake root 57594048 2008-06-18 13:16 wsp2008-06-15d1t05.flac
    -rwx------ 1 blake root 24032217 2008-06-18 13:21 wsp2008-06-15d1t06.flac
    -rwx------ 1 blake root 33918198 2008-06-18 13:22 wsp2008-06-15d1t07.flac
    -rwx------ 1 blake root 37212479 2008-06-18 13:18 wsp2008-06-15d1t08.flac
    -rwx------ 1 blake root 50999301 2008-06-18 13:18 wsp2008-06-15d1t09.flac
    -rwx------ 1 blake root 80360968 2008-06-18 13:23 wsp2008-06-15d1t10.flac
    -rwx------ 1 blake root 49266606 2008-06-18 13:23 wsp2008-06-15d1t11.flac
    -rwx------ 1 blake root 33751973 2008-06-18 13:20 wsp2008-06-15d2t01.flac
    -rwx------ 1 blake root 55487169 2008-06-18 13:20 wsp2008-06-15d2t02.flac
    -rwx------ 1 blake root 8116897 2008-06-18 13:21 wsp2008-06-15d2t03.flac
    -rwx------ 1 blake root 28477355 2008-06-18 13:07 wsp2008-06-15d2t04.flac
    -rwx------ 1 blake root 64009103 2008-06-18 13:22 wsp2008-06-15d2t05.flac
    -rwx------ 1 blake root 104268611 2008-06-18 13:22 wsp2008-06-15d2t06.flac
    -rwx------ 1 blake root 34961138 2008-06-18 13:23 wsp2008-06-15d2t07.flac
    -rwx------ 1 blake root 44372505 2008-06-18 13:10 wsp2008-06-15d2t08.flac
    -rwx------ 1 blake root 34082731 2008-06-18 13:13 wsp2008-06-15d2t09.flac
    -rwx------ 1 blake root 50911553 2008-06-18 13:02 wsp2008-06-15d2t10.flac
    -rwx------ 1 blake root 80616766 2008-06-18 13:22 wsp2008-06-15d3t01.flac
    -rwx------ 1 blake root 51128570 2008-06-18 13:17 wsp2008-06-15d3t02.flac
    -rwx------ 1 blake root 46163206 2008-06-18 13:11 wsp2008-06-15d3t03.flac
    -rwx------ 1 blake root 52428879 2008-06-18 13:18 wsp2008-06-15d3t04.flac
    -rwx------ 1 blake root 4856 2008-06-18 10:17 wsp2008-06-15.txt
    I also unmounted the drive, turned it off for a few minutes then turned it back on (effectively remounting it). Reran the chmod from ~ and same effect.

    - Jed
    TriLUG, w00t!

  4. #14
    Join Date
    Oct 2008
    Location
    /home/brad
    Beans
    591
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Rhythmbox does not (has never) imported *all* of my music

    what i meant was to do "sudo umount /media/IOMEGA_HDD" and then "sudo mount /dev/sdx" where x is the drive letter. Try that.
    Windows free as of 11/18/2008.
    Feel free to message me on Skype if you have questions on anything. I'm happy to help!
    Note: If things don't work, try this: Reboot. Check all wires. Check Again.

  5. #15
    Join Date
    Oct 2006
    Location
    Apex, NC USA
    Beans
    122
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Rhythmbox does not (has never) imported *all* of my music

    FWIW, I always rely on HAL to automount it. Below is as you request (mount pount not found in /etc/fstab):

    blake@desktop:~$ sudo umount /media/IOMEGA_HDD
    [sudo] password for blake:
    blake@desktop:~$ sudo mount /dev/sdc
    mount: can't find /dev/sdc in /etc/fstab or /etc/mtab

    blake@desktop:~$ cat /etc/fstab
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    # /dev/sda1
    UUID=bfa09907-c104-48a5-8cbd-4d7ce047632c / ext3 relatime,errors=remount-ro 0 1
    # /dev/sda5
    UUID=15fbac3c-fde0-4cb9-92dd-f4860147aa11 none swap sw 0 0
    /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0

    blake@desktop:~$ cat /etc/mtab
    /dev/sda1 / ext3 rw,relatime,errors=remount-ro 0 0
    tmpfs /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0
    /proc /proc proc rw,noexec,nosuid,nodev 0 0
    sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
    varrun /var/run tmpfs rw,nosuid,mode=0755 0 0
    varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0
    udev /dev tmpfs rw,mode=0755 0 0
    tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
    devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
    fusectl /sys/fs/fuse/connections fusectl rw 0 0
    lrm /lib/modules/2.6.27-11-generic/volatile tmpfs rw,mode=755 0 0
    securityfs /sys/kernel/security securityfs rw 0 0
    binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0
    gvfs-fuse-daemon /home/blake/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,user=blake 0 0
    Ok, now I'm lost since there is no mountpoint defined in fstab. perhaps that is a bell/whistle associated with USB drives/HAL.

    - Jed
    Last edited by nc_jed; April 13th, 2009 at 07:00 PM. Reason: include /etc/mtab
    TriLUG, w00t!

  6. #16
    Join Date
    Oct 2008
    Location
    /home/brad
    Beans
    591
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Rhythmbox does not (has never) imported *all* of my music

    Ooops. You forgot the partition number. It should read "sudo mount /dev/sdc1 /media/disk"
    Also, the /media/disk is just any mountpoint, really any folder.
    Windows free as of 11/18/2008.
    Feel free to message me on Skype if you have questions on anything. I'm happy to help!
    Note: If things don't work, try this: Reboot. Check all wires. Check Again.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •