Sorry Randall, I forgot to change the address to reply to list.
Randall R Schulz wrote:
> If the error message is that the resource (in this case a disk
> partition) is busy, then just about the only thing that could indicate
here is the error message
> directory) by using the "mount" or "df" commands.
the mount and df don't show the FAT32 partition
linux-gmsj:~ # mount
/dev/mapper/pdc_ifagghhd_part6 on / type ext3 (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/mapper/pdc_ifagghhd_part2 on /boot type ext2 (rw,acl,user_xattr)
securityfs on /sys/kernel/security type securityfs (rw)
/dev/hdd on /media/SU1020.001 type iso9660
(ro,nosuid,nodev,noatime,uid=0,utf8)
linux-gmsj:~ # df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/pdc_ifagghhd_part6
5044156 4675972 111952 98% /
udev 128184 132 128052 1% /dev
/dev/mapper/pdc_ifagghhd_part2
23332 10891 11237 50% /boot
/dev/hdd 3789858 3789858 0 100% /media/SU1020.001
> You can verify what's on a disk with the "file" command, provided you
> give the "-s" option (otherwise it tells you that the target is a disk):
Thanks for the info. I agree with Fajar Priyanto's post; it really is a
useful tip. The mount and df commands I already knew about but not the
file -s trick
> # file -s /dev/hd*
I tried that and got
linux-gmsj:~ # file -s /dev/hda*
/dev/hda: x86 boot sector; partition 1: ID=0x7, active, starthead 1,
startsector 63, 16386237 sectors; partition 2: ID=0x83, starthead 0,
startsector 16386300, 48195 sectors; partition 3: ID=0xf, starthead 0,
startsector 16434495, 23438835 sectors, code offset 0x48
/dev/hda1: x86 boot sector, code offset 0x52, OEM-ID "NTFS ",
sectors/cluster 8, reserved sectors 0, Media descriptor 0xf8, heads 255,
hidden sectors 63, dos < 4.0 BootSector (0x80)
/dev/hda2: Linux rev 1.0 ext2 filesystem data (mounted or unclean)
/dev/hda3: x86 boot sector; partition 1: ID=0x82, starthead 1,
startsector 63, 1060227 sectors; partition 2: ID=0x5, starthead 0,
startsector 1060290, 10249470 sectors, extended partition table
/dev/hda5: Linux/i386 swap file (new style) 1 (4K pages) size 132527 pages
/dev/hda6: Linux rev 1.0 ext3 filesystem data (needs journal recovery)
(large files)
/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:~ #
I don't know what else to try.
Damon Register
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]