Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
my 4gb pendrive was giving me some error while copying files into it,like-"cannot find the specified folder" or something like that. I formatted it in windows a number of times, but the problem wasnt solved. then I tried to format it with Gparted in ubuntu. then I got the following message:
GParted 0.3.5
Libparted 1.7.1
Format /dev/sdb1 as ext3 01:27 ( ERROR )
calibrate /dev/sdb1 00:00 ( SUCCES )
path: /dev/sdb1
start: 1096
end: 7856127
size: 7855032 (3.75 GiB)
set partitiontype on /dev/sdb1 00:00 ( SUCCES )
new partitiontype: ext3
create new ext3 filesystem 01:26 ( ERROR )
mkfs.ext3 /dev/sdb1
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
245760 inodes, 981879 blocks
49093 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=1006632960
30 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736
This filesystem will be automatically checked every 33 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
mke2fs 1.40.8 (13-Mar-2008)
1st check wheather ur h/w is ok or not,
try to format in fat partition with this
#mkfs.vfat /dev/sdb1
before formatting make sure pendrive is not mounted,if mounted 1st umount then format.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.