Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 50

Thread: How to rescue .wav files on the scratched music CD.

  1. #11
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,752

    Re: How to rescue .wav files on the scratched music CD.

    Do you know where is the mount point of the CD disk/DVD-Writer if mount GUI (via its icon) ?
    I used the mount command and saw this line:
    Code:
    gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
    Then:
    Code:
    dmn@Sydney:~$ ls /run/user/1000/gvfs
    'cdda:host=sr0'
    so I can tell this is for the optical drive.

    You can look up gvfs on Google to get information. Too technical for me.

    BTW,

    df -Th did not show anything on this connection.
    and
    lsblk -o name,mountpoint does not give a mount point for sr0. That column is blank for this device.

    (Using Ubuntu 23.10)

  2. #12
    Join Date
    Jun 2007
    Beans
    14,796

    Re: How to rescue .wav files on the scratched music CD.

    Quote Originally Posted by Dennis N View Post
    It raises the question, why do we need a ripper application if we can just read and copy the tracks with the file manager?
    Technically, you dont, but .wav's take up more space than FLAC, and aren't as friendly to tag.

  3. #13
    Join Date
    Apr 2006
    Beans
    3,937

    Re: How to rescue .wav files on the scratched music CD.

    Quote Originally Posted by Dennis N View Post
    I used the mount command and saw this line:
    Code:
    gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
    Then:
    Code:
    dmn@Sydney:~$ ls /run/user/1000/gvfs
    'cdda:host=sr0'
    so I can tell this is for the optical drive.

    You can look up gvfs on Google to get information. Too technical for me.

    BTW,

    df -Th did not show anything on this connection.
    and
    lsblk -o name,mountpoint does not give a mount point for sr0. That column is blank for this device.

    (Using Ubuntu 23.10)
    Thanks for your advice.

    For both working Audio Disc and problem Audio Disc

    $ sudo mount /dev/sr0 /mnt/cdrom
    Code:
    mount: /mnt/cdrom: can't read superblock on /dev/sr0.
    Why ?

    Regards

  4. #14
    Join Date
    Apr 2006
    Beans
    3,937

    Re: How to rescue .wav files on the scratched music CD.

    Quote Originally Posted by TheFu View Post
    To see mount points, use either the lsblk command or df -Th.
    Beware that some "fake" mounts will be shown and sometimes gio/gvfs mounts don't get shown at all - i.e. fake.
    Thanks

    It is very strange.

    File Manager shows all tracks of the problem Audio Disc but no mount point could be found. Please see attached screenshots
    screenshot_df-Th.png
    screenshot_file_manager.png

    I couldn't play the tracks running VLC Media Play. The PC will freeze if playing any track.

    But checking a working Audio Disc with "df-TH", also no mount point is found. Please see attached screenshot;
    screenshot_df-Th_working_audio-disc.png

    Regards
    Attached Images Attached Images

  5. #15
    Join Date
    Jun 2007
    Beans
    14,796

    Re: How to rescue .wav files on the scratched music CD.

    Quote Originally Posted by satimis View Post
    File Manager shows all tracks of the problem Audio Disc but no mount point could be found.
    ...
    But checking a working Audio Disc with "df-TH", also no mount point is found.
    That is expected. Again, audio CD's do not have filesystems that mount normally. The system is using gvfs to make it look like a data CD. You can look at:
    Code:
    gvfs-mount

  6. #16
    Join Date
    Apr 2006
    Beans
    3,937

    Re: How to rescue .wav files on the scratched music CD.

    Quote Originally Posted by Yellow Pasque View Post
    That is expected. Again, audio CD's do not have filesystems that mount normally. The system is using gvfs to make it look like a data CD. You can look at:
    Code:
    gvfs-mount
    Hi,

    Thanks for your advice.

    $ gvfs-mount /dev/sr0 /mnt/cdrom/
    Code:
    gvfs-mount: command not found
    $ sudo gvfs-mount /dev/sr0 /mnt/cdrom/
    Code:
    sudo: gvfs-mount: command not found
    $ apt policy gvfs-common
    Code:
    gvfs-common:
      Installed: 1.48.2-0ubuntu1
      Candidate: 1.48.2-0ubuntu1
      Version table:
     *** 1.48.2-0ubuntu1 500
            500 http://hk.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
            500 http://hk.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages
            100 /var/lib/dpkg/status
         1.48.1-4 500
            500 http://hk.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
            500 http://hk.archive.ubuntu.com/ubuntu jammy/main i386 Packages
    But gvfs-common already installed

    Regards

  7. #17
    Join Date
    May 2008
    Beans
    4,009
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: How to rescue .wav files on the scratched music CD.

    gvfs-mount has been deprecated and it is redirected to gio mount
    https://manpages.ubuntu.com/manpages...s-mount.1.html

    Using Ubuntu 22.04 and external usb dvd reader.
    Commercial audio CD recognised and available with Files (Nautilus)
    Code:
    edited@edited-22-04:~$ gio list cdda://sr0
    Track 1.wav
    Track 2.wav
    Track 3.wav
    Track 4.wav
    Track 5.wav
    Track 6.wav
    Track 7.wav
    Track 8.wav
    Track 9.wav
    edited@edited-22-04:~$
    Last edited by tea for one; March 25th, 2024 at 11:43 AM. Reason: Added "Commercial audio"

  8. #18
    Join Date
    Apr 2006
    Beans
    3,937

    Re: How to rescue .wav files on the scratched music CD.

    Quote Originally Posted by tea for one View Post
    https://manpages.ubuntu.com/manpages...s-mount.1.html

    Using Ubuntu 22.04 and external usb dvd reader.
    Commercial audio CD recognised and available with Files (Nautilus)
    Code:
    edited@edited-22-04:~$ gio list cdda://sr0
    Track 1.wav
    Track 2.wav
    Track 3.wav
    Track 4.wav
    Track 5.wav
    Track 6.wav
    Track 7.wav
    Track 8.wav
    Track 9.wav
    edited@edited-22-04:~$
    Hi,

    Thanks for your advice.

    $ which gio
    Code:
    /usr/bin/gio
    mount music CD disc GUI
    right-click music CD disc ICON -> Mount

    $ gio list cdda://sr0
    Code:
    Track 1.wav
    Track 2.wav
    Track 3.wav
    Track 4.wav
    Track 5.wav
    Track 6.wav
    Track 7.wav
    Track 8.wav
    Track 9.wav
    Track 10.wav
    Can I mount music CD disc on Terminal?

    Regards

  9. #19
    Join Date
    Apr 2006
    Beans
    3,937

    Re: How to rescue .wav files on the scratched music CD.

    Hi all,

    Performed following test on the music CD disc having problem to play .wav files and fail to copy .wav files to hard drive

    1. Insert the music CD disc
    2. Mount music CD GUI
    3.
    $ gio list cdda://sr0
    Code:
    Track 1.wav
    Track 2.wav
    Track 3.wav
    Track 4.wav
    Track 5.wav
    Track 6.wav
    Track 7.wav
    Track 8.wav
    Track 9.wav
    Track 10.wav
    Track 11.wav
    Track 12.wav
    $ mkdir ~/Downloads/Test_folder

    $ ls -ald ~/Downloads/Test_folder
    Code:
    drwxrwxr-x 2 satimis satimis 4096 Mar 25 19:05 /home/satimis/Downloads/Test_folder
    But how to copy all .wav files on ~/Downloads/Test_folder ?

    Thanks in advance

    Regards

  10. #20
    Join Date
    Jun 2007
    Beans
    14,796

    Re: How to rescue .wav files on the scratched music CD.

    There's probably a way to copy the tracks like files with gvfs, but you are doing this the hard way. Use a ripper like k3b. It will check the disc for errors with libcdparanoia, convert from .wav to whatever format you want, and automatically name and tag the files for you. Or you can just rip to unnamed, untagged .wav files if that's really what you want for some reason.

Page 2 of 5 FirstFirst 1234 ... LastLast

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
  •