Çì³î¿¡¼­ exFAT Àд ¹ý

NICN   
   Á¶È¸ 10017   Ãßõ 0    

출처는 다음과 같습니다 https://xpenology.com/forum/topic/6715-exfat-for-dsm-50-amp-dsm-60/#comment-61360


번거롭긴하지만 정 급하면 이렇게도 되긴 됩니다. 따라해봤는데 쉽게 되네요. 절차를 간단하게 어떻게 해 볼 수도 있을거 같긴한데 능력이 안 돼서 패스...


혹시 더 간단한 방법을 아시는 분은 공유 부탁드립니다~


1. Enabled root user via ssh:

sudo su -
synouser --setpw root your_new_root_password

2. Login as root user via ssh:

ssh root@nas_ip_address

3. Download and install the exfat-fuse package as the following code:

It seems DSM 5.0 is 32bit linux, and DSM 6.0 is 64bit version, please download different packages.

DSM 5.0

wget -P /tmp/ http://mirrors.kernel.org/ubuntu/pool/universe/f/fuse-exfat/exfat-fuse_1.2.3-1_i386.deb
dpkg -x /tmp/exfat-fuse_1.2.3-1_i386.deb /tmp/exfat-fuse/
cp /tmp/exfat-fuse/sbin/mount.exfat-fuse /usr/bin/

DSM 6.0

wget -P /tmp/ http://mirrors.kernel.org/ubuntu/pool/universe/f/fuse-exfat/exfat-fuse_1.2.3-1_amd64.deb
dpkg -x /tmp/exfat-fuse_1.2.3-1_amd64.deb /tmp/exfat-fuse/
cp /tmp/exfat-fuse/sbin/mount.exfat-fuse /usr/bin/

4. Create a Shared Folder in Control Panal, e.g. usbexfat in Volume1

5. Plug the usb device with exFAT format, and in ssh:

fdisk -l

find out the exFAT device like this:

DSM 5.0

Device     Boot Start     End Sectors  Size Id Type
/dev/sdu1         256 7823654 7823399  3.7G  7 HPFS/NTFS

DSM 6.0

Device     Boot Start     End Sectors  Size Id Type
/dev/sdu1         256 7823654 7823399  3.7G  7 HPFS/NTFS/exFAT

6. Mount the exFAT partition:

mount.exfat-fuse /dev/sdu1 /volume1/usbexfat -o nonempty

7. Then can read & write the exFAT partition in Shared Folder usbexfat.

8. Unmount the exFAT partition:

umount /volume1/usbexfat

9. Eject the usb device in Control Panel or ssh:

eject -F /dev/sdu1
ªÀº±Û Àϼö·Ï ½ÅÁßÇÏ°Ô.
Squirrel 2017-08
DSM 6 ºÎÅÍ´Â exFAT  ¶óÀ̼±½º¸¦ º°µµ·Î ÆǸŠÁßÀε¥ µ· ¾Æ³¢·Á¸é ÀÌ·± ¹æ¹ýÀ» ½á¾ßÇÏ³×¿ä ¤¾¤¾...
shimss 2017-08
ÁÁÀº Á¤º¸ °¨»ç ÇÕ´Ï´Ù

Àú´Â Çì³î»ç¿ëÀÚ·Î WIN10-PRO VMWARE Workstation¿¡ ssd disk winºÎÆðú
  ssd¿¡ vm ÆÄÀÏ Çì³î½ÇÇà  1°³ÀÇ pysical disk¿¡ ½Ì±Û 3T HDD¿¡ basic ext4 À¸·Î »ç¿ëÁß ÀÔ´Ï´Ù

1) ½Ã³î¿¡ hdd º¯°æ½Ã °ú°Å hddd¸¦ usb ¸¶¿îÆ®ÇÏ¿©  ¹é¾÷¿ë usb»õ·Î¿î Hdd¿¡ ÀÚ·á º¹¿ø¿¡ À¯¿ëÇϰڳ׿ä
2) ´Ï´ª½º¿¡ usb ºÙÀÌ´Â°Í º¸´Ù°£´ÜÈ÷ ÆíÇϰڳ׿ä

Ãßõ¹× ÀÚ·á ³»¿ë º¸°ü Æß ÇÕ´Ï´Ù.....11q.kr
´Ù³ªÁÒ 2018-12
2TB ÀÌ»ó GPT ÆÄƼ¼ÇÀº ÀνÄÀÌ ¾ÈµÇ³×¿ä.
2TB GPT ÆÄƼ¼Ç ÀÎ½Ä ºÒ°¡·Î MBR È®Àå ÃʱâÈ­½Ã ¹Ù·Î Àνİ¡´É
4TB MBR º¯°æ½Ã 2TB 2°³·Î ÆÄƼ¼Ç ºÐ¸®µÊ(MBR Ư¼º»ó 2TB ÀÌ»ó ÀνĺҰ¡) Á¤»ó ÀνÄ
4TB GPT º¯°æ½Ã ÀνĺҰ¡...
Á¦ Áö½ÄÀ¸·Î ÇÑ°è¿¡ ºÎµúÇô °á±¹ 2TB MBR exfat ·Î ÀνÄÇÏ¿© ÀÚ·á º¹»ç ÇÏ¿©
PC¿¡¼­ 4TB GPT exfat ¿ÜÀåÇϵå·Î º¹»çÇؼ­ ¿Å°å½À´Ï´Ù.
PS4¿ë ÀÚ·á¶ó ¾î¿¼ö ¾ø´Â ¼±ÅÃÀ̾ú½À´Ï´Ù.


óÀ½À¸·Î (218,302)
Á¦¸ñ
2CPU : ÆǸŠ15:02   4   bizwiz
2CPU : ÆǸŠ15:01   6   bizwiz
2CPU : ÆǸŠ14:47   66   Á¾ÇÕ¸¸¹°»ó
2CPU : ÀÚÀ¯°Ô½ÃÆÇ 14:45   43   À̹®¿µ
2CPU : ÆǸŠ14:39   41   ½Ã°ñ³ëÀÎ
2CPU : ÆǸŠ14:38   11   ¹ü¾î¸®
2CPU : ÆǸŠ14:29   116   okÇØÇÇÄÄ
2CPU : ±¸¸Å 14:25   29   bizwiz
2CPU : ÆǸŠ14:10   90   Á¶¼Á
2CPU : ÀÚÀ¯°Ô½ÃÆÇ 14:08   98   ¹Î°æ¿­
2CPU : ÆǸŠ14:04   60   ¿ùµå¯
2CPU : ÆǸŠ14:02   64   ¿ùµå¯
2CPU : ÆǸŠ13:59   45   ºñ°¡³»¸®´Â
2CPU : ÆǸŠ13:59   51   ¿ùµå¯
2CPU : ÆǸŠ13:58   105   ¹Î°æ¿­