* a-Linux question
@ 2004-10-07 18:45 Claudiu Tanaselia
2004-10-08 13:17 ` Gregor Schatz
2004-10-08 14:43 ` stonelock
0 siblings, 2 replies; 3+ messages in thread
From: Claudiu Tanaselia @ 2004-10-07 18:45 UTC (permalink / raw)
To: linux-assembly
Hello all,
I'd downloaded the a-Linux, it's really cool stuff, but does anyone
knows how can I mount a FAT32 partition for read/write? I tried the od
fashioned way, but in /dev directory there were no hda6 device. And I
need a hda6 one. How can I create one?
When will it be the next release of a-Linux?
Thanks,
Claudiu Tanaselia.
------------------------------
"Space... The final frontier"
http://www.tanaselia.home.ro
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: a-Linux question
2004-10-07 18:45 a-Linux question Claudiu Tanaselia
@ 2004-10-08 13:17 ` Gregor Schatz
2004-10-08 14:43 ` stonelock
1 sibling, 0 replies; 3+ messages in thread
From: Gregor Schatz @ 2004-10-08 13:17 UTC (permalink / raw)
To: Linux Assembly
Hello Claudiu,
Claudiu Tanaselia wrote:
> I'd downloaded the a-Linux, it's really cool stuff, but does anyone
> knows how can I mount a FAT32 partition for read/write? I tried the od
> fashioned way, but in /dev directory there were no hda6 device. And I
> need a hda6 one. How can I create one?
I think you should create the device-files /dev/hda and /dev/hda6 with mknod
(info mknod / man mknod).
> When will it be the next release of a-Linux?
There I'dont know anything.
Sorry for my bad english
Gregor
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: a-Linux question
2004-10-07 18:45 a-Linux question Claudiu Tanaselia
2004-10-08 13:17 ` Gregor Schatz
@ 2004-10-08 14:43 ` stonelock
1 sibling, 0 replies; 3+ messages in thread
From: stonelock @ 2004-10-08 14:43 UTC (permalink / raw)
To: Claudiu Tanaselia, linux-assembly
Hello!
Its been a while since I reformated partitions under Linux, but if my memory
is correct, you can use the program fdisk (under root) to format a new
partition. Just follow the instructions to create a new partition and to
write it to disk.
If what you're saying is that you already have a FAT32 partition then you
should be able to view it with fdisk also. There's another command to check
what partitions are active on your system but i forget.
Once you know where you're FAT32 partition is located, may it be /dev/hda6
or something else, all you need to do is incorporate an entry under the file
fstab under /etc ( /etc/fstab ). This will of course only work if you use a
linux that supports this file path. You're fstab file might be located
elsewhere or might be under a different name, or it might not exist at all
for your specific linux architecture.
If everything worked right, you're partition will be available at every boot
easily as a mountable partition or even directly if you have it mounted
automatically.
Hope this helps a bit.
aXoneX
ps: If you want a full line for an entry in fstab, let me know and i'll post
what i have so you can examine how it's done.
> Hello all,
>
> I'd downloaded the a-Linux, it's really cool stuff, but does anyone
> knows how can I mount a FAT32 partition for read/write? I tried the od
> fashioned way, but in /dev directory there were no hda6 device. And I
> need a hda6 one. How can I create one?
>
> When will it be the next release of a-Linux?
>
> Thanks,
> Claudiu Tanaselia.
>
> ------------------------------
> "Space... The final frontier"
> http://www.tanaselia.home.ro
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-assembly"
in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-10-08 14:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-07 18:45 a-Linux question Claudiu Tanaselia
2004-10-08 13:17 ` Gregor Schatz
2004-10-08 14:43 ` stonelock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).