主頁(yè) > 知識(shí)庫(kù) > Solaris系統(tǒng)上Mount(掛載) NTFS / FAT32 / FAT16 / EXT2 / EXT3文件系統(tǒng)

Solaris系統(tǒng)上Mount(掛載) NTFS / FAT32 / FAT16 / EXT2 / EXT3文件系統(tǒng)

熱門標(biāo)簽:模型地圖標(biāo)注 鳳城市地圖標(biāo)注app 怎樣使用奧維地圖標(biāo)注位置 菏澤監(jiān)獄親情電話機(jī)器人 臨沂ai電銷機(jī)器人價(jià)格 黃石外呼saas系統(tǒng) 地圖標(biāo)注怎么上交呢 揭陽(yáng)外呼系統(tǒng)收費(fèi) 濟(jì)南呼叫中心外呼系統(tǒng)如何

這是個(gè)在OpenSolaris的論壇中經(jīng)常會(huì)被問(wèn)到的問(wèn)題。其解決方法如下。需要注意的是,Mount后NTFS / EXT2 / EXT3只能讀。
 

  • 下載并安裝如下軟件包
    • FSWpart - 打印分區(qū)表信息
      下載:wget http://www.belenix.org/binfiles/FSWpart.tar.gz

      解壓縮:gunzip -c FSWpart.tar.gz | tar xf -
      安裝:pkgadd -d . FSWpart
    • FSWfsmisc - 在OpenSolaris上支持NTFS和EXT2FS文件系統(tǒng)
      下載:wget http://www.belenix.org/binfiles/FSWfsmisc.tar.gz

      解壓縮:gunzip -c FSWfsmisc.tar.gz | tar xf -
      安裝:pkgadd -d . FSWfsmisc
  • 打印分區(qū)信息
    首先運(yùn)行不帶參數(shù)的prtpart以獲得磁盤的物理設(shè)備名稱,通常是cNdNp0。
    # prtpart

    Fdisk information for device /dev/rdsk/c0d0p0

    Block Size : 512 bytes
    Controller : ide
    Disk       : cmdk
    Capacity   : 93 GB

    #  start block  # nblocks    startCylSecHd endCylSecHd   OSType
    1: 0000000063   0102398247     0/ 1/ 1    ff/ff/fe      IFS: NTFS
    2: 0102398310   0092952090    ff/ff/fe    ff/ff/fe      Solaris x86


    這里磁盤的ID是c0d0p0,再運(yùn)行如下命令以打印所有的邏輯設(shè)備和分區(qū)類型
    # prtpart /dev/rdsk/c0d0p0 -ldevs

    Fdisk information for device /dev/rdsk/c0d0p0

    ** NOTE **
    /dev/dsk/c0d0p0      - Physical device referring to entire physical disk
    /dev/dsk/c0d0p1 - p4 - Physical devices referring to the 4 primary partitions
    /dev/dsk/c0d0p5 ...  - Virtual devices referring to logical partitions

    Virtual device names can be used to access EXT2 and NTFS on logical partitions

    /dev/dsk/c0d0p1 IFS: NTFS
    /dev/dsk/c0d0p2 Solaris x86


     
  • Mount分區(qū)
    Mount NTFS分區(qū)
    # mount -F ntfs /dev/dsk/c0d0p1 /Windows

    Mount FAT32 / FAT16
    # mount -F pcfs /dev/dsk/c0d0pnumber> /Windows

    Mount Ext2 / Ext3
    # mount -F ext2fs /dev/dsk/c0d0pnumber> /Linux


     

  • Umount分區(qū)
    打印mount信息
    # xlsmounts
      PHYSICAL DEVICE                 LOGICAL DEVICE      FS    PID         ADDR Mounted on
      /dev/dsk/c0d0p1                /dev/dsk/c0d0p1    ntfs   1118  127.0.0.1:/ /Windows

    Umount
    # xumount /Windows

標(biāo)簽:邵陽(yáng) 企業(yè)管理 人事邀約 泰安 撫順 漳州 甘孜 十堰

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《Solaris系統(tǒng)上Mount(掛載) NTFS / FAT32 / FAT16 / EXT2 / EXT3文件系統(tǒng)》,本文關(guān)鍵詞  Solaris,系統(tǒng),上,Mount,掛載,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《Solaris系統(tǒng)上Mount(掛載) NTFS / FAT32 / FAT16 / EXT2 / EXT3文件系統(tǒng)》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于Solaris系統(tǒng)上Mount(掛載) NTFS / FAT32 / FAT16 / EXT2 / EXT3文件系統(tǒng)的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章