[ubuntu-hu] DVD-RAM
kerekes
kerekes at ahol.com
2006. Nov. 23., Cs, 17:18:38 GMT
itt tartok:
PT írta:
> mkudffs /dev/sr0
erre a válasz ez volt:
trying to change type of multiple extents
> XP kezeli az udfst.
> Kerdes eloszor mire formaztad oket?
>
fat32, de átformáztam udf 2.0-ra . Ezt se látta ubuntuval
most udf 1.5-s
> mount -t udf /dev/sr0 /mnt/dvdram
>
>
erre mondja, hogy a dev/sr0 nem létezik
csináltam egy /dev/sr0 -t mkdir -rel
azt írja ki, hogy a /dev/sr0 nem blokk eszköz
, MAKEDEV talán jobb ötlet, még tanulgatom.
MAKEDEV -v sr0,
nem működik
mkudffs --media-type=dvdram /dev/hdc
-m nem ismert opció
------------------------
ezt találtam. ez segítene?
* Can I use UDF format of DVD-RAM ? (read-write OK!)
o The DVD-RAM drive use both FAT format and UDF format on
Windows. On Linux, we use usually ext2 format, moreover, VFAT of Windows
and iso9660 format of CD-ROM, but we can not use UDF format.
o In an article at comp.os.linux.hardware, a Web page was
introduced. According to the Web page, we can access UDF format. We can
access UDF format as read-write mode using new version.
o You work following process.
+ su
+ cd /usr/src
+ tar xfvz udf-0.8.3.tar.gz
+ cd udf-0.8.3
+ cd patch
+ make
+ (Perhaps you encount an error if you are introducing
new kernel. Please execute "cd /usr/src/linux; make dep" before above
"make", then try again.)
+ make apply
+ cd /usr/src/linux
+ make menuconfig
+ There is an entry about UDF on filesystem, therefore
you must check it Y or M.
+ make dep; make clean; make bzlilo; make modules; make
modules_install
o Reboot your Linux system.
o Coming up the system, then you make a mount point.
+ mkdir /mnt/udf
o Now, you test to mount.
+ mount -t udf /dev/sda /mnt/udf
o (After the test$B!$(Byou may modify /etc/fstab. General
user can mount using the command "mount /mnt/udf".)
+ vi /etc/fstab
/dev/sda /mnt/udf udf user,noauto,ro,suid,exec 0 0
További információk a(z) ubuntu-hu levelezőlistáról