Hi David the H.
Tks for your advice.
Problem solved after running
# fdisk /dev/sdb
to remove partition.
Then ran
# mke2fs -j /dev/sdb
Now the USB enclosure can be detected whenever plugin
# cp /home/satimis/enclosure.txt /media/disk/
# ls /media/disk/
Code:
enclosure.txt lost+found
It is now ok
As user
$ cp enclosure.txt /media/disk/
Code:
cp: cannot create regular file `/media/disk/enclosure.txt': Permission denied
I can't copy file on the USB enclosure but I can read it.
Where can I set the permission. TIA
# lsusb
bash: lsusb: command not found
Which package I need to install? TIA
Quote:
udevmonitor show any action when it's plugged in?
|
# udevmonitor
bash: udevmonitor: command not found
Which package I need to install? TIA
# yum list udev
Code:
Loading "installonlyn" plugin
Setting up repositories
core [1/3]
core 100% |=========================| 1.1 kB 00:00
updates [2/3]
updates 100% |=========================| 1.2 kB 00:00
extras [3/3]
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 411 kB 00:05
updates : ################################################## 1084/1084
Added 189 new packages, deleted 220 old in 3.89 seconds
primary.xml.gz 100% |=========================| 1.5 MB 00:10
extras : ################################################## 5211/5211
Added 63 new packages, deleted 35 old in 6.62 seconds
Installed Packages
udev.x86_64 084-13.fc5.2 installed
It is there?
B.R.
satimis