[newbie] how to access dos formatted partition?

2000-01-26 Thread smilecat

How to access to the dos formatted partition?Can linux see the data in fat32 partition 
and manipulate them?


_
Ê׶¼ÔÚÏß--ÖйúÈ˵ÄÍøÉϼÒÔ° http://www.263.net
»¶Ð¦Ó­ÁúÄ꣬ÍøÉϱ¬¾ªÏ²£¡
¿ìÀ´·ÃÎÊÓ¢ÌضûÍøÕ¾http://www.intel.com/cn/gb/holiday



Re: [newbie] how to access dos formatted partition?

2000-01-26 Thread Frank Weber

its possible 
you have to edit the /etc/fstab or mount manually every time
1. in /etc/fstab
/dev/hda1   /dos_cvfatdefaults   0   0   (example) 
2. mount manually
mount /dev/hda1 -t vfat  /dos_c (see man mount)
don´t forget unmount
with greatings
***
Frank Weber
Technische Universität Berlin
Institut für Mechanik, 
Sekretariat  C8
Straße des 17. Juni 135
D-10623 Berlin
e-mail  [EMAIL PROTECTED]
tel:030 31421492

privat:
Roonstr.6 
12203 Berlin
e-mail  [EMAIL PROTECTED]
tel:030 84409407
***
---



Re: [newbie] how to access dos formatted partition?

2000-01-26 Thread John Aldrich

On Wed, 26 Jan 2000, you wrote:
 How to access to the dos formatted partition?Can linux see the data in fat32 
partition and manipulate them?
 
Yes! Specify filesystem type "vfat."
John