LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-09-2008, 09:19 PM   #1
ganesha
LQ Newbie
 
Registered: Aug 2007
Location: INDIA
Distribution: PURE SLACKWARE 12.1
Posts: 28

Rep: Reputation: 15
Unhappy Problem in moving files from one file system to another


I have atrivial problem that i treid to move files from my /home directory to fat32 directory ie /d with ROOt permission but got this as
error


mv: cannot create regular file `/d/New Folder/Quick_HOWTO_:_Ch22_:_Monitoring_Server_Performance.html': Invalid argument
mv: cannot create regular file `/d/New Folder/Quick_HOWTO_:_Ch18_:_Configuring_DNS.html': Invalid argument
mv: cannot create regular file `/d/New Folder/Quick_HOWTO_:_Ch29_:_Remote_Disk_Access_with_NFS.html': Invalid argument
mv: cannot create regular file `/d/New Folder/Quick_HOWTO_:_Ch10_:_Windows,_Linux,_and_Samba.html': Invalid argument
mv: cannot create regular file `/d/New Folder/Quick_HOWTO_:_Ch24_:_The_NTP_Server.html': Invalid argument

Please suggest some solution as i have mounted fat32 filesystem properly and also provide all the r,w,x permissions
 
Old 09-09-2008, 09:23 PM   #2
Mr. C.
Senior Member
 
Registered: Jun 2008
Posts: 2,529

Rep: Reputation: 63
You may have to replace the : (colon) in the file names.
 
Old 09-10-2008, 02:22 AM   #3
ganesha
LQ Newbie
 
Registered: Aug 2007
Location: INDIA
Distribution: PURE SLACKWARE 12.1
Posts: 28

Original Poster
Rep: Reputation: 15
Smile

Quote:
Originally Posted by Mr. C. View Post
You may have to replace the : (colon) in the file names.
I would like to know what is the reason for it .Thanks i was able to cut and paste as desired
 
Old 09-10-2008, 02:34 AM   #4
Mr. C.
Senior Member
 
Registered: Jun 2008
Posts: 2,529

Rep: Reputation: 63
File systems have reserved characters for drive or pathname separators. Unix/Linux reserve the forward slash, Windows reserves the colon character (think about the colon separating the drive from the path in C:/path). Other characters are also reserved.
 
Old 09-10-2008, 02:38 AM   #5
ganesha
LQ Newbie
 
Registered: Aug 2007
Location: INDIA
Distribution: PURE SLACKWARE 12.1
Posts: 28

Original Poster
Rep: Reputation: 15
I tried to intall Mplayer from souyrce and was unable got this as result

Quote:
root@sahil:~/Desktop/MPlayer-1.0rc$ make

gl_common.c:261: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:262: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:263: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:265: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:266: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:267: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:268: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:269: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:270: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:271: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:272: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:273: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:274: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:275: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:276: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:277: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:278: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:279: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:280: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:281: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:282: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:283: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:284: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:285: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:286: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c:287: warning: dereferencing type-punned pointer will break strict-aliasing rules
gl_common.c: In function 'glSetupYUVConversion':
gl_common.c:1120: warning: 'conv_texs[0]' may be used uninitialized in this function
gl_common.c:1120: note: 'conv_texs[0]' was declared here
cc -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -Wall -Wno-switch -Wpointer-arith -
vo_aa.c:348: warning: 'sws_scale_ordered' is deprecated (declared at ../libswscale/swscale.h:111)
vo_aa.c: In function 'draw_slice':
vo_aa.c:368: warning: 'sws_scale_ordered' is deprecated (declared at ../libswscale/swscale.h:111)
cc -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -
vo_svga.c: In function 'svga_clear_box':
vo_svga.c:205: warning: pointer of type 'void *' used in arithmetic
vo_svga.c:205: warning: pointer of type 'void *' used in arithmetic
vo_svga.c: In function 'svga_draw_image':
vo_svga.c:275: warning: pointer of type 'void *' used in arithmetic
vo_svga.c:275: warning: pointer of type 'void *' used in arithmetic
vo_svga.c: In function 'control':
vo_svga.c:362: warning: the address of 'vidix_name' will always evaluate as 'true'
vo_svga.c: In function 'draw_alpha':
vo_svga.c:701: warning: pointer of type 'void *' used in arithmetic
vo_svga.c:701: warning: pointer of type 'void *' used in arithmetic
vo_svga.c: In function 'get_image':
vo_svga.c:745: warning: pointer of type 'void *' used in arithmetic
vo_svga.c:745: warning: pointer of type 'void *' used in arithmetic
cc -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -W-I
vo_ivtv.c:79: error: storage size of 'sd' isn't known
vo_ivtv.c:80: error: storage size of 'sd1' isn't known

vo_ivtv.c:84: error: 'IVTV_STOP_FL_HIDE_FRAME' undeclared (first use in this function)
vo_ivtv.c:84: error: (Each undeclared identifier is reported only once
vo_ivtv.c:84: error: for each function it appears in.)
vo_ivtv.c:87: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function)
vo_ivtv.c:97: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function)
vo_ivtv.c:80: warning: unused variable 'sd1'
vo_ivtv.c:79: warning: unused variable 'sd'
make[1]: *** [vo_ivtv.o] Error 1
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0rc2/libvo'
make: *** [libvo/libvo.a] Error 2
 
Old 09-10-2008, 04:06 AM   #6
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Please tell me what compiling MPlayer has to do with moving files to a FAT drive?

And by the way, your MPlayer problem has already been discussed, here on LQ, on the slackbuilds-users mailing list, and you can see how I fix it in my own SlackBuild.

Eric
 
Old 09-10-2008, 06:31 AM   #7
ganesha
LQ Newbie
 
Registered: Aug 2007
Location: INDIA
Distribution: PURE SLACKWARE 12.1
Posts: 28

Original Poster
Rep: Reputation: 15
Cool

Quote:
Originally Posted by Alien Bob View Post
Please tell me what compiling MPlayer has to do with moving files to a FAT drive?

And by the way, your MPlayer problem has already been discussed, here on LQ, on the slackbuilds-users mailing list, and you can see how I fix it in my own SlackBuild.

Eric
this was my next query sorry for any disturbance and thanks actually i always look at your slackbuilds for help thanks a lot
 
Old 09-10-2008, 06:52 AM   #8
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
For every new question you should open a new thread. What you did was polluting a thread. Anyone who is not reading this thread, would never be aware that you had MPlayer problems.

Eric
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Improve system performance by moving your log files to RAM LXer Syndicated Linux News 1 07-21-2008 10:30 AM
Moving Files to Vista (file size limit 2,097,152???) Mithrilhall Linux - Software 3 11-09-2007 11:31 PM
Moving files to Linux need help with problem MAVreix Linux - Software 1 04-20-2005 01:53 AM
Problem moving files between pattions. akihandyman Mandriva 3 06-21-2004 01:04 PM
Moving around my file system... slackMeUp Slackware 9 01-31-2004 06:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration