mount floppy and long file name

Ask a Question related to SCO, Design and Development.

  1. #1

    Default mount floppy and long file name

    hello,

    I formatted a floppy in windows as FAT. Naturally, in windows and FAT file
    system i could create long file names.
    How can i mount this floppy in SCO so that when i copy to it then SCO's long
    file names are copied and preserved ?

    As I unmount and check the disk in windows I see that all filenames are
    truncated and upper case.

    n.b: i mount as:
    mount /dev/fd0 /mnt/floppy


    Regards,
    Elias


    lallous Guest

  2. Similar Questions and Discussions

    1. Extract Page Ranges from Long PDF file
      /* Extract Pages to Folder */ /* This script allows you to break down a long pdf file into smaller sections */ /* You can choose how many pages per...
    2. saving a binary file in director - sorry it's so long : )
      Hi all Two little problems... 1. I've got 12 buttons onscreen, when the user clicks on one of them I need to launch windows media player or...
    3. Extremely long file save times
      Just a quick background. We have a product that is very large. The Web site is at least 35 GB. We have no other choices but using Dreamweaver in our...
    4. Cannot mount blank floppy for ASR backup
      At 2000 updated to XP+SP1+all updates. ASR backup is successful until blank floppy must be mounted. No formatted blank floppy is acceptable. Not...
    5. Inserting a binary file into a Long Raw column
      Hi Is there anybody who can give me some sample code for inserting a large binary file into a LONG RAW column? I have managed to do it if the...
  3. #2

    Default Re: mount floppy and long file name

    lallous typed (on Sat, Aug 09, 2003 at 06:39:37PM +0300):
    | hello,
    |
    | I formatted a floppy in windows as FAT. Naturally, in windows and FAT file
    | system i could create long file names.

    Why not use dosformat under Unix?

    | How can i mount this floppy in SCO so that when i copy to it then SCO's long
    | file names are copied and preserved ?

    For what reason?

    | As I unmount and check the disk in windows I see that all filenames are
    | truncated and upper case.

    So what?

    | n.b: i mount as:
    | mount /dev/fd0 /mnt/floppy

    Why do you need the directory called /mnt/floppy, instead of just using
    /mnt?

    --
    JP
    Jean-Pierre Radley Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139