Keresés

Hirdetés

Új hozzászólás Aktív témák

  • smilecat

    aktív tag

    válasz Nisti #425 üzenetére

    Na ez jó ha linuxal foglalkozol :D
    Adnék is egy feladatot ill kérés lenne.
    Fel szeretném cserélni a tablet sd-jét a külső sd-re. Tehát amit eddig külsőnek látott azt szeretném belső tárhelynek a méret miatt.
    Ez a vold.fstab tartalma ahol nem tudom pontosan melyiket kell felcserélnem ill az elérési utat pontosan megadnom. Tudsz ebben segíteni?

    Köszi

    #######################
    ## Regular device mount
    ##
    ## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
    ## label - Label for the volume
    ## mount_point - Where the volume will be mounted
    ## part - Partition # (1 based), or 'auto' for first usable partition.
    ## <sysfs_path> - List of sysfs paths to source devices
    ######################

    ## Example of a standard sdcard mount for the emulator / Dream
    # Mounts the first usable partition of the specified device
    #dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
    dev_mount flash /mnt/sdcard auto /devices/virtual/mtd/mtd9/mtdblock9
    dev_mount sdcard /mnt/external_sd auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0
    dev_mount udisk /mnt/usb_storage auto /devices/platform/usb20_otg/usb1

    ## Example of a dual card setup
    # dev_mount left_sdcard /sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
    # dev_mount right_sdcard /sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/msm_sdcc.3/mmc_host/mmc1

    ## Example of specifying a specific partition for mounts
    # dev_mount sdcard /sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1

Új hozzászólás Aktív témák