Visualizzazione dei risultati da 1 a 3 su 3
  1. #1
    Utente di HTML.it
    Registrato dal
    Jan 2001
    Messaggi
    7,691

    montare file che contiene partizione

    Ciao,

    La puppy, quando installata su chiavetta, crea un file contenente ua partizione formattata in ext2 in cui ci salva le impostazioni e che aggiorna prima del shutdown salvandovi le modifiche e che ricarica al successivo boot. Il file è /dev/sda/pup_save-pup_saveprova2fs.2fs

    Vorrei montare questa partizione da un'altra distro. Ho provato da console di root con il comando



    [root@mandriva_2007_spring giorgio]# mount /media/disk/save-pup_saveprova2fs.2fs /mnt/puppy -t ext2 auto auto,users,rw,umask=000 0 0

    Ma il risultato non è quello voluto.


    Usage: mount -V : print version
    mount -h : print this help
    mount : list mounted filesystems
    mount -l : idem, including volume labels
    So far the informational part. Next the mounting.
    The command is `mount [-t fstype] something somewhere'.
    Details found in /etc/fstab may be omitted.
    mount -a [-t|-O] ... : mount all stuff from /etc/fstab
    mount device : mount device at the known place
    mount directory : mount known device here
    mount -t type dev dir : ordinary mount command
    Note that one does not really mount a device, one mounts
    a filesystem (of the given type) found on the device.
    One can also mount an already visible directory tree elsewhere:
    mount --bind olddir newdir
    or move a subtree:
    mount --move olddir newdir
    A device can be given by name, say /dev/hda1 or /dev/cdrom,
    or by label, using -L label or by uuid, using -U uuid .
    Other options: [-nfFrsvw] [-o options] [-p passwdfd].
    For many more details, say man 8 mount .
    [root@mandriva_2007_spring giorgio]#

    E' possibile e se si, quale comando devo usare ?

    Grazie
    ... S'i' fosse Giorgio, com'i' sono e fui,
    torrei le donne giovani e leggiadre:
    le vecchie e laide lasserei altrui....
    Non mandatemi PVT, mi dimentico sempre di leggerli ... mandatemi e-mail, se è il caso

  2. #2
    Non sono un esperto di Puppy, ma quello mi sembra un file di configurazione, devi leggerlo con un programma apposito, non montarlo come se fosse una partizione. :master:
    It's just another bombtrack...
    Ogni can mena la coa, ogni coion vö gi' la soa!

  3. #3
    Come non detto, prova con questo:

    mount -o loop /media/disk/save-pup_saveprova2fs.2fs /mnt/puppy
    It's just another bombtrack...
    Ogni can mena la coa, ogni coion vö gi' la soa!

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.