Find the answer to your Linux question:
Results 1 to 10 of 10
when i start the media player after a system restart, all the files in my music library begin to exit the media library. there are 11k tracks in there and ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    26

    next problem: rythmbox music player

    when i start the media player after a system restart, all the files in my music library begin to exit the media library. there are 11k tracks in there and it just gets rid of them all until there are none left. then i can import the music folder again and they remain until i restart the system and then they do it all again...

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Are those tracks stored in NTFS/FAT32 partitions? Are those partition set to automount on every boot up?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    I would also suggest using Amarok over Rythmbox once you get the library thing settled.
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  4. #4
    Just Joined!
    Join Date
    Feb 2009
    Posts
    26
    yes, they are on an ntfs partition. i do not know how to automount on boot up.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You have to edit /etc/fstab file.
    Execute this
    Code:
    sudo fdisk -l
    Post output here.
    * Its small L in fdisk -l.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    Feb 2009
    Posts
    26
    all of the music is on the 250gb sata drive... here is the output:


    Disk /dev/sda: 250.0 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xdf9cb2f7

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 30401 244196001 7 HPFS/NTFS

    Disk /dev/sdb: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x0007bd00

    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 9327 74919096 83 Linux
    /dev/sdb2 9328 9729 3229065 5 Extended
    /dev/sdb5 9328 9729 3229033+ 82 Linux swap / Solaris

    Disk /dev/sdc: 100.0 GB, 100030242816 bytes
    255 heads, 63 sectors/track, 12161 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xccafccaf

    Device Boot Start End Blocks Id System
    /dev/sdc1 * 1 12160 97675168+ 7 HPFS/NTFS

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Open Terminal and execute this
    Code:
    cd /media
    sudo mkdir sda1
    Press Alt+F2 and type this
    Code:
    gksu gedit  /etc/fstab
    It will open /etc/fstab in Gedit.
    Add this code in the file :
    Code:
    /dev/sda1  /media/sda1  ntfs-3g  defaults,umask=0 0 0
    Save file and reboot machine.
    Last edited by devils casper; 02-22-2009 at 01:53 PM. Reason: [code] tag
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Linux Newbie
    Join Date
    Aug 2006
    Location
    england
    Posts
    138
    Quote Originally Posted by jmadero View Post
    I would also suggest using Amarok over Rythmbox once you get the library thing settled.
    for those on gnome exail is the equal of amorok

  9. #9
    Just Joined!
    Join Date
    Feb 2009
    Posts
    26
    strangely enough, i seem to have had a sudden failure of my power supply... i will have to fix that before i can attempt to fix my music player... pretty weird timing, but eventually everything stops working, i guess...

  10. #10
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    is exail the equivalent? I don't think it is, Amarok uses MySQL which I don't think exail does, it also has hundreds if not thousands of useful scripts, it's rating system is great, etc....

    But I guess that is off topic right now...

    for power supplies check out tigerdirect.com or geeks.com, pretty good prices
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

Posting Permissions

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