Linux中mount掛載命令的示例用法

來源:互聯網
上載者:User
關鍵字 Linux 示例用法 掛載命令

fat32分區

mount -o codepage=936,iocharset=cp936 /dev/hda7 /mnt/cdrom

ntfs 分區

mount -t ntfs -o codepage=936,iocharset=cp936 /dev/hda7 /mnt/cdrom

iso 檔

mount -o loop /abc.iso /mnt/cdrom

軟碟

mount /dev/fd0 /mnt/floppy

usb

mount /dev/sda1 /mnt/cdrom

cd光碟機

mount -t iso9660 -o iocharset=cp936,ro /dev/cdrom /mnt/cdrom

dvd光碟機
mount -t iso9660 -o iocharset=cp936,ro /dev/dvd /mnt/cdrom

mount -t udf /dev/dvd /mnt/cdrom

注意:dvd的格式一般為iso9660或udf之一

在有scsi硬碟的電腦上,應該先用fdisk -l /dev/sd? 來看看到底usb快閃記憶體盤是在哪個設備下(通常會是sdb1或者sdc1)。

所有/etc/fstab內容 mount –a,此命令還可以指定檔案格式"-t 格式", 格式可以為vfat, ext2,ext3等

例如,要自動將windows的d盤掛到/mnt/d上,用vi打開/etc/fstab,加入以下一行/dev/hda5 /mnt/d vfat defaults,codepage=936,iocharset=cp936 0 0

注意,先得手工建立一個/mnt/d目錄

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.