Operating System - HP-UX
1753797 Members
7189 Online
108799 Solutions
New Discussion юеВ

Re: Burn a DVD but at the end of a file name add a full stop

 
gigiz
Valued Contributor

Burn a DVD but at the end of a file name add a full stop

I i use growisofs to burn a data backup on my hpux server.

i have a 11.11 and i want to backup a data with my dvd recorder HL-DT-STDVD+RW GCA-4040N

when i do :

/usr/local/bin/growisofs -use-the-force-luke=notray -M /dev/rdsk/c0t0d0 /var/tmp/HP/filetto

I backup  a file but if i mount a cd :

mount -F cdfs -o cdcase /dev/dsk/c0t0d0 /cdrom

ll /cdrom
total 7373934
dr-xr-xr-x   1 -1         -1            2048 Nov 17  2004 accentu1
-r-xr-xr-x   1 -1         -1             662 Nov 25 15:13 filetto.
dr-xr-xr-x   1 -1         -1            4096 Nov 24 09:53 kpi
-r-xr-xr-x   1 -1         -1            6255 Nov 25 15:03 kuku.
dr-xr-xr-x   1 -1         -1            2048 Nov 15  2000 lost_fou
dr-xr-xr-x   1 -1         -1            2048 Nov 24  2006 patrol
-r-xr-xr-x   1 -1         -1            6255 Nov 25 15:03 ruru.
-r-xr-xr-x   1 -1         -1            1212 Nov 25 14:17 toto.
-r-xr-xr-x   1 -1         -1         3775426560 Nov 24 14:44 usr.tar

all a single file backuped  except usr.tar, finished whith a full stop.

Why ?

All my directory backuped are ok. Also a file finished with a full stop .

Why this full stop ?

 

 

4 REPLIES 4
Stan_M
HPE Pro

Re: Burn a DVD but at the end of a file name add a full stop

I haven't tried but I would expect that you should be using RockRidge extensions (-R) for

HPUX to understand the long/unix format filenames

 

Stan

I work for HPE
gigiz
Valued Contributor

Re: Burn a DVD but at the end of a file name add a full stop

yes i tried to -R -J options but is the same.

Matti_Kurkela
Honored Contributor

Re: Burn a DVD but at the end of a file name add a full stop

For HP-UX to actually use the RockRidge-style long filenames (stored on the disc when using the -R option of growisofs), you should also use the "rr" mount option when mounting the disc:

 

mount -F cdfs -o rr,cdcase /dev/dsk/c0t0d0 /cdrom

 

MK
Hakki Aydin Ucar
Honored Contributor

Re: Burn a DVD but at the end of a file name add a full stop

Hi,

when you try to edit the files ended with full stop from DVD, are they OK to edit ?

OR just need to use the real file name without full stop at the end ?