This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Trying to mount /dev/sdb1


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@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]