Changes

From SME Server
Jump to navigationJump to search
382 bytes added ,  08:31, 28 September 2015
Line 89: Line 89:  
You can format your drive from your SME server using
 
You can format your drive from your SME server using
 
  mkfs.vfat -n MyLabel /dev/sdd1
 
  mkfs.vfat -n MyLabel /dev/sdd1
 +
Since this command will '''destroy irretrievably''' all information on the specified device (/dev/sdd1 in this case), be very sure you know exactly which device is the drive you want to format!
 +
 +
=====NTFS=====
 +
 +
You can format and use the NTFS if you install from [[epel]] ntfs-3g and ntfsprogs
 +
yum install ntfs-3g ntfsprogs --enablerepo=epel
 +
 +
then
 +
  mkfs.ntfs -n MyLabel /dev/sdd1
 
Since this command will '''destroy irretrievably''' all information on the specified device (/dev/sdd1 in this case), be very sure you know exactly which device is the drive you want to format!
 
Since this command will '''destroy irretrievably''' all information on the specified device (/dev/sdd1 in this case), be very sure you know exactly which device is the drive you want to format!
  

Navigation menu