Taperssection.com

Gear / Technical Help => Recording Gear => Topic started by: BlingFree on May 31, 2011, 05:44:34 PM

Title: Marantz PMD620 CF File System?
Post by: BlingFree on May 31, 2011, 05:44:34 PM
I searched to the best of my ability but I couldn't find any info on this.

I run Linux Mint 11 and my brother runs the latest Ubuntu. Once the CF is formatted in the Marantz PMD620 it is no longer recognizable by either Mint or Ubuntu. I take it to my neighbor's Win7 machine an it handles it fine.

Does the Marantz use a custom file system? Anyone know what that file system is?

Title: Re: Marantz PMD620 CF File System?
Post by: BlingFree on May 31, 2011, 06:39:09 PM
Well it seems it's FAT32 but for some reason it won't mount automatically.

First I created the directory /home/sdd1 then went to terminal with the following command

Code: [Select]
sudo mount -t vfat  /dev/sdd1 /home/sdd1
This is not news to Linux users but the issue was new to me. Sry.