On Wednesday 30 May 2007 04:42, Damon Register wrote:
> /dev/hda7: x86 boot sector, code offset 0x58, OEM-ID "MSWIN4.1",
> sectors/cluster 8, reserved sectors 34, Media descriptor 0xf8, heads
> 255, hidden sectors 27744318, sectors 12129012 (volumes > 32 MB) , FAT
> (32 bit), sectors/FAT 11823, reserved3 0x800000, serial number
> 0xc67e28b9, label: "ASUS_D     "
> linux-gmsj:~ #
>
> /dev/hda7 is the one I am trying to mount.  Attempting to mount gives
>
> linux-gmsj:~ # mount -t vfat /dev/hda7 /windows/data
> mount: /dev/hda7 already mounted or /windows/data busy
> linux-gmsj:~ #

Ok:
1. run this: partprobe
This will force the kernel to renew it's info on your partitions.
2. try to mount it into another directory:
mkdir /test
mount -t vfat /dev/hda7 /test

-- 
Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial 
http://linux2.arinet.org
7:53am up 1:34, 2.6.18.2-34-default GNU/Linux 
Let's use OpenOffice. http://www.openoffice.org

Attachment: pgpC8pZEpfSYe.pgp
Description: PGP signature

Reply via email to