Aller au contenu
  • Pas encore inscrit ?

    Pourquoi ne pas vous inscrire ? C'est simple, rapide et gratuit.
    Pour en savoir plus, lisez Les avantages de l'inscription... et la Charte de Zébulon.
    De plus, les messages que vous postez en tant qu'invité restent invisibles tant qu'un modérateur ne les a pas validés. Inscrivez-vous, ce sera un gain de temps pour tout le monde, vous, les helpeurs et les modérateurs ! :wink:

[FIN] test dd sur vieux toshiba portable


Messages recommandés

Invité lowgrade
Posté(e)

La fourche m'a lingué , heu.. la langue m'a fourché:

 

un peu de fatigue.. :P :P

 

Remplace dans tous les posts Smart par Storage :

donc PythonStorage Devices Manager

 

mes confuses , heu.. excuses

 

@+

Posté(e)
Essaye de rouvrir une console root avec pysdm donc :

 

[alexandre@localhost ~]$ su root
Mot de passe :
[root@localhost alexandre]#pysdm

 

pour voir..

[alexandre@localhost ~]$ su root

Mot de passe :

[root@localhost alexandre]# pysdm

bash: pysdm: command not found

[root@localhost alexandre]#

Posté(e)
Oups! mouffles matinales sous les doigts :P

 

make

 

puis:

make-install

En exécutant ceci mais avec" make install" sans - :

 

[alexandre@localhost pysdm-0.4.1]$ make

Making all in po

make[1]: entrant dans le répertoire « /home/alexandre/Bureau/pysdm_0.4.1.orig/pysdm-0.4.1/po »

msgfmt es.po -o es.mo

install -d es/LC_MESSAGES/

install -m 444 es.mo es/LC_MESSAGES/pysdm.mo

install: ne peut enlever `es/LC_MESSAGES/pysdm.mo': Permission non accordée

make[1]: *** [es.mo] Erreur 1

make[1]: quittant le répertoire « /home/alexandre/Bureau/pysdm_0.4.1.orig/pysdm-0.4.1/po »

make: *** [all-recursive] Erreur 1

[alexandre@localhost pysdm-0.4.1]$ make install

Making install in po

make[1]: entrant dans le répertoire « /home/alexandre/Bureau/pysdm_0.4.1.orig/pysdm-0.4.1/po »

install -d /usr/local/share/locale/

install: Ne peut changer les permissions de `/usr/local/share/locale/': Aucun fichier ou répertoire de ce type

make[1]: *** [install] Erreur 1

make[1]: quittant le répertoire « /home/alexandre/Bureau/pysdm_0.4.1.orig/pysdm-0.4.1/po »

make: *** [install-recursive] Erreur 1

[alexandre@localhost pysdm-0.4.1]$

 

++

pll

Posté(e)

Re lowgrade,

et avec ceci ( toujours sans - ):

 

[root@localhost pysdm-0.4.1]# ./configure && make && make install

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking whether to enable maintainer-specific portions of Makefiles... no

checking for gconftool-2... /usr/bin/gconftool-2

checking for a Python interpreter with version >= 2.4... python

checking for python... /usr/bin/python

checking for python version... 2.5

checking for python platform... linux2

checking for python script directory... ${prefix}/lib/python2.5/site-packages

checking for python extension module directory... ${exec_prefix}/lib/python2.5/site-packages

checking for style of include used by make... GNU

checking for gcc... gcc

checking for C compiler default output file name... a.out

checking whether the C compiler works... yes

checking whether we are cross compiling... no

checking for suffix of executables...

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ANSI C... none needed

checking dependency style of gcc... none

checking how to run the C preprocessor... gcc -E

checking for egrep... grep -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking locale.h usability... yes

checking locale.h presence... yes

checking for locale.h... yes

checking for LC_MESSAGES... yes

checking libintl.h usability... yes

checking libintl.h presence... yes

checking for libintl.h... yes

checking for ngettext in libc... yes

checking for dgettext in libc... yes

checking for bind_textdomain_codeset... yes

checking for msgfmt... /usr/bin/msgfmt

checking for dcgettext... yes

checking for gmsgfmt... /usr/bin/msgfmt

checking for xgettext... /usr/bin/xgettext

checking for catalogs to be installed... es

configure: creating ./config.status

config.status: creating po/Makefile

config.status: creating Makefile

config.status: creating pysdm/release.py

config.status: executing depfiles commands

config.status: executing default-1 commands

Making all in po

make[1]: entrant dans le répertoire « /home/alexandre/Bureau/pysdm_0.4.1.orig/pysdm-0.4.1/po »

make[1]: Rien à faire pour « all ».

make[1]: quittant le répertoire « /home/alexandre/Bureau/pysdm_0.4.1.orig/pysdm-0.4.1/po »

make[1]: entrant dans le répertoire « /home/alexandre/Bureau/pysdm_0.4.1.orig/pysdm-0.4.1 »

make[1]: Rien à faire pour « all-am ».

make[1]: quittant le répertoire « /home/alexandre/Bureau/pysdm_0.4.1.orig/pysdm-0.4.1 »

Making install in po

make[1]: entrant dans le répertoire « /home/alexandre/Bureau/pysdm_0.4.1.orig/pysdm-0.4.1/po »

install -d /usr/local/share/locale/

cp -r ./es /usr/local/share/locale/

make[1]: quittant le répertoire « /home/alexandre/Bureau/pysdm_0.4.1.orig/pysdm-0.4.1/po »

make[1]: entrant dans le répertoire « /home/alexandre/Bureau/pysdm_0.4.1.orig/pysdm-0.4.1 »

make[2]: entrant dans le répertoire « /home/alexandre/Bureau/pysdm_0.4.1.orig/pysdm-0.4.1 »

test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"

/usr/bin/install -c 'scripts/pysdm' '/usr/local/bin/pysdm'

test -z "/usr/local/share/applications" || mkdir -p -- "/usr/local/share/applications"

/usr/bin/install -c -m 644 'data/pysdm.desktop' '/usr/local/share/applications/pysdm.desktop'

test -z "/usr/local/share/pysdm/fsdata" || mkdir -p -- "/usr/local/share/pysdm/fsdata"

/usr/bin/install -c -m 644 'pysdm/fsdata/constants.py' '/usr/local/share/pysdm/fsdata/constants.py'

/usr/bin/install -c -m 644 'pysdm/fsdata/default.py' '/usr/local/share/pysdm/fsdata/default.py'

/usr/bin/install -c -m 644 'pysdm/fsdata/ext2.py' '/usr/local/share/pysdm/fsdata/ext2.py'

/usr/bin/install -c -m 644 'pysdm/fsdata/ext3.py' '/usr/local/share/pysdm/fsdata/ext3.py'

/usr/bin/install -c -m 644 'pysdm/fsdata/fat.py' '/usr/local/share/pysdm/fsdata/fat.py'

/usr/bin/install -c -m 644 'pysdm/fsdata/__init__.py' '/usr/local/share/pysdm/fsdata/__init__.py'

/usr/bin/install -c -m 644 'pysdm/fsdata/ntfs.py' '/usr/local/share/pysdm/fsdata/ntfs.py'

/usr/bin/install -c -m 644 'pysdm/fsdata/reiserfs.py' '/usr/local/share/pysdm/fsdata/reiserfs.py'

/usr/bin/install -c -m 644 'pysdm/fsdata/swap.py' '/usr/local/share/pysdm/fsdata/swap.py'

/usr/bin/install -c -m 644 'pysdm/fsdata/xfs.py' '/usr/local/share/pysdm/fsdata/xfs.py'

Byte-compiling python modules...

constants.py default.py ext2.py ext3.py fat.py __init__.py ntfs.py reiserfs.py swap.py xfs.py

Byte-compiling python modules (optimized versions) ...

constants.py default.py ext2.py ext3.py fat.py __init__.py ntfs.py reiserfs.py swap.py xfs.py

test -z "/usr/local/share/pysdm" || mkdir -p -- "/usr/local/share/pysdm"

/usr/bin/install -c -m 644 'pysdm/__init__.py' '/usr/local/share/pysdm/__init__.py'

/usr/bin/install -c -m 644 'pysdm/blkid.py' '/usr/local/share/pysdm/blkid.py'

/usr/bin/install -c -m 644 'pysdm/constants.py' '/usr/local/share/pysdm/constants.py'

/usr/bin/install -c -m 644 'pysdm/fstab.py' '/usr/local/share/pysdm/fstab.py'

/usr/bin/install -c -m 644 'pysdm/options_ui.py' '/usr/local/share/pysdm/options_ui.py'

/usr/bin/install -c -m 644 'pysdm/pysdm.py' '/usr/local/share/pysdm/pysdm.py'

/usr/bin/install -c -m 644 'pysdm/sysfs.py' '/usr/local/share/pysdm/sysfs.py'

/usr/bin/install -c -m 644 'pysdm/SimpleGladeApp.py' '/usr/local/share/pysdm/SimpleGladeApp.py'

Byte-compiling python modules...

__init__.py blkid.py constants.py fstab.py options_ui.py pysdm.py sysfs.py SimpleGladeApp.py

Byte-compiling python modules (optimized versions) ...

__init__.py blkid.py constants.py fstab.py options_ui.py pysdm.py sysfs.py SimpleGladeApp.py

test -z "/usr/local/share/pysdm" || mkdir -p -- "/usr/local/share/pysdm"

/usr/bin/install -c -m 644 'data/pysdm.glade' '/usr/local/share/pysdm/pysdm.glade'

make[2]: quittant le répertoire « /home/alexandre/Bureau/pysdm_0.4.1.orig/pysdm-0.4.1 »

make[1]: quittant le répertoire « /home/alexandre/Bureau/pysdm_0.4.1.orig/pysdm-0.4.1 »

[root@localhost pysdm-0.4.1]#

 

ça a l' air mieux non :P .

++

pll

Posté(e)

Re lowgrade :P ,

oui, c' est bien mieux:

 

pysdm.th.jpg

 

Et maintenant, que dois je modifier ?

Merci encore pour ton aide :P .

A très bientôt.

pll

Posté(e)
HAAA! enfin, :P

 

sdg_1: coche "monter automatiquement" déja..

 

faudrait voir les autres onglets:

-général

-méta informations

PS: image shak me montre surtout une grenouille envahissante: :P

 

b3fa401887674ced286f50664e7d2394.png

essaye plutot : http://www.zimagez.com/ par ex ou autre http://www.hiboox.fr/

 

@+

Bonjour lowgrade :P ,

j' ai coché: "monter automatiquement" pour sdg_1, mais ça ne change rien :P .

Voici les infos demandées:

 

13a90ea1645e9b135b0de6f358540102.jpg

 

70965152dab3c3978e104ad43f9920d5.jpg

 

@+

pll

Invité lowgrade
Posté(e)

Bien;

 

Essaye de rajouter dans ton fstab (apres sauvegarde comme toujours)

 

/dev/sdg			 /media/floppy auto		 rw,user,auto,exec

 

rouvre pysdm et regarde ce que ca donne apres avoir fait "mount"

 

sinon verifier ceci:

 

fdisk -l grep | /sdg

 

@+

Posté(e)
Essaye de rajouter dans ton fstab (apres sauvegarde comme toujours)

 

/dev/sdg			 /media/floppy auto		 rw,user,auto,exec

Re lowgrade,j' ai rajouté ta ligne et le lecteur s' est monté :P .

Toutefois, il n' est pas possible de le démonter:

 

Malheureusement, le périphérique system:/media/sdg_1 (/dev/sdg) nommé Floppy Drive et actuellement monté dans /media/floppy n'a pas pu être démonté.

L'erreur suivante a été retournée par la commande de démontage :

[mntent]: AVERTISSEMENT: aucun nouvelle ligne finale à la fin de /etc/fstab

umount: seul root peut démonter /dev/sdg de /media/floppy

De plus, il a été détecté que les programmes listés ci-dessous utilisent toujours le périphérique. Vous devez les fermer ou changer leur dossier de travail avant de démonter le périphérique.

USER PID ACCESS COMMAND

/media/floppy: alexandre 8838 f.... kio_thumbnail

 

Je ne peux donc pas vérifier le formatage disquette qui semble disponible seulement lorsque cette dernière est démontée !

 

Au démarrage, en passant en mode détaillé, j' ai pu noter l' erreur suivante:

 

Mount: Vous devez spécifier le type de système fichier [ échec ].

 

Voici mon nouveau fstab:

 

/dev/sda5 / ext3 relatime 1 1

/dev/sda7 /home ext3 relatime 1 2

/dev/cdrom /media/cdrom auto umask=0022,users,iocharset=utf8,noauto,ro,exec 0 0

none /proc proc defaults 0 0

none /tmp tmpfs defaults 0 0

/dev/sda6 swap swap defaults 0 0

#none /sys/bus/usb/drivers usbfs devgid=504,devmode=664 0 0

/dev/fd0 /media/floppy0 auto rw,user,auto,exec

/dev/sdg /media/floppy auto rw,user,auto,exec

 

Dois je le laisser en l' état ?

A bientôt et merci :P .

pll

Rejoindre la conversation

Vous publiez en tant qu’invité. Si vous avez un compte, connectez-vous maintenant pour publier avec votre compte.
Remarque : votre message nécessitera l’approbation d’un modérateur avant de pouvoir être visible.

Invité
Répondre à ce sujet…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

  • En ligne récemment   0 membre est en ligne

    • Aucun utilisateur enregistré regarde cette page.
×
×
  • Créer...