You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Context menu - image mount/unmount + virtual drive

Author (Read 7016 times)

0 Members and 1 Guest are viewing this topic.

Re: Context menu - image mount/unmount + virtual drive
« Reply #9 on: April 08, 2015, 10:53:12 AM »
 

Zead

  • Forum Regular
  • ***
  • 115
    Posts
  • Reputation: 20
    • View Profile

  • MEMORY: 8Gb
Wasn't really a hard work Scott, but thanks, I "knew" it won't work.

But I knew you would eat me alive if I wouldn't test it... lol.
« Last Edit: April 08, 2015, 07:33:54 PM by UNLIMITY »
 

Re: Context menu - image mount/unmount + virtual drive
« Reply #8 on: April 07, 2015, 10:07:31 AM »
 

Scott

  • Global Moderator
  • Gold Level Poster
  • *****
  • 857
    Posts
  • Reputation: 186
  • Linux Lite Member
    • View Profile

  • CPU: Dual core Intel Core i3 M 330

  • MEMORY: 6Gb

  • VIDEO CARD: Intel Integrated Graphics
@Unlimity,
Thanks for posting your test results, appreciate the hard work.
 

Re: Context menu - image mount/unmount + virtual drive
« Reply #7 on: April 06, 2015, 02:24:43 PM »
 

Zead

  • Forum Regular
  • ***
  • 115
    Posts
  • Reputation: 20
    • View Profile

  • MEMORY: 8Gb
@UNLIMITY
Quote
It's ok, we can keep it here, I'm sure it will be very useful for people that doesn't need multi-track CD mounting. Thanks.

Hi Unlimity. For clarity, did you try this and it doesn't work or are you assuming it doesn't work?
~Scott
Hi, well I didn't. But I already checked fuseiso, before Jerry provided the tutorial, also on the internet, some guy said fuseiso doesn't work with multi-tracks. Also in the package manager, the description says:

This package provides a module to mount ISO filesystem images
using FUSE.
With FUSE it is possible to implement a fully functional
filesystem in a userspace program.

It can also mount single-tracks .BIN, .MDF, .IMG and .NRG.

----------------------------------------------------------------

"One major limitation of .BIN images is that fuseiso does not handle .CUE files in any way, and thus can work with only the first track of .BIN images."

(This was written by someone in 2011, the fuseiso version seems to be 2007).
But I'll try, nothing to lose I guess, I believe it won't work anyway.

But like I said, I believe many people don't use multi-track CD images, so this tutorial is still great, but I will have to get CDEmu working.

EDIT: Doesn't work, like I expected. I made to sure to add cue/CUE patterns. Btw it doesn't seem to mount images as a virtual drive, guess I should have said it has to be a virtual drive.
« Last Edit: April 06, 2015, 02:43:56 PM by UNLIMITY »
 

Re: Context menu - image mount/unmount + virtual drive
« Reply #6 on: April 06, 2015, 11:04:20 AM »
 

Scott

  • Global Moderator
  • Gold Level Poster
  • *****
  • 857
    Posts
  • Reputation: 186
  • Linux Lite Member
    • View Profile

  • CPU: Dual core Intel Core i3 M 330

  • MEMORY: 6Gb

  • VIDEO CARD: Intel Integrated Graphics
@UNLIMITY
Quote
It's ok, we can keep it here, I'm sure it will be very useful for people that doesn't need multi-track CD mounting. Thanks.

Hi Unlimity. For clarity, did you try this and it doesn't work or are you assuming it doesn't work?
~Scott
 

Re: Context menu - image mount/unmount + virtual drive
« Reply #5 on: April 05, 2015, 09:51:43 PM »
 

Zead

  • Forum Regular
  • ***
  • 115
    Posts
  • Reputation: 20
    • View Profile

  • MEMORY: 8Gb
It's ok, we can keep it here, I'm sure it will be very useful for people that doesn't need multi-track CD mounting.
Thanks  ;)

I'll try the CDEmu stuff.
 

Re: Context menu - image mount/unmount + virtual drive
« Reply #4 on: April 05, 2015, 09:45:08 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8778
    Posts
  • Reputation: 802
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Thanks, but... does it work with multi-track CDs?

No idea sorry.
 

Re: Context menu - image mount/unmount + virtual drive
« Reply #3 on: April 05, 2015, 09:43:32 PM »
 

Zead

  • Forum Regular
  • ***
  • 115
    Posts
  • Reputation: 20
    • View Profile

  • MEMORY: 8Gb
Thanks, but... does it work with multi-track CDs? Heard it doesn't. I need to mount multiple .bin files with the .cue file, which stores all the information in it about the tracks, .bins, then I'm going to create a single .bin/.cue (all .bin files combined).

I heard only CDEmu is capable. Do you know any tutorial for that?
 

Re: Context menu - image mount/unmount + virtual drive
« Reply #2 on: April 05, 2015, 09:31:43 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8778
    Posts
  • Reputation: 802
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Code: [Select]
sudo apt-get install fuseiso
Mount:
Name: Mount
Description: Mount
Command: fuseiso -n -p %f %f.mount
File Pattern: *.iso;*.ISO;*.bin;*.BIN;*.nrg;*.NRG;*.mdf;*.MDF
Contains: Other files

Unmount:
Name: UnMount
Description: UnMount
Command: fusermount -u %f
File Pattern: *.mount
Contains: Directories
 

Context menu - image mount/unmount + virtual drive
« Reply #1 on: April 05, 2015, 09:13:49 PM »
 

Zead

  • Forum Regular
  • ***
  • 115
    Posts
  • Reputation: 20
    • View Profile

  • MEMORY: 8Gb
CDemu is an alternative for Windows apps like DAEMON Tools Lite.

Code: [Select]
sudo add-apt-repository ppa:cdemu/ppa
sudo apt-get update
sudo apt-get install cdemu-client

This should also install a gcdemu (a GUI for CDEmu DAEMON), if not, you can install it later. After installing CDEmu, it will automatically add a virtual drive to your system.

I found CDEmu already creates an entry in the context menu, co a custom one isn't needed.

CDEmu is a real virtual drive, and supports multi-track CDs.

You can use Jerry's tutorial below, if you need to mount a single-track images as a "file system".
« Last Edit: May 25, 2015, 08:14:46 AM by UNLIMITY »
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section