[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problem with /pen



--- "Roberto C. Sanchez" <roberto@familiasanchez.net> ha scritto: 
> > > > i encounter the following problem when i try to mount my usb pen on debian sarge, kernel
> 2.6.8
> > > > 
> > > > ~:$ mount /pen
> > > > mount: special device /mnt/sda1 does not exist
> > > > 
> > > 
> > > With the drive plugged in, what is the output of 'lsusb' (you may need
> > > to install the usbutils package if you don't already have it) 
> > here's the output
> > 
> > ~# lsusb
> > Bus 004 Device 001: ID 0000:0000
> > Bus 003 Device 001: ID 0000:0000
> > Bus 002 Device 001: ID 0000:0000
> > Bus 001 Device 007: ID 05dc:0080 Lexar Media, Inc. Jumpdrive Secure 64MB
> > Bus 001 Device 001: ID 0000:0000
> > 
> > 
> > >and what
> > > is the output of 'fdisk -l /dev/sda'?
> > here's the other one
> > 
> > ~# fdisk -l /dev/sda
> > 
> > Disk /dev/sda: 128 MB, 128974848 bytes
> > 8 heads, 32 sectors/track, 984 cylinders
> > Units = cylinders of 256 * 512 = 131072 bytes
> > 
> >    Device Boot      Start         End      Blocks   Id  System
> > /dev/sda1   *           1         979      125296    6  FAT16
> > 
> > 
> 
> That is quite strange.  Did you try mounting it and specifying the
> filesystem type?  Something like 'mount -t vfat /dev/sda1 /pen' may yield
> better results?  
> You may also want to try fat and msdos as filesystem
> types.  Also, make sure that the filesystems, msdos, fat and vfat are
> compiled into the kernel or loaded as modules.  You can see a complete
> list of the file systems your kernel can handle by running 'cat
> /proc/filesystems'.

here my /proc/filesystems

~# cat /proc/filesystems
nodev   sysfs
nodev   rootfs
nodev   bdev
nodev   proc
nodev   sockfs
nodev   futexfs
nodev   tmpfs
nodev   pipefs
nodev   eventpollfs
nodev   devpts
        cramfs
nodev   ramfs
nodev   devfs
nodev   mqueue
        ext3
nodev   usbfs
nodev   usbdevfs
        iso9660
        vfat

and i add here my /etc/fstab too
# /etc/fstab: static file system information.
#
# <file system> <mount point>  <type>   <options>                   <dump>  <pass>
/dev/hda3       /               ext3    defaults,errors=remount-ro      0       1
/dev/hda4       /home           ext3    defaults                        0       2
/dev/hda2       none            swap    sw                              0       0
proc            /proc           proc    defaults                        0       0
/dev/fd0        /floppy         auto    defaults,user,noauto            0       0
/dev/cdrom      /cdrom          iso9660 defaults,ro,user,noauto         0       0
/mnt/sda1       /pen            vfat    noauto,user,async,rw            0       0


maybe, should i substitute /mnt/sda1 with /dev/sda1 in /etc/fstab ??



Roberto


	

	
		
___________________________________ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it



Reply to: