English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i have a driver in usb drive (ethtool driver)
i want to upgrade this ethool in my system

after i cd into usb drive, i unzip file by the command
tar zxvf ethool-5.tar.tar
but it show error, said no permitted
how i can upgrade my ethtool driver
i don't know about linux, just learn basic command on linux
please help me
thanks

2007-05-01 19:02:35 · 2 answers · asked by NV 1 in Computers & Internet Programming & Design

2 answers

You need to copy the file from the USB drive to the system you want to upgrade then try the tar command. Otherwise you will be unzipping it on the USB drive.

So use cp /usbdrive/ethool-5.tar.tar /whereverlocaldrive/ethool-5.tar.tar then

tar -zxvd (dont forget the -) ethool-5.tar.tar

Depending on the version of linux etc there is probably a system installer that would make this easier.. like yum or yast or apt etc.

2007-05-02 00:16:15 · answer #1 · answered by Tracy L 7 · 0 0

If you are trying to unzip in your usb drive, make sure you have permission to write on that drive. You could just try coping to a temporary place on your local machine. I do know that you have to install NTFS drivers to access that filesystem. I am assuming that your USB drive is NTFS and your linux is ext3

2007-05-01 19:16:26 · answer #2 · answered by John 5 · 0 0

fedest.com, questions and answers