In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)05/31 Report--
OpenSUSE mount partition and instance application is how, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain in detail for you, people with this need can come to learn, I hope you can gain something.
This HOWTO describes step by step the process of installing openSUSE using an iso image as an example. You. * if the prompt cannot be found, you have specified the wrong partition and directory.
1.openSUSE mount manual mount
FAT32
Mount / dev/hda5-o umask=0-o iocharset=utf8-o rw / mnt/D
(/ dev/hda5: partition location; iocharset=utf8: identify Chinese; umask=0: ensure that ordinary users can also enter the mounted partition; rw: read and write operations; / mnt/D: mount location)
NTFS
Mount-o umask=0-o iocharset=utf8 / dev/hda6 / mnt/E
2.openSUSE mount auto mount
> su
> gedit / etc/fstab
Add the following to fstab
FAT32
/ dev/hda5 / mnt/D vfat rw,umask=0,dmask=0,fmask=111,iocharset=utf8 0 0
NTFS
/ dev/hda6 / mnt/E ntfs ro,umask=0,dmask=0,fmask=111,iocharset=utf8 0 0
(rw in option means read&write,ro for read only, or you can use defaults)
3.openSUSE mount unmount partition
Umount mounted partitions (e.g. / dev/hda4)
An example of 4.openSUSE mount application
Add the following to my system:
/ dev/hda1 / mnt/C vfat defaults,umask=0,dmask=0,fmask=111,iocharset=utf8 0 0
/ dev/hda5 / mnt/D ntfs defaults,umask=0,dmask=0,fmask=111,iocharset=utf8 0 0
/ dev/hda6 / mnt/E ntfs defaults,umask=0,dmask=0,fmask=111,iocharset=utf8 0 0
/ dev/hda7 / mnt/F vfat defaults,umask=0,dmask=0,fmask=111,iocharset=utf8 0 0
Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.