powered by simpleCommunicator - 2.0.61     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / Unix-системы [игнор отключен] [закрыт для гостей] / Mount DVD,CD-ROM
8 сообщений из 8, страница 1 из 1
Mount DVD,CD-ROM
    #33656364
Фотография Gooddy
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
У меня драйвер монтируется системой при установке диска автоматом с параметром ro. Где надо сделать изменения чтобы он монтировался с параметром rw??????


Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
Файл FSTAB

LABEL=/ / ext3 defaults  1   1 
devpts /dev/pts devpts gid= 5 ,mode= 620   0   0 
tmpfs /dev/shm tmpfs defaults  0   0 
proc /proc proc defaults  0   0 
sysfs /sys sysfs defaults  0   0 
LABEL=SWAP-hda2 swap swap defaults  0   0 
/dev/hda3 /mnt/ARHIVES ext3 defaults  0   0  

При установки CD

Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
Файл MTAB


/dev/hda1 / ext3 rw  0   0 
proc /proc proc rw  0   0 
sysfs /sys sysfs rw  0   0 
devpts /dev/pts devpts rw,gid= 5 ,mode= 620   0   0 
tmpfs /dev/shm tmpfs rw  0   0 
/dev/hda3 /mnt/ARHIVES ext3 rw  0   0 
none /proc/sys/fs/binfmt_misc binfmt_misc rw  0   0 
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw  0   0 
automount(pid1988) /net autofs rw,fd= 4 ,pgrp= 1988 ,minproto= 2 ,maxproto= 4   0   0 
/dev/hdc /media/Personal\040Data,\ 04004 . 04 . 2006  iso9660 ro,noexec,nosuid,nodev,uid= 500   0   0 
...
Рейтинг: 0 / 0
Mount DVD,CD-ROM
    #33657300
Фотография Oerr
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Все нормально, используйте для записи burncd или k3b

http://surgutnet.ru
...
Рейтинг: 0 / 0
Mount DVD,CD-ROM
    #33657998
no-dashi-v2
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
GooddyУ меня драйвер монтируется системой при установке диска автоматом с параметром ro.
Код: plaintext
1.
/dev/hdc /media/Personal\040Data,\ 04004 . 04 . 2006  iso9660 ro,noexec,nosuid,nodev,uid= 500   0   0 

У меня к вам множество вопросов, но действительно интересны только два:
1. С каких пор iso9660 стала писабельной ФС?!
2. Когда "драйверы" стали "монтироваться?!
...
Рейтинг: 0 / 0
Mount DVD,CD-ROM
    #33661043
Фотография Gooddy
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Я пытаюсь очистить диск а мне выдается следущее

Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
[root@localhost ~]# cdrecord dev=hdd blank=fast
Cdrecord-Clone  2 . 01 .01a03-dvd (i686-pc-linux-gnu) Copyright (C)  1995 - 2005  Jörg Schilling
NOTE: This version contains the OSS DVD extensions for cdrtools and thus may
      have bugs related to DVD issues that are not present in the original
      cdrtools. Please send bug reports or support requests to
      http://bugzilla.redhat.com/bugzilla The original cdrtools author should
      not be bothered with problems in this version.
scsidev: 'hdd'
devname: 'hdd'
scsibus: - 2  target: - 2  lun: - 2 
cdrecord: No such file or directory. Cannot open 'hdd'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
[root@localhost ~]# cdrecord dev=/dev/hdd blank=fast
Cdrecord-Clone  2 . 01 .01a03-dvd (i686-pc-linux-gnu) Copyright (C)  1995 - 2005  Jörg Schilling
NOTE: This version contains the OSS DVD extensions for cdrtools and thus may
      have bugs related to DVD issues that are not present in the original
      cdrtools. Please send bug reports or support requests to
      http://bugzilla.redhat.com/bugzilla The original cdrtools author should
      not be bothered with problems in this version.
scsidev: '/dev/hdd'
devname: '/dev/hdd'
scsibus: - 2  target: - 2  lun: - 2 
Error trying to open /dev/hdd exclusively ... retrying in  1  second.
Error trying to open /dev/hdd exclusively ... retrying in  1  second.
Error trying to open /dev/hdd exclusively ... retrying in  1  second.
Error trying to open /dev/hdd exclusively ... retrying in  1  second.
Error trying to open /dev/hdd exclusively ... retrying in  1  second.
Error trying to open /dev/hdd exclusively ... retrying in  1  second.
Error trying to open /dev/hdd exclusively ... retrying in  1  second.
Error trying to open /dev/hdd exclusively ... retrying in  1  second.
Error trying to open /dev/hdd exclusively ... retrying in  1  second.
Error trying to open /dev/hdd exclusively ... retrying in  1  second.
cdrecord: Device or resource busy. Cannot open '/dev/hdd'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
[root@localhost ~]#


Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
[root@localhost ~]# cdrecord -scanbus
Cdrecord-Clone  2 . 01 .01a03-dvd (i686-pc-linux-gnu) Copyright (C)  1995 - 2005  Jörg Schilling
NOTE: This version contains the OSS DVD extensions for cdrtools and thus may
      have bugs related to DVD issues that are not present in the original
      cdrtools. Please send bug reports or support requests to
      http://bugzilla.redhat.com/bugzilla The original cdrtools author should
      not be bothered with problems in this version.
scsidev: 'ATA'
devname: 'ATA'
scsibus: - 2  target: - 2  lun: - 2 
Linux sg driver version:  3 . 5 . 27 
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c- 1 . 85 -RH '@(#)scsi-linux-sg.c   1.85 05/05/16 Copyright 1997 J. Schilling').
scsibus1:
         1 , 0 , 0     100 ) 'SONY    ' 'CD-RW  CRX230E  ' 'QYS1' Removable CD-ROM
         1 , 1 , 0     101 ) 'LITE-ON ' 'COMBO LTC-48161H' 'KQHC' Removable CD-ROM
         1 , 2 , 0     102 ) *
         1 , 3 , 0     103 ) *
         1 , 4 , 0     104 ) *
         1 , 5 , 0     105 ) *
         1 , 6 , 0     106 ) *
         1 , 7 , 0     107 ) *
[root@localhost ~]#

...
Рейтинг: 0 / 0
Mount DVD,CD-ROM
    #33661066
Фотография Gooddy
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
no-dashi-v2У меня к вам множество вопросов, но действительно интересны только два:
1. С каких пор iso9660 стала писабельной ФС?!
2. Когда "драйверы" стали "монтироваться?!

В Fedora Core 5
...
Рейтинг: 0 / 0
Mount DVD,CD-ROM
    #33661081
?
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
?
Гость
может, ступлю, но.
umount /dev/hdd перед cdrecord dev=/dev/hdd blank=fast не помогает?
...
Рейтинг: 0 / 0
Mount DVD,CD-ROM
    #33661099
Фотография Gooddy
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
OerrВсе нормально, используйте для записи burncd или k3b


Пытаюсь почистить CD-RW исползуя K3B и GnjmeDaker. Выдает следщущее

cdrecord command:
-----------------------
/usr/bin/cdrecord -v gracetime=2 dev=/dev/hdd speed=48 -tao driveropts=burnfree -eject blank=fast -force

cdrecord
-----------------------
/usr/bin/cdrecord: Cannot allocate memory. WARNING: Cannot do mlockall(2).

/usr/bin/cdrecord: WARNING: This causes a high risk for buffer underruns.
/usr/bin/cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
/usr/bin/cdrecord: Permission denied. WARNING: Cannot set priority using setpriority().
/usr/bin/cdrecord: WARNING: This causes a high risk for buffer underruns.
scsidev: '/dev/hdd'
devname: '/dev/hdd'
scsibus: -2 target: -2 lun: -2
Error trying to open /dev/hdd exclusively ... retrying in 1 second.
Error trying to open /dev/hdd exclusively ... retrying in 1 second.
Error trying to open /dev/hdd exclusively ... retrying in 1 second.
Error trying to open /dev/hdd exclusively ... retrying in 1 second.
Error trying to open /dev/hdd exclusively ... retrying in 1 second.
Error trying to open /dev/hdd exclusively ... retrying in 1 second.
Error trying to open /dev/hdd exclusively ... retrying in 1 second.
Error trying to open /dev/hdd exclusively ... retrying in 1 second.
Error trying to open /dev/hdd exclusively ... retrying in 1 second.
Error trying to open /dev/hdd exclusively ... retrying in 1 second.
/usr/bin/cdrecord: Device or resource busy. Cannot open '/dev/hdd'. Cannot open SCSI driver.
/usr/bin/cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
/usr/bin/cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
Cdrecord-Clone 2.01.01a03-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2005 Jörg Schilling
NOTE: This version contains the OSS DVD extensions for cdrtools and thus may
have bugs related to DVD issues that are not present in the original
cdrtools. Please send bug reports or support requests to
http://bugzilla.redhat.com/bugzilla The original cdrtools author should
not be bothered with problems in this version.
TOC Type: 1 = CD-ROM

Но если пробую записать не чистый диск через Nautilus то на подтверждение диск очищается


Под ROOT чистит только GnjmeDaker и соответственно Nautilus???????
...
Рейтинг: 0 / 0
Mount DVD,CD-ROM
    #33661139
Фотография Gooddy
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
На чистую болванку пишу без проблемм всеми вышеперечисленными программами из под пользователя.
...
Рейтинг: 0 / 0
8 сообщений из 8, страница 1 из 1
Форумы / Unix-системы [игнор отключен] [закрыт для гостей] / Mount DVD,CD-ROM
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]