Mail Archives: cygwin/2012/01/30/04:15:27
On Jan 29 23:31, 斟酌鵬兄 wrote:
> $ fdisk -l
>
> Disk /dev/sda: 1000.0 GB, 999999930368 bytes
> 255 heads, 63 sectors/track, 121576 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 512 bytes / 512 bytes
> Disk identifier: 0xf59a3e23
>
>   Device Boot    Start     End    Blocks  Id  System
> /dev/sda1 Â * Â Â Â Â Â 1 Â Â Â Â Â 13 Â Â Â 102400 Â Â 7 Â HPFS/NTFS
> Partition 1 does not end on cylinder boundary.
> /dev/sda2 Â Â Â Â Â Â Â 13 Â Â Â 13068 Â 104857600 Â Â 7 Â HPFS/NTFS
> /dev/sda3 Â Â Â Â Â 13068 Â Â Â 121577 Â 871599104 Â Â 7 Â HPFS/NTFS
>
> Disk /dev/sdb: 2000 MB, 2000683008 bytes
> 1 heads, 63 sectors/track, 62025 cylinders
> Units = cylinders of 63 * 512 = 32256 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 512 bytes / 512 bytes
> Disk identifier: 0x00000000
>
>   Device Boot    Start     End    Blocks  Id  System
> /dev/sdb1 Â * Â Â Â Â Â 7 Â Â Â 61902 Â Â 1949696 Â Â 6 Â FAT16
> Partition 1 does not end on cylinder boundary.
>
>
> Penguin AT Penguin-PC /mnt
> $ mount /dev/sda1 /mnt/m2GCard/
> mount: /mnt/m2GCard/: Invalid argument
>
>
>
> I've googled for long time and couldn't found a solution...
>
> Any ideas?
Yes, read the User's Guide:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
Bottom line is, you can't mount disk devices. You can only mount Win32
paths. Assuming your thumb drive is mounted as drive X:, then you can
mount it with
mount X: /mnt/m2GCard
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Project Co-Leader cygwin AT cygwin DOT com
Red Hat
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
- Raw text -