Home > OS >  How to use the command line under Linux how to access the data on the other plate?
How to use the command line under Linux how to access the data on the other plate?

Time:09-19

My system there are two pieces of hard disk, one is a sda1, one is sda2, how can access to the other files on a hard drive? Through what command?

CodePudding user response:

Fdisk -l view system partition
Normal loading system will use a dish of sda (has good area)
New add hard disk SDB, visit then can
Fdisk partition/dev/SDB # # system
Mkfs.xfs/dev/sdb1 # # add file system
Mount/dev/sdb1/pub (new catalogue)

CodePudding user response:

The mount command,

CodePudding user response:

Has been solved, the mount point,
  • Related