Shutdown: Shell type: halt
USB: you must mount it
i want shutdown PC after use BT4,and help me use USB,I can't use USB in BT 4
Shutdown: Shell type: halt
USB: you must mount it
To Shutdown:
To RebootCode:shutdown -h now
Code:shutdown -r now
Make a directory to mount the drive to:
Mount the USB drive:Code:sudo mkdir /mnt/sdb1
note: you may have to substitue b for c or d etc.Code:mount /dev/sdb1 /mnt/sdb1
Code:root@holiganvn:~# sudo mkdir /mnt/sdb1 mkdir: cannot create directory `/mnt/sdb1': File exists root@holiganvn:~# mount /dev/sdb1 /mnt/sdb1 mount: /dev/sdb1 already mounted or /mnt/sdb1 busy mount: according to mtab, /dev/sdb1 is already mounted on /mnt/sdb1
i doing use USB ,do you mount successful and I can usb?
Assuming this is a pen drive, according to the above, your USB is already mounted properly. To access the files on it you can use a GUI browser like Konqueror and navigate to "media" or to "/mnt/sdb1". You can also access them via the command line:
Code:cd /mnt/sdb1 ls
Is this a USB drive or wireless adapter?
thanks,and how to copy file in USB out desktop,please help me
Code:root@holiganvn:~# cd /mnt/sdb1 root@holiganvn:/mnt/sdb1# ls 100006-DragonFlower.tar.gz iframe 101304-CatBlackG.tar.gz maz002.rar 1515-tam-quan-trong-cua-update-metasploit-attack.html md 1515-tam-quan-trong-cua-update-metasploit-attack_files metasploit.odt 2 - hydra.mp4 msf console.rar 251.pdf phan mem 68411-Mac4Lin_GTK_Aqua_v0.3.tar.gz recycle CIA_GDM_Theme_by_Raynman37.gz recycler Cygwin tuto.pdf restore Nessus-4.0.1-ubuntu804_i386.deb unix etc;passwd.avi virus girl xinh vnc.rar hacking
Still not underestimating the power...
There is no such thing as bad information - There is truth in the data, so you sift it all, even the crap stuff.
how to log to USB, I hate use command line,or you can help me copy all file to Desktop,thanksCode:100006-DragonFlower.tar.gz iframe 101304-CatBlackG.tar.gz maz002.rar 1515-tam-quan-trong-cua-update-metasploit-attack.html md 1515-tam-quan-trong-cua-update-metasploit-attack_files metasploit.odt 2 - hydra.mp4 msf console.rar 251.pdf phan mem 68411-Mac4Lin_GTK_Aqua_v0.3.tar.gz recycle CIA_GDM_Theme_by_Raynman37.gz recycler Cygwin tuto.pdf restore Nessus-4.0.1-ubuntu804_i386.deb unix etc;passwd.avi virus girl xinh vnc.rar hacking
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.