[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problema amb SCSI? (era USB mass storage)



On Tue, Feb 11, 2003 at 01:46:31PM +0100, Leopold Palomo Avellaneda wrote:
> Bé, això té pinta que scsi no està ben configurat, o emulat o punyetes varies.
> 
> D'un how-to "CD-writing" he tret aquest script:
> 
> 
> test `whoami` = 'root' || echo "You must be root to execute the commands."
> cd /dev/
> umask -S u=rwx,g=rwx,o-rwx
> [ -f loop0 ] \
>     || ./MAKEDEV loop \
>     || for i in 0 1 2 3 4 5 6 7; do mknod loop$i b 7 $i; done
> [ -f sg0 -o -f sga ] \
>     || ./MAKEDEV sg \
>     || for i in 0 1 2 3 4 5 6 7; do mknod sg$i  c 21 $i; done
> 
> això el que fa és són els dispositius. Potser podries porvar-ho. Jo no ho he 
> fet servir mai, no m'ha calgut, i em sobte que a debian et calgui. Potser 
> tens quelcom malament de l'instal·lació.


Fa mooolt de temps, amb Potato, X-CDRoast et feia això automàticament.
Podria ser una idea per a provar..



Pepe.


-- 
José Marcos Chalmés García - Public key ID: 0x6FDE933B / gnupg.org
www.polinux.upv.es - www.debian.org - www.gnu.org - www.bsd.org - ...
I use free software | Utilitze programari lliure | Uso software libre
---------------------------------------------------------------------
"All over the place, from the popular culture to the propaganda system,
there is constant pressure to make people feel that they are helpless,
that the only role they can have is to ratify decisions and to consume."
-- Noam Chomsky



Reply to: