Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Playign MP3s from another Partition

  1. #1
    Junior Member registered user
    Join Date
    May 2003
    Posts
    23

    Playign MP3s from another Partition

    Hi all'
    Well I seem to be getting the hang of the different steps of this OS, I seem to have come to a point where I can't fimd what I need to do to get xmms to play my MP3s that are stored in it's own HD where I store all of my Media files. If anyone has any idea where to start a little help can go a long way

  2. #2
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479

    Re: Playign MP3s from another Partition

    Quote Originally Posted by Cronos55
    Hi all'
    Well I seem to be getting the hang of the different steps of this OS, I seem to have come to a point where I can't fimd what I need to do to get xmms to play my MP3s that are stored in it's own HD where I store all of my Media files. If anyone has any idea where to start a little help can go a long way
    Generally you would need to have the partition (drive) mounted and then use XMMS to either play a file or directory location. I have all my mp3's in one big partition which is mounted as stangely enough /music, you would maybe want to make your mount maybe a /media directory off / with mkdir media in the / directory and then mount /dev/hd?? /media if you want it mounted every time at boot then edit the file /etc/fstab and add the proper line for your media drive partition.

    If you need more help than this could you post the output of fdisk -l /dev/hd? of the drive the media files are stored on so I can give you the exact commands required also you do not mention if you are running from HD install or CD the instructions above would be for a HD install if running from CD you should just mount the partition with the media files and then use XMMS to play the files. Also all commands mentioned are executed as root.

  3. #3
    Junior Member registered user
    Join Date
    May 2003
    Posts
    23
    Thanks for your tips on what I can try. I will get to what you said to direct my mountpoint, as for the fdisk post:

    Disk /dev/hdb5: 1087 MB, 1087898112 bytes
    64 heads, 63 sectors/track, 526 cylinders
    Units = cylinders of 4032 * 512 = 2064384 bytes

    Device Boot Start End Blocks Id System
    /dev/hdb5p1 ? 1 1 0 0 Empty
    Partition 1 has different physical/logical beginnings (non-Linux?):
    phys=(0, 0, 0) logical=(0, 0, 1)
    Partition 1 has different physical/logical endings:
    phys=(0, 0, 0) logical=(1065220, 4, 4)
    Partition 1 does not end on cylinder boundary.

    This is what it shows. Any thoughts?

  4. #4
    Junior Member registered user
    Join Date
    May 2003
    Posts
    23
    Stephen wrote:
    [/quote] Generally you would need to have the partition (drive) mounted and then use XMMS to either play a file or directory location. I have all my mp3's in one big partition which is mounted as stangely enough /music, you would maybe want to make your mount maybe a /media directory off / with mkdir media in the / directory and then mount /dev/hd?? /media if you want it mounted every time at boot then edit the file /etc/fstab and add the proper line for your media drive partition.

    I tried what you suggested but still no MP3s
    Will look at how the directory points to my HD and see what I missed[/b]

  5. #5
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    So there is only one extended partition on the whole drive?? After you have mounted the partition can you see the files in there if you do a ls -l if so you should be able to play them with XMMS. Could you post the ouput of the mount command with the partition mounted and the line you use in the /etc/fstab?

  6. #6
    Junior Member registered user
    Join Date
    May 2003
    Posts
    23
    After I tried to look into the mounted HD I saw no files. I use it only for MP3s. this is the mount directory:
    root@Snap:/mnt# ls -la
    total 48
    drwxr-xr-x 6 root root 4096 Aug 16 23:30 .
    drwxr-xr-x 29 root root 4096 Aug 21 14:24 ..
    drwxr-xr-x 2 root root 4096 Aug 18 2002 auto
    lrwxrwxrwx 1 root root 16 Aug 16 23:10 floppy -> /mnt/auto/floppy
    drwxr-xr-x 2 root root 4096 Aug 16 23:30 hda1
    drwxrwxrwx 4 knoppix knoppix 28672 Jan 1 1970 hdb5
    drwxr-xr-x 2 root root 4096 May 31 2001 test
    I should be able to read file from hdb5 right? I mounted it as " mount /dev/hdb5 /music. This is what my fstab shows :# /etc/fstab: filesystem table.
    #
    # filesystem mountpoint type options dump pass
    /dev/hda2 / ext3 defaults,errors=remount-ro 0 1
    /dev/hda3 none swap sw 0 0
    proc /proc proc defaults 0 0
    /dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
    /dev/cdrw /cdrw iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/cdrom1 /cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/dvd /dvd iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/cdaudio /cdaudio iso9660 defaults,ro,user,noexec,noauto 0 0
    # Added by KNOPPIX
    /dev/hda1 /mnt/hda1 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppi x 0 0
    # Added by KNOPPIX
    /dev/hdb5 /mnt/hdb5 vfat auto,users,exec,umask=000,uid=knoppix,gid=knoppix 0 0. What am I missing?

  7. #7
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by Cronos55
    After I tried to look into the mounted HD I saw no files. I use it only for MP3s. this is the mount directory:
    root@Snap:/mnt# ls -la
    total 48
    drwxr-xr-x 6 root root 4096 Aug 16 23:30 .
    drwxr-xr-x 29 root root 4096 Aug 21 14:24 ..
    drwxr-xr-x 2 root root 4096 Aug 18 2002 auto
    lrwxrwxrwx 1 root root 16 Aug 16 23:10 floppy -> /mnt/auto/floppy
    drwxr-xr-x 2 root root 4096 Aug 16 23:30 hda1
    drwxrwxrwx 4 knoppix knoppix 28672 Jan 1 1970 hdb5
    drwxr-xr-x 2 root root 4096 May 31 2001 test
    I should be able to read file from hdb5 right? I mounted it as " mount /dev/hdb5 /music.
    Yes you should be able to read a file in the /music directory from the mounted /dev/hdb5 as /music, the hdb5 in the /mnt directory does not come in to use as the mount point for the command you used above.

    This is what my fstab shows :

    # /etc/fstab: filesystem table.
    #
    # filesystem mountpoint type options dump pass
    # Added by KNOPPIX
    /dev/hdb5 /mnt/hdb5 vfat auto,users,exec,umask=000,uid=knoppix,gid=knoppix 0 0. What am I missing?
    Here you are mounting the /dev/hdb5 as /mnt/hdb5 on boot this may be causing the problems. You should change the /mnt/hdb5 to /music if that is the mount point that you wish to use for MP3's or access them at /mnt/hdb5 and not use the command above after booting.

    Here an example of what the mount command should show you from my computer:
    Code:
    HappyTux:/home/stephen# mount
    /dev/hda1 on / type reiserfs (rw)
    proc on /proc type proc (rw)
    devpts on /dev/pts type devpts (rw,gid=5,mode=620)
    /dev/hda4 on /home type ext3 (rw)
    /dev/hda5 on /music type ext3 (rw)
    none on /proc/bus/usb type usbdevfs (rw)
    Yours should look similar after you have made the changes to the /etc/fstab and re-booted.

  8. #8
    Junior Member registered user
    Join Date
    May 2003
    Posts
    23
    I'm not sure what you mean but I saw something in you fstab that wasn't in mine: [quote] Here an example of what the mount command should show you from my computer:


    Code:



    HappyTux:/home/stephen# mount
    /dev/hda1 on / type reiserfs (rw)
    proc on /proc type proc (rw)
    devpts on /dev/pts type devpts (rw,gid=5,mode=620)
    /dev/hda4 on /home type ext3 (rw)
    /dev/hda5 on /music type ext3 (rw)
    none on /proc/bus/usb type usbdevfs (rw), mine shows: # filesystem mountpoint type options dump pass
    # Added by KNOPPIX
    /dev/hdb5 /mnt/hdb5 vfat auto,users,exec,umask=000,uid=knoppix,gid=knoppix 0 0. wher your's show your filesystem as type ext3, mine shows filesystem as type vfat. Could that be the problem




  9. #9
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    872
    what does 'cat /proc/mounts' give ?

  10. #10
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    [quote="Cronos55"]I'm not sure what you mean but I saw something in you fstab that wasn't in mine:
    Here an example of what the mount command should show you from my computer:


    Code:



    HappyTux:/home/stephen# mount
    /dev/hda1 on / type reiserfs (rw)
    proc on /proc type proc (rw)
    devpts on /dev/pts type devpts (rw,gid=5,mode=620)
    /dev/hda4 on /home type ext3 (rw)
    /dev/hda5 on /music type ext3 (rw)
    none on /proc/bus/usb type usbdevfs (rw), mine shows: # filesystem mountpoint type options dump pass
    # Added by KNOPPIX
    /dev/hdb5 /mnt/hdb5 vfat auto,users,exec,umask=000,uid=knoppix,gid=knoppix 0 0. wher your's show your filesystem as type ext3, mine shows filesystem as type vfat. Could that be the problem



    The output from above is from just the mount command it shows the file systems that are in use by your OS it is not the /etc/fstab. Your filesystem type should be either type vfat or ntfs if you are using a recent version of windows unless you formatted the drive with linux.

Page 1 of 2 12 LastLast

Similar Threads

  1. How to rip MP3s from CDs
    By lewisdw in forum General Support
    Replies: 3
    Last Post: 11-16-2004, 03:41 PM
  2. Partition
    By Quite in forum General Support
    Replies: 5
    Last Post: 09-23-2004, 01:36 AM
  3. Partition Help
    By Quite in forum General Support
    Replies: 12
    Last Post: 08-22-2004, 10:40 PM
  4. How can I use other FAT partition?
    By rrfish72 in forum General Support
    Replies: 12
    Last Post: 08-05-2004, 07:09 AM
  5. need Help burn ing MP3s
    By 5t1nkbu77 in forum General Support
    Replies: 6
    Last Post: 10-01-2003, 09:48 PM

Posting Permissions

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


1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports picture

1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports

$149.00



Australia Linux Server- 32 GB RAM + 500 HDD + 6 Core processor picture

Australia Linux Server- 32 GB RAM + 500 HDD + 6 Core processor

$66.40



1U 10 SFF Bay Supermicro Server X10DRW-iT 2x Xeon E5-2690 V4 128GB DDR4 RAM picture

1U 10 SFF Bay Supermicro Server X10DRW-iT 2x Xeon E5-2690 V4 128GB DDR4 RAM

$428.00



POGO Linux WEBWARE 1150 Rack-Mount Server Pentium 4 2.8GHz 512MB - No Drives picture

POGO Linux WEBWARE 1150 Rack-Mount Server Pentium 4 2.8GHz 512MB - No Drives

$179.99



IBM E850 Power8 2x 12C 3.02GHz 512Gb 1.8Tb SAS 10GbE 16Gb Linux Server 8408-E8E picture

IBM E850 Power8 2x 12C 3.02GHz 512Gb 1.8Tb SAS 10GbE 16Gb Linux Server 8408-E8E

$899.95



Canonical Ubuntu Linux - DVD / USB Drive - 24.04 LTS / 23.10 / 22.04 / 18 / 16 picture

Canonical Ubuntu Linux - DVD / USB Drive - 24.04 LTS / 23.10 / 22.04 / 18 / 16

$9.99



PFSENSE 15

PFSENSE 15" Depth Server Router Firewall Supermicro X11SSH-F E3-1240 V5 32GB RAM

$382.00



IBM Power8 S822L 20-Core 3.42GHz 256Gb 1.2Tb 40G Elastic Storage Server 5148-22L picture

IBM Power8 S822L 20-Core 3.42GHz 256Gb 1.2Tb 40G Elastic Storage Server 5148-22L

$599.95



PFSENSE 15

PFSENSE 15" Depth Server Supermicro X11SSH-F E3-1240 V5 V6 - 128GB NVME 32GB RAM

$359.00



VPS Windows / Linux Server - 12GB  RAM, 4 Core, 1 TB HD, Unltd. bandwidth 1 Year picture

VPS Windows / Linux Server - 12GB RAM, 4 Core, 1 TB HD, Unltd. bandwidth 1 Year

$278.92