Re: Hybrid CDs on Big Sur

2022-03-08 Thread Andrew Udvare


> On 2022-03-08, at 18:49, Sriranga Veeraraghavan  wrote:
> 
> Hi,
> 
> I have some older CDs that appear to be master with a Mac (HFS/HFS+) 
> partition and a Windows (FAT32?) partition.  
> 
> Under BigSur (on M1), Finder and DiskUtility only seem to want to mount the 
> Mac partition on these CDs and don’t seem to provide a way to access the 
> Windows partition.
> 
> I’ve been able to access the Windows partition by running on Linux running 
> under an emulator, but this is somewhat clunky.
> 
> Does anyone know of a way (perhaps through a port in macports) to mount the 
> Windows partition on a hybrid CD?
> 
> TIA,
> 
> -ranga
> 
> 
> 

You should be able to use /sbin/mount_cd9660 to mount the area seen by Windows 
(ISO9660 with Joliet).

mkdir mount-point
sudo /sbin/mount_cd9660 -r /dev/... mount-point

To make an image:

dd if=/dev/... of=x.raw conv=notrunc bs=2048

Also try installing cdrtools and using the 'readcd dev=/dev/... -clone f=x.raw' 
command.

Both of these may result in a proper image that has the ISO9660 filesystem and 
the HFS. You should be able to mount the ISO9660 file system with the image 
with /sbin/mount_cd9660 just the same.

Re: Hybrid CDs on Big Sur

2022-03-08 Thread Bill Cole

On 2022-03-08 at 18:49:50 UTC-0500 (Tue, 8 Mar 2022 15:49:50 -0800)
Sriranga Veeraraghavan 
is rumored to have said:


Hi,

I have some older CDs that appear to be master with a Mac (HFS/HFS+) 
partition and a Windows (FAT32?) partition.


Under BigSur (on M1), Finder and DiskUtility only seem to want to 
mount the Mac partition on these CDs and don’t seem to provide a way 
to access the Windows partition.


I’ve been able to access the Windows partition by running on Linux 
running under an emulator, but this is somewhat clunky.


Does anyone know of a way (perhaps through a port in macports) to 
mount the Windows partition on a hybrid CD?


Have you tried using the diskutil command-line tool?


--
Bill Cole
b...@scconsult.com or billc...@apache.org
(AKA @grumpybozo and many *@billmail.scconsult.com addresses)
Not Currently Available For Hire


Hybrid CDs on Big Sur

2022-03-08 Thread Sriranga Veeraraghavan
Hi,

I have some older CDs that appear to be master with a Mac (HFS/HFS+) partition 
and a Windows (FAT32?) partition.  

Under BigSur (on M1), Finder and DiskUtility only seem to want to mount the Mac 
partition on these CDs and don’t seem to provide a way to access the Windows 
partition.

I’ve been able to access the Windows partition by running on Linux running 
under an emulator, but this is somewhat clunky.

Does anyone know of a way (perhaps through a port in macports) to mount the 
Windows partition on a hybrid CD?

TIA,

-ranga



 

Re: Drive-by downloads of Install macOS Monterey

2022-03-08 Thread Dave Horsfall
On Tue, 8 Mar 2022, Christopher Chavez wrote:

> If the installer is deleted, it may eventually be downloaded again. To 
> prevent this, one workaround suggested by 
> https://www.reddit.com/r/MacOS/comments/sj3aia/comment/hvcm3e4/ is to 
> create an empty folder 'Install macOS Monterey.app' and lock it (either 
> from "Get Info", or from the command line using `chflags uchg 
> '/Applications/Install macOS Monterey.app/'`).

Personally I think the idea of deleting the installer sucks, as it might 
be needed for e.g. a USB stick.  I know, that's what Apple does, not MP...

-- Dave


Re: Drive-by downloads of Install macOS Monterey

2022-03-08 Thread Christopher Chavez
Sent: Wednesday, February 23, 2022 at 8:35 PM
From: "Ryan Schmidt"
> I noticed copies of the Install macOS Monterey application on both the 
> Catalina and Big Sur MacPorts buildbot build machines. I've of course never 
> requested the download of these installers on those systems and they are 
> configured not to update automatically and not to download new updates 
> automatically. If you have machines running Catalina or Big Sur, you might 
> check to see if you too have an unwanted Install macOS app in your 
> Applications folder that you can delete to save space.


If the installer is deleted, it may eventually be downloaded again. To prevent 
this, one workaround suggested by 
https://www.reddit.com/r/MacOS/comments/sj3aia/comment/hvcm3e4/ is to create an 
empty folder 'Install macOS Monterey.app' and lock it (either from "Get Info", 
or from the command line using `chflags uchg '/Applications/Install macOS 
Monterey.app/'`).


Re: IRC channel

2022-03-08 Thread Eric Gallager via macports-users
On Mon, Mar 7, 2022 at 4:25 AM Mojca Miklavec  wrote:
>
> On Mon, 7 Mar 2022 at 04:06, Michele Venturi wrote:
> >
> > Anyway RocketChat should be fixed as it doesn't work...
>
> Aljaž is aware of the problem.
>
> He was hoping that the latest upgrade would fix the issue, but
> apparently it doesn't:
> https://github.com/RocketChat/Rocket.Chat/issues/24460
> https://github.com/RocketChat/Rocket.Chat/issues/24355
>
> I'm not sure what could/should be done (other than someone stepping up
> to help the rocketchat team fix the issue, or migrate to something
> else; we discarded the idea of using Discord as it's being blocked in
> some countries).
>

Which countries is Discord blocked in? I wasn't aware of that...

> Mojca