Results 1 to 10 of 11
hello guyz .. bit stupid question but i dont know so thats y asking here i plug in my LG FLATARON usb drive system detect but gives eror
cannot enter ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-23-2005 #1Linux Newbie
- Join Date
- Feb 2005
- Posts
- 137
how to mount usb drive
hello guyz .. bit stupid question but i dont know so thats y asking here i plug in my LG FLATARON usb drive system detect but gives eror
cannot enter media/usb/a4s(long no here)
so how can i fix it or use my usb is there any solution :S:: i dont know even a single word of linux ::
- 02-23-2005 #2Linux Newbie
- Join Date
- Feb 2005
- Posts
- 137
this is the ror
Could not enter folder /media/usb-storage-odd-0x090a-0x1001:0:0:0p1
:S plz any one help me :"(:: i dont know even a single word of linux ::
- 02-23-2005 #3Just Joined!
- Join Date
- Feb 2005
- Location
- Tunisia
- Posts
- 28
Re: this is the ror
Hi,
Try to enter on /proc/bus/usb/devices and find the reference of ur usb perepheral.
If it's there;
create a directory on /mnt/usb
try to mount the perepheral (if it's a flash disk for example) : mount /dev/sda1 /mnt/usb
good luck
- 02-23-2005 #4Linux Newbie
- Join Date
- Feb 2005
- Posts
- 137
i went there but
thnx man for replying but i enter proc and then usb then devices but only the folder named as 01, 02 , 03 , 04
and then file with this name i dont know the exetension
"
devices_please-use-sysfs-instead
also ... i forget to mention when i plug the usb then it ask that new hardware detected use it or not .. it ask this for 4 time and also there is 4 folders and i think there are 4 files in the usb
.. so
any idea plz help thnx
:: i dont know even a single word of linux ::
- 02-23-2005 #5Linux Newbie
- Join Date
- Feb 2005
- Posts
- 137
mounting gives :(
mount -t usbfs none /proc/bus/usb
it results in
mount: none already mounted or /proc/bus/usb busy
mount: according to mtab, usbfs is already mounted on /proc/bus/usb
linux:~ #
now i hope eror is clear to experts:: i dont know even a single word of linux ::
- 02-23-2005 #6
mohsin, try the following in the command line:
enter the rootpassword, thenCode:su
that should work, for a fuller tutorial, have a look here;Code:mkdir /mnt/usb mount /dev/sda1 /mnt/usb
dylunio
- 02-25-2005 #7Linux Newbie
- Join Date
- Feb 2005
- Posts
- 137
all in vain .. its another type i think file system is not matching ;9
:: i dont know even a single word of linux ::
- 02-25-2005 #8
mohsin, what filesystem is the drive? is it FAT32 or ntfs?
try the two following options:now enter the root password, thenCode:su
if that doesn't work try:Code:mount -t vfat /dev/sda1 /mnt/usb
dylunioCode:mount -t ntfs /dev/sda1 /mnt/usb
- 02-26-2005 #9Linux Newbie
- Join Date
- Feb 2005
- Posts
- 137
i'll try it . thnx for replying
:: i dont know even a single word of linux ::
- 02-07-2006 #10Just Joined!
- Join Date
- Feb 2006
- Posts
- 1
how i activated my USB after a long work...
Dear Mohsin and all at this thread,
Assalamo Alaikum Wa Rahmatullah,
i had the same problem as mohsin, i tried all the solutions provided here... but found 5 folders 02, 03......
what i did is as below...
*******************************
root@slax:~# fdisk -l
Disk /dev/scsi/host0/bus0/target0/lun0/disc: 40.0 GB, 40020664320 by
tes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End
Blocks Id System
/dev/scsi/host0/bus0/target0/lun0/part1 * 1 1001
8040501 83 Linux
/dev/scsi/host0/bus0/target0/lun0/part2 1002 1071
562275 82 Linux swap
Disk /dev/scsi/host3/bus0/target0/lun0/disc: 128 MB, 128450560 bytes
16 heads, 32 sectors/track, 490 cylinders
Units = cylinders of 512 * 512 = 262144 bytes
Device Boot Start End Blocks Id System
/dev/scsi/host3/bus0/target0/lun0/part1 * 1 490 125424 6 FAT16
root@slax:~# mount -t fat16 /dev/scsi/host3/bus0/target0/lun0/part1/mnt/usb
mount: fs type fat16 not supported by kernel
root@slax:~# mount -t fat /dev/scsi/host3/bus0/target0/lun0/part1 /mnt/usb
mount: fs type fat not supported by kernel
root@slax:~# mount -t vfat /dev/scsi/host3/bus0/target0/lun0/part1 /mnt/usb
root@slax:~# cd /mnt/usb
root@slax:/mnt/usb# ls
Install/ Personal/ RFQJavaDecember8th.doc* bookmark.htm*
New\ Folder/ Phone.txt* Readables/ emails.txt*
root@slax:/mnt/usb#
************************************************** ******
so i found.... my data..
Was'Salaam
Iqbal Sajid (+92 (300) CD-BILLS)
+92 (21) 111-CSM-CSM


Reply With Quote
