You are not logged in.

#1 2003-08-26 19:18:10

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,293
Website

Thumb Drive (aka Flash Drive) [RESOVED]

Few questions about Thumb Drive:

1. How to format? It comes as FAT and I want to format to Ext3. I have mounted it as /mnt/usb (mount /dev/sda1 /mnt/usb). I tried "<b>mke2fs -j /mnt/usb</b>" but doesn't work.

2. How to mount at boot?


Markku

Offline

#2 2003-08-26 20:41:50

Toth
Member
Registered: 2002-12-04
Posts: 82

Re: Thumb Drive (aka Flash Drive) [RESOVED]

rasat wrote:

Few questions about Thumb Drive:

1. How to format? It comes as FAT and I want to format to Ext3. I have mounted it as /mnt/usb (mount /dev/sda1 /mnt/usb). I tried "<b>mke2fs -j /mnt/usb</b>" but doesn't work.

Use mke2fs -j /dev/sda1 (you must be root to do this)

2. How to mount at boot?

Add a line to your fstab such as:

/dev/sda1 /mnt/usb ext3 defaults 0 0

As long as "noauto" is not specified in the options list, it'll be mounted at boot time.

Offline

#3 2003-08-27 03:43:21

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,293
Website

Re: Thumb Drive (aka Flash Drive) [RESOVED]

Toth wrote:

2. How to mount at boot?

Add a line to your fstab such as:

/dev/sda1 /mnt/usb ext3 defaults 0 0

Sorry my question was not clear. Earlier I tried this code but didn't work because fstab runs before rc.conf (and rc.local) loads the modules usb-storage and usb-ohci for usb thumb drive. Device /dev/sda1 doesn't yet exist when running fstab.


Markku

Offline

#4 2003-08-27 10:41:50

Toth
Member
Registered: 2002-12-04
Posts: 82

Re: Thumb Drive (aka Flash Drive) [RESOVED]

Ahh, ok. Well, you could add the mount command to your rc.local.

Offline

#5 2003-08-27 13:05:58

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,293
Website

Re: Thumb Drive (aka Flash Drive) [RESOVED]

Toth wrote:

....add the mount command to your rc.local.

Thanks, I didn't thought about it.... always using fstab for mounting smile.


Markku

Offline

Board footer

Powered by FluxBB