Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
drives [2015/07/14 23:54]
slackermedia
drives [2017/05/15 11:59]
127.0.0.1 external edit
Line 1: Line 1:
-[[{arrowp.png|border:​0;​background:​none;​width:​0;​display:​inline-block;​position:​absolute;​top:​0;​left:​0;​}dotdesktop|]] 
- 
-[[{arrown.png|border:​0;​background:​none;​width:​0;​display:​inline-block;​position:​absolute;​top:​0;​margin-left:​2.5em;​}mimetypes|]] 
- 
 ======Hard Drives and Linux====== ======Hard Drives and Linux======
  
Line 74: Line 70:
  
 <WRAP indent> <WRAP indent>
-Determine the device node of the drive you are going to format by first seeing what drives are already part of your system:+Determine the device node of the drive you are going to format by first seeing what drives are already part of your system
 + 
 +Use the ''​lsblk''​ command to view all block devices (hard drives) attached to your computer. If the ''​lsblk''​ command is not clear to you, or you want to double-check what it tells you, you can investigate further:
  
 <​code>​ <​code>​
Line 192: Line 190:
 </​code>​ </​code>​
  
-Now mount the drive by mounting all drives listed in ''/​etc/​fstab'':​+And finally, ​mount the drive by mounting all drives listed in ''/​etc/​fstab'':​
  
 <​code>​ <​code>​
-mount /storage+mount -a
 </​code>​ </​code>​
 </​WRAP>​ </​WRAP>​
Line 250: Line 248:
 Since it was primarily intended for optical media, creating a UDF volume is different from formatting a drive for any other filesystem. Since it was primarily intended for optical media, creating a UDF volume is different from formatting a drive for any other filesystem.
  
-Slackermedia recommends the UDF format for any external drive that you intend to use with more than just your own computer. It avoids file permission frustration,​ but maintains all the other UNIX features that one would expect from a drive. It works well on thumbdrives as well as tradition drives. By being a universal format, it ensures that the data that matters to you the most is always available to you, regardless of what OS you happen to have on hand.+Slackermedia recommends the UDF format for any external drive that you intend to use with more than just your own computer. It avoids ​both file permission frustration ​and file size limitations, but maintains all the other UNIX features that one would expect from a drive. It works well on thumbdrives as well as tradition drives. By being a universal format, it ensures that the data that matters to you the most is always available to you, regardless of what OS you happen to have on hand.
  
  
Line 268: Line 266:
  
 <​code>​ <​code>​
-mkudffs --blocksize=512 \+mkudffs ​--utf8 \ 
 +--blocksize=512 \
 --udfrev=0x0201 \ --udfrev=0x0201 \
 --lvid="​penguindf"​ \ --lvid="​penguindf"​ \
 --vid="​penguindf"​ \ --vid="​penguindf"​ \
---media-type=hd ​--utf8 ​\+--media-type=hd \
 /dev/sdx || echo "​failed"​ /dev/sdx || echo "​failed"​
 </​code>​ </​code>​
Line 374: Line 373:
 Accept the default options so that you are using all available space on the drive. Accept the default options so that you are using all available space on the drive.
  
-[{{ kvpm_fs.part.png | Create a partition on a drive.}}]+[{{ kvpm_part.png | Create a partition on a drive.}}]
  
 One the new partition appears, right-click on the partition inside the drive and choose **Filesystem operations** → **Make filesystem**. One the new partition appears, right-click on the partition inside the drive and choose **Filesystem operations** → **Make filesystem**.
Line 386: Line 385:
  
  
-[[{arrown.png|border:​0;​background:​none;​width:​0;​display:​inline-block;​float:​right;​}mimetypes|]][[{arrowp.png|border:​0;​background:​none;​width:​0;​float:​right;​}dotdesktop|]]+<WRAP centeralign>​ 
 +<wrap fa>[[dotdesktop|R]]</​wrap>​ <wrap fa>[[start|S]]</​wrap>​ <wrap fa>​[[mimetypes|Q]]</​wrap>​ 
 +</​WRAP>​