Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to mount new partitions in linux?

linux Mount partitions
0
Posted

How to mount new partitions in linux?

0

Make a directory for mount point for example windows in /mnt: mkdir /mnt/windows now want to mount the D drive with fat32 file system in /mnt/windows: mount -t vfat /dev/hda5 /mnt/windows For automount, add the partition to the /etc/fstab, open the /etc/fstab in an editor for example in gedit with gedit /etc/fstab, and add this line: /dev/hda5 /mnt/windows vfat defaults 1 2 Top

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123