با سلام
به تاپیک زیر مراجعه کنید:
موفق باشید.کد:http://forum.p30world.com/showthread.php?t=288749
Printable View
با سلام
به تاپیک زیر مراجعه کنید:
موفق باشید.کد:http://forum.p30world.com/showthread.php?t=288749
دوست عزیز شما باید فلشتون رو فرمت کنید اگه اطلاعات توی فلشتون خیلی حیاتی هست نرم افزارهایی هستند که می تونید اطلاعات داخل فلشتون رو قبل از فرمت بازیابی کنید توی سری مجموعه نرم افزارهای لرد 2011 هست
سپس طبق این دستورات پیش برید و مشکل به راحتی حل خواهد (دقت کنید که فلش شما فرمت می شود)
Open a command prompt and execute the following commands to create a partition (explanation in bracket, which should be ignored):
- Diskpart (text-mode command interpreter to manage objects such as disks, partitions, or volumes)
- list disk (displays a list of disks and information about them)
- select disk 1 (assuming the USD key is detected as disk 1 from the list generated by “list disk” command. This setting must be correct or else you may accidentally wipe out the hard disk instead.)
- clean (removes any and all partition or volume formatting from the disk with focus)
- create partition primary
- select partition 1 (the only primary partition created by command above)
- active
- format fs=fat32 (use FAT32 file system)
- assign (assigns a drive letter or mount point to the volume with focus)
- exit
اگر فلش شما 8 گیگ به بالاست به صورت ntfs فرمت کنید