Results 1 to 2 of 2
hello everybody
i am just trying to know if my usb port on my ip pbx which is based on linux
is working or not
i tried
ls/mnt
and
/dev/sda
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-07-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 1
how to mount usb on linux based ip pbx
hello everybody
i am just trying to know if my usb port on my ip pbx which is based on linux
is working or not
i tried
ls/mnt
and
/dev/sda
but i faced the problem which is
root:~> mount mnt
mount: can't find mnt in /etc/fstab
root:~> root:~> mount mnt
so how to open mnt fiole and chek my usb port status
given that i am using ip-08 ip pbx
thanx
- 06-08-2009 #2
Try.
$ su - root
$ mkdir /mnt/usb-drive
$ mount /dev/sda1 /mnt/usb-drive -t <filesystem type>


Reply With Quote
