From owner-freebsd-amd64@FreeBSD.ORG Tue Feb 8 07:46:28 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F24C216A4CE for ; Tue, 8 Feb 2005 07:46:28 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63FD943D45 for ; Tue, 8 Feb 2005 07:46:28 +0000 (GMT) (envelope-from bemess@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so842503wra for ; Mon, 07 Feb 2005 23:46:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=kWCC/eWhQ+Qy6TD/wd+hIRAWc8mSgJYAOQB3w/doUkmfwW5d6c+nrcS5N8HvObqTKojlwTUMlafsuZm1kGJK3aTEa0VCnwwTg0lvBOJwlc+doTFjt2gpbFSdeNZu1civl5D2N0mmCHDgRxgdN92Lm2Te3SfCQCDpvSE1DdxJO8M= Received: by 10.54.24.57 with SMTP id 57mr128289wrx; Mon, 07 Feb 2005 23:46:24 -0800 (PST) Received: by 10.54.10.7 with HTTP; Mon, 7 Feb 2005 23:46:24 -0800 (PST) Message-ID: <234888ec05020723464ec9cf39@mail.gmail.com> Date: Tue, 8 Feb 2005 16:46:24 +0900 From: Woo-il Song To: freebsd-amd64@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: mount iconv problem X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Woo-il Song List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2005 07:46:29 -0000 Hi. I got a problem when mounting CD-ROM(and fat32 file system) containing Korean charset files. Error messages are... localhost# mount_cd9660 -C euc-kr /cdrom/ mount_cd9660: cd9660_iconv: Argument list too long localhost# mount_msdosfs -L ko_KR.eucKR -D CP949 /dev/ad1s1 /mnt/ mount_msdosfs: msdosfs_iconv: Argument list too long It works on i386. I guess it's a amd64-specific problem.